Merge pull request #5260 from adamreese/v3/chart-engine

ref(*): remove references to chart 'engine'
pull/5280/head
Adam Reese 6 years ago committed by GitHub
commit 612d3a9f27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,6 @@ entries:
description: Deploy a basic Alpine Linux pod
keywords: []
maintainers: []
engine: ""
icon: ""
- name: alpine
url: https://kubernetes-charts.storage.googleapis.com/alpine-0.2.0.tgz
@ -25,7 +24,6 @@ entries:
description: Deploy a basic Alpine Linux pod
keywords: []
maintainers: []
engine: ""
icon: ""
mariadb:
- name: mariadb
@ -44,5 +42,4 @@ entries:
maintainers:
- name: Bitnami
email: containers@bitnami.com
engine: gotpl
icon: ""

@ -57,7 +57,6 @@ maintainers: # (optional)
- name: The maintainer's name (required for each maintainer)
email: The maintainer's email (optional for each maintainer)
url: A URL for the maintainer (optional for each maintainer)
engine: gotpl # The name of the template engine (optional, defaults to gotpl)
icon: A URL to an SVG or PNG image to be used as an icon (optional).
appVersion: The version of the app that this contains (optional). This needn't be SemVer.
deprecated: Whether this chart is deprecated (optional, boolean)

@ -73,7 +73,6 @@ MySQL. We can use `helm inspect chart` to see this:
$ helm inspect stable/mariadb
Fetched stable/mariadb to mariadb-0.5.1.tgz
description: Chart for MariaDB
engine: gotpl
home: https://mariadb.org
keywords:
- mariadb

@ -43,8 +43,6 @@ type Metadata struct {
Keywords []string `json:"keywords,omitempty"`
// A list of name and URL/email address combinations for the maintainer(s)
Maintainers []*Maintainer `json:"maintainers,omitempty"`
// The name of the template engine to use. Defaults to 'gotpl'.
Engine string `json:"engine,omitempty"`
// The URL to an icon file.
Icon string `json:"icon,omitempty"`
// The API Version of this chart.

@ -12,7 +12,6 @@ entries:
description: Deploy a basic Alpine Linux pod
keywords: []
maintainers: []
engine: ""
icon: ""
- name: alpine
urls:
@ -25,7 +24,6 @@ entries:
description: Deploy a basic Alpine Linux pod
keywords: []
maintainers: []
engine: ""
icon: ""
mariadb:
- name: mariadb
@ -45,5 +43,4 @@ entries:
maintainers:
- name: Bitnami
email: containers@bitnami.com
engine: gotpl
icon: ""

@ -12,5 +12,4 @@ entries:
description: Deploy a basic Alpine Linux pod
keywords: []
maintainers: []
engine: ""
icon: ""

@ -3,7 +3,6 @@ entries:
foo:
- name: foo
description: Foo Chart
engine: gotpl
home: https://k8s.io/helm
keywords: []
maintainers: []

@ -3,7 +3,6 @@ entries:
foo:
- name: foo
description: Foo Chart
engine: gotpl
home: https://k8s.io/helm
keywords: []
maintainers: []

@ -12,7 +12,6 @@ entries:
description: Deploy a basic Alpine Linux pod
keywords: []
maintainers: []
engine: ""
icon: ""
- name: alpine
urls:
@ -26,12 +25,10 @@ entries:
description: Deploy a basic Alpine Linux pod
keywords: []
maintainers: []
engine: ""
icon: ""
foo:
- name: foo
description: Foo Chart
engine: gotpl
home: https://k8s.io/helm
keywords: []
maintainers: []

@ -12,5 +12,4 @@ entries:
description: Deploy a basic Alpine Linux pod
keywords: []
maintainers: []
engine: ""
icon: ""

@ -3,7 +3,6 @@ entries:
foo:
- name: foo
description: Foo Chart With Relative Path
engine: gotpl
home: https://k8s.io/helm
keywords: []
maintainers: []
@ -16,7 +15,6 @@ entries:
bar:
- name: bar
description: Bar Chart With Relative Path
engine: gotpl
home: https://k8s.io/helm
keywords: []
maintainers: []

@ -3,7 +3,6 @@ entries:
foo:
- name: foo
description: Foo Chart With Relative Path
engine: gotpl
home: https://k8s.io/helm
keywords: []
maintainers: []
@ -16,7 +15,6 @@ entries:
bar:
- name: bar
description: Bar Chart With Relative Path
engine: gotpl
home: https://k8s.io/helm
keywords: []
maintainers: []

File diff suppressed because it is too large Load Diff

@ -13,7 +13,6 @@ memcached-0.1.0:
maintainers:
- name: Matt Butcher
email: mbutcher@deis.com
engine: ""
mysql-0.2.0:
name: mysql
url: https://mumoshu.github.io/charts/mysql-0.2.0.tgz
@ -29,7 +28,6 @@ mysql-0.2.0:
maintainers:
- name: Matt Fisher
email: mfisher@deis.com
engine: ""
mysql-0.2.1:
name: mysql
url: https://mumoshu.github.io/charts/mysql-0.2.1.tgz
@ -45,7 +43,6 @@ mysql-0.2.1:
maintainers:
- name: Matt Fisher
email: mfisher@deis.com
engine: ""
mysql-0.2.2:
name: mysql
url: https://mumoshu.github.io/charts/mysql-0.2.2.tgz
@ -61,4 +58,3 @@ mysql-0.2.2:
maintainers:
- name: Matt Fisher
email: mfisher@deis.com
engine: ""

@ -12,7 +12,6 @@ entries:
description: Deploy a basic Alpine Linux pod
keywords: []
maintainers: []
engine: ""
icon: ""
- name: alpine
urls:
@ -25,7 +24,6 @@ entries:
description: Deploy a basic Alpine Linux pod
keywords: []
maintainers: []
engine: ""
icon: ""
mariadb:
- name: mariadb
@ -45,5 +43,4 @@ entries:
maintainers:
- name: Bitnami
email: containers@bitnami.com
engine: gotpl
icon: ""

Loading…
Cancel
Save