From 34d669df4fcf7a85d2f23e3a9f08d47d5ae10521 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reinhard=20N=C3=A4gele?= Date: Fri, 27 Jan 2017 23:27:18 +0100 Subject: [PATCH] [incubator/etcd] Remove helm.sh/created annotations (#500) * [incubator/etcd] Remove helm.sh/created annotations * etcd: bump to version 0.1.2 --- incubator/etcd/Chart.yaml | 2 +- incubator/etcd/templates/etcd-petset.yaml | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) 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: