[incubator/patroni] Remove helm.sh/created annotations (#502)

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

* patroni: bump version to 0.1.6
This commit is contained in:
Reinhard Nägele
2017-01-27 14:26:44 -08:00
committed by Adnan Abdulhussein
parent 2a2426828d
commit f452c791ce
4 changed files with 1 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: patroni
description: "Highly available elephant herd: HA PostgreSQL cluster."
version: 0.1.5
version: 0.1.6
home: https://github.com/zalando/patroni
sources:
- https://github.com/zalando/patroni
@@ -7,8 +7,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: {{ template "fullname" . }}
replicas: {{default 5 .Values.Replicas }}
@@ -21,7 +19,6 @@ spec:
chart: "{{.Chart.Name}}-{{.Chart.Version}}"
component: "{{.Release.Name}}-{{.Values.Component}}"
annotations:
"helm.sh/created": {{.Release.Time.Seconds | quote }}
pod.alpha.kubernetes.io/initialized: "true"
spec:
containers:
@@ -7,8 +7,6 @@ metadata:
release: {{ .Release.Name | quote }}
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
component: "{{.Release.Name}}-{{.Values.Component}}"
annotations:
"helm.sh/created": {{.Release.Time.Seconds | quote }}
type: Opaque
data:
password-superuser: {{ .Values.Credentials.Superuser | b64enc }}
@@ -7,8 +7,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:
selector:
component: "{{.Release.Name}}-{{.Values.Component}}"