[incubator/zookeeper] Remove helm.sh/created annotations (#503)

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

* zookeeper: bump to version 0.1.2
This commit is contained in:
Reinhard Nägele
2017-01-27 14:26:28 -08:00
committed by Adnan Abdulhussein
parent abe8e7efae
commit 2a2426828d
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -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
@@ -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}}