diff --git a/incubator/etcd/Chart.yaml b/incubator/etcd/Chart.yaml index 4196e1657c..cc680df448 100755 --- a/incubator/etcd/Chart.yaml +++ b/incubator/etcd/Chart.yaml @@ -1,6 +1,6 @@ name: etcd home: https://github.com/coreos/etcd -version: 0.1.1 +version: 0.1.2 description: Etcd Helm chart for Kubernetes. sources: - https://github.com/coreos/etcd diff --git a/incubator/etcd/templates/etcd-petset.yaml b/incubator/etcd/templates/etcd-petset.yaml index 734287caed..d53cd0481b 100644 --- a/incubator/etcd/templates/etcd-petset.yaml +++ b/incubator/etcd/templates/etcd-petset.yaml @@ -10,8 +10,6 @@ metadata: release: {{.Release.Name | quote }} chart: "{{.Chart.Name}}-{{.Chart.Version}}" component: "{{.Release.Name}}-{{.Values.Component}}" - annotations: - "helm.sh/created": {{.Release.Time.Seconds | quote }} spec: ports: - port: {{.Values.PeerPort}} @@ -31,8 +29,6 @@ metadata: release: {{.Release.Name | quote }} chart: "{{.Chart.Name}}-{{.Chart.Version}}" component: "{{.Release.Name}}-{{.Values.Component}}" - annotations: - "helm.sh/created": {{.Release.Time.Seconds | quote }} spec: serviceName: "{{ printf "%s-%s" .Release.Name .Values.Name | trunc 24 }}" replicas: {{default 3 .Values.Replicas}} @@ -45,7 +41,6 @@ spec: chart: "{{.Chart.Name}}-{{.Chart.Version}}" component: "{{.Release.Name}}-{{.Values.Component}}" annotations: - "helm.sh/created": {{.Release.Time.Seconds | quote }} pod.alpha.kubernetes.io/initialized: "true" spec: containers: