From 45f1090faff36a5b96082813bb5dcddc9caa4f44 Mon Sep 17 00:00:00 2001 From: zoues Date: Tue, 10 Oct 2017 03:31:31 +0800 Subject: [PATCH] Remove pod.alpha.kubernetes.io/initialized annotation annotation which has been deprecated (#2332) --- stable/consul/Chart.yaml | 2 +- stable/consul/templates/consul.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/stable/consul/Chart.yaml b/stable/consul/Chart.yaml index 8d121648cc..170a4c9edc 100755 --- a/stable/consul/Chart.yaml +++ b/stable/consul/Chart.yaml @@ -1,6 +1,6 @@ name: consul home: https://github.com/hashicorp/consul -version: 0.4.1 +version: 0.4.2 appVersion: 0.8.3 description: Highly available and distributed service discovery and key-value store designed with support for the modern data center to make distributed systems and configuration easy. icon: https://raw.githubusercontent.com/hashicorp/consul/bce3809dfca37b883828c3715b84143dd71c0f85/website/source/assets/images/favicons/android-chrome-512x512.png diff --git a/stable/consul/templates/consul.yaml b/stable/consul/templates/consul.yaml index 5b14cfddde..380d090c36 100644 --- a/stable/consul/templates/consul.yaml +++ b/stable/consul/templates/consul.yaml @@ -85,8 +85,6 @@ spec: release: {{ .Release.Name | quote }} chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" component: "{{ .Release.Name }}-{{ .Values.Component }}" - annotations: - pod.alpha.kubernetes.io/initialized: "true" spec: securityContext: fsGroup: 1000