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