From da5a048aaeddef66ebf21e625123a97d426bb2cb Mon Sep 17 00:00:00 2001 From: zoues Date: Tue, 10 Oct 2017 03:30:55 +0800 Subject: [PATCH] Remove pod.alpha.kubernetes.io/initialized annotation annotation which has been deprecated (#2333) --- incubator/etcd/Chart.yaml | 2 +- incubator/etcd/templates/statefulset.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/incubator/etcd/Chart.yaml b/incubator/etcd/Chart.yaml index 36b079f705..dcf437c3e1 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.3.4 +version: 0.3.5 description: Distributed reliable key-value store for the most critical data of a distributed system. icon: https://raw.githubusercontent.com/coreos/etcd/master/logos/etcd-horizontal-color.png diff --git a/incubator/etcd/templates/statefulset.yaml b/incubator/etcd/templates/statefulset.yaml index 459358cb96..67232b7079 100644 --- a/incubator/etcd/templates/statefulset.yaml +++ b/incubator/etcd/templates/statefulset.yaml @@ -18,8 +18,6 @@ spec: release: {{ .Release.Name | quote }} chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" component: "{{ .Release.Name }}-{{ .Values.Component }}" - annotations: - pod.alpha.kubernetes.io/initialized: "true" spec: containers: - name: {{ template "etcd.fullname" . }}