[incubator/etcd] Remove helm.sh/created annotations (#500)

* [incubator/etcd] Remove helm.sh/created annotations

* etcd: bump to version 0.1.2
This commit is contained in:
Reinhard Nägele
2017-01-27 14:27:18 -08:00
committed by Adnan Abdulhussein
parent d7588a85e2
commit 34d669df4f
2 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -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
@@ -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: