mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Adnan Abdulhussein
parent
abe8e7efae
commit
2a2426828d
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user