From 2a2426828d7dee83421d64108e8ceb0461dd4e69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reinhard=20N=C3=A4gele?= Date: Fri, 27 Jan 2017 23:26:28 +0100 Subject: [PATCH] [incubator/zookeeper] Remove helm.sh/created annotations (#503) * [incubator/zookeeper] Remove helm.sh/created annotations * zookeeper: bump to version 0.1.2 --- incubator/zookeeper/Chart.yaml | 2 +- incubator/zookeeper/templates/zookeeper-petset.yaml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/incubator/zookeeper/Chart.yaml b/incubator/zookeeper/Chart.yaml index 422eedce51..026eb6d3dd 100755 --- a/incubator/zookeeper/Chart.yaml +++ b/incubator/zookeeper/Chart.yaml @@ -1,6 +1,6 @@ name: zookeeper home: https://zookeeper.apache.org/ -version: 0.1.1 +version: 0.1.2 description: Zookeeper Helm chart for Kubernetes. sources: - https://github.com/apache/zookeeper diff --git a/incubator/zookeeper/templates/zookeeper-petset.yaml b/incubator/zookeeper/templates/zookeeper-petset.yaml index e563341e0e..9eccd3d1c7 100644 --- a/incubator/zookeeper/templates/zookeeper-petset.yaml +++ b/incubator/zookeeper/templates/zookeeper-petset.yaml @@ -8,7 +8,6 @@ metadata: chart: "{{.Chart.Name}}-{{.Chart.Version}}" component: "{{.Release.Name}}-{{.Values.Component}}" annotations: - "helm.sh/created": {{.Release.Time.Seconds | quote }} service.alpha.kubernetes.io/tolerate-unready-endpoints: "true" spec: ports: @@ -29,8 +28,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}}