File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ apiVersion: v1
22appVersion : " 1.0"
33description : Database Instances for db operator
44name : db-instances
5- version : 2.3.3
5+ version : 2.3.4
Original file line number Diff line number Diff line change 2929 labels :
3030 {{- include "db-instances.labels" $ | nindent 8 }}
3131 db-instance : {{ $name }}
32+ {{- with $value.podLabels }}
33+ {{- toYaml . | nindent 8 }}
34+ {{- end }}
3235 spec :
3336 containers :
3437 - env :
Original file line number Diff line number Diff line change 11apiVersion : v2
22type : application
33name : db-operator
4- version : 1.27.0
4+ version : 1.27.1
55# ---------------------------------------------------------------------------------
66# -- All supported k8s versions are in the test:
77# -- https://github.com/db-operator/charts/blob/main/.github/workflows/test.yaml
Original file line number Diff line number Diff line change 1717 labels :
1818 {{- include "labels" . | nindent 8 }}
1919 app.kubernetes.io/component : " webhook"
20- {{- if .Values.podLabels }}
21- {{ toYaml .Values.podLabels | trim | nindent 8 }}
20+ {{- if .Values.webhook. podLabels }}
21+ {{ toYaml .Values.webhook. podLabels | trim | nindent 8 }}
2222 {{- end }}
2323 {{- if .Values.annotations }}
2424 annotations :
Original file line number Diff line number Diff line change 3131 annotations : {}
3232webhook :
3333 enabled : true
34+ podLabels : {}
3435 serviceAccount :
3536 create : true
3637 names :
You can’t perform that action at this time.
0 commit comments