diff --git a/bitnami/wordpress/Chart.lock b/bitnami/wordpress/Chart.lock index 3f506f1adb..4ef795a8d8 100644 --- a/bitnami/wordpress/Chart.lock +++ b/bitnami/wordpress/Chart.lock @@ -7,6 +7,6 @@ dependencies: version: 13.1.2 - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.9.2 -digest: sha256:467adda3c6f9bea1762beb6c252fd4d1a5ba52942ab1b9b48af60ac4e375783d -generated: "2023-08-31T19:21:10.315977353Z" + version: 2.10.0 +digest: sha256:43e3c96b00ca0a4ab5c9c67a02dabe4622f5c1eee190765c5c57e1d5f020d1c0 +generated: "2023-09-05T11:36:53.092756+02:00" diff --git a/bitnami/wordpress/Chart.yaml b/bitnami/wordpress/Chart.yaml index 188a820afd..1461e70786 100644 --- a/bitnami/wordpress/Chart.yaml +++ b/bitnami/wordpress/Chart.yaml @@ -14,34 +14,34 @@ annotations: apiVersion: v2 appVersion: 6.3.1 dependencies: -- condition: memcached.enabled - name: memcached - repository: oci://registry-1.docker.io/bitnamicharts - version: 6.x.x -- condition: mariadb.enabled - name: mariadb - repository: oci://registry-1.docker.io/bitnamicharts - version: 13.x.x -- name: common - repository: oci://registry-1.docker.io/bitnamicharts - tags: - - bitnami-common - version: 2.x.x + - condition: memcached.enabled + name: memcached + repository: oci://registry-1.docker.io/bitnamicharts + version: 6.x.x + - condition: mariadb.enabled + name: mariadb + repository: oci://registry-1.docker.io/bitnamicharts + version: 13.x.x + - name: common + repository: oci://registry-1.docker.io/bitnamicharts + tags: + - bitnami-common + version: 2.x.x description: WordPress is the world's most popular blogging and content management platform. Powerful yet simple, everyone from students to global corporations use it to build beautiful, functional websites. home: https://bitnami.com icon: https://bitnami.com/assets/stacks/wordpress/img/wordpress-stack-220x234.png keywords: -- application -- blog -- cms -- http -- php -- web -- wordpress + - application + - blog + - cms + - http + - php + - web + - wordpress maintainers: -- name: VMware, Inc. - url: https://github.com/bitnami/charts + - name: VMware, Inc. + url: https://github.com/bitnami/charts name: wordpress sources: -- https://github.com/bitnami/charts/tree/main/bitnami/wordpress -version: 17.1.6 + - https://github.com/bitnami/charts/tree/main/bitnami/wordpress +version: 17.1.7 diff --git a/bitnami/wordpress/templates/deployment.yaml b/bitnami/wordpress/templates/deployment.yaml index c09d785be9..96cee82426 100644 --- a/bitnami/wordpress/templates/deployment.yaml +++ b/bitnami/wordpress/templates/deployment.yaml @@ -13,7 +13,7 @@ metadata: annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} {{- end }} spec: - {{- $podLabels := merge .Values.podLabels .Values.commonLabels }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.podLabels .Values.commonLabels ) "context" . ) }} selector: matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} {{- if .Values.updateStrategy }} diff --git a/bitnami/wordpress/templates/ingress.yaml b/bitnami/wordpress/templates/ingress.yaml index c51e9728c3..3fe25b40da 100644 --- a/bitnami/wordpress/templates/ingress.yaml +++ b/bitnami/wordpress/templates/ingress.yaml @@ -11,7 +11,7 @@ metadata: namespace: {{ .Release.Namespace | quote }} labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} {{- if or .Values.ingress.annotations .Values.commonAnnotations }} - {{- $annotations := merge .Values.ingress.annotations .Values.commonAnnotations }} + {{- $annotations := include "common.tplvalues.merge" ( dict "values" ( list .Values.ingress.annotations .Values.commonAnnotations ) "context" . ) }} annotations: {{- include "common.tplvalues.render" ( dict "value" $annotations "context" $) | nindent 4 }} {{- end }} spec: diff --git a/bitnami/wordpress/templates/metrics-svc.yaml b/bitnami/wordpress/templates/metrics-svc.yaml index b78c6f726a..1731ac3d61 100644 --- a/bitnami/wordpress/templates/metrics-svc.yaml +++ b/bitnami/wordpress/templates/metrics-svc.yaml @@ -12,7 +12,7 @@ metadata: labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} app.kubernetes.io/component: metrics {{- if or .Values.metrics.service.annotations .Values.commonAnnotations }} - {{- $annotations := merge .Values.metrics.service.annotations .Values.commonAnnotations }} + {{- $annotations := include "common.tplvalues.merge" ( dict "values" ( list .Values.metrics.service.annotations .Values.commonAnnotations ) "context" . ) }} annotations: {{- include "common.tplvalues.render" ( dict "value" $annotations "context" $) | nindent 4 }} {{- end }} spec: @@ -22,6 +22,6 @@ spec: port: {{ .Values.metrics.service.ports.metrics }} protocol: TCP targetPort: metrics - {{- $podLabels := merge .Values.podLabels .Values.commonLabels }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.podLabels .Values.commonLabels ) "context" . ) }} selector: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 4 }} {{- end }} diff --git a/bitnami/wordpress/templates/networkpolicy-backend-ingress.yaml b/bitnami/wordpress/templates/networkpolicy-backend-ingress.yaml index 149fb8c9b3..71332563d3 100644 --- a/bitnami/wordpress/templates/networkpolicy-backend-ingress.yaml +++ b/bitnami/wordpress/templates/networkpolicy-backend-ingress.yaml @@ -25,6 +25,6 @@ spec: ingress: - from: - podSelector: - {{- $podLabels := merge .Values.podLabels .Values.commonLabels }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.podLabels .Values.commonLabels ) "context" . ) }} matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 14 }} {{- end }} diff --git a/bitnami/wordpress/templates/networkpolicy-ingress.yaml b/bitnami/wordpress/templates/networkpolicy-ingress.yaml index b91bcb00d0..c05c1e6e9a 100644 --- a/bitnami/wordpress/templates/networkpolicy-ingress.yaml +++ b/bitnami/wordpress/templates/networkpolicy-ingress.yaml @@ -14,7 +14,7 @@ metadata: annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} {{- end }} spec: - {{- $podLabels := merge .Values.podLabels .Values.commonLabels }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.podLabels .Values.commonLabels ) "context" . ) }} podSelector: matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} ingress: diff --git a/bitnami/wordpress/templates/pdb.yaml b/bitnami/wordpress/templates/pdb.yaml index f7c1c9dc3b..07c37776a0 100644 --- a/bitnami/wordpress/templates/pdb.yaml +++ b/bitnami/wordpress/templates/pdb.yaml @@ -20,7 +20,7 @@ spec: {{- if .Values.pdb.maxUnavailable }} maxUnavailable: {{ .Values.pdb.maxUnavailable }} {{- end }} - {{- $podLabels := merge .Values.podLabels .Values.commonLabels }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.podLabels .Values.commonLabels ) "context" . ) }} selector: matchLabels: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 6 }} {{- end }} diff --git a/bitnami/wordpress/templates/pvc.yaml b/bitnami/wordpress/templates/pvc.yaml index fd5d6ce656..9d4f62f94c 100644 --- a/bitnami/wordpress/templates/pvc.yaml +++ b/bitnami/wordpress/templates/pvc.yaml @@ -11,7 +11,7 @@ metadata: namespace: {{ .Release.Namespace | quote }} labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} {{- if or .Values.persistence.annotations .Values.commonAnnotations }} - {{- $annotations := merge .Values.persistence.annotations .Values.commonAnnotations }} + {{- $annotations := include "common.tplvalues.merge" ( dict "values" ( list .Values.persistence.annotations .Values.commonAnnotations ) "context" . ) }} annotations: {{- include "common.tplvalues.render" ( dict "value" $annotations "context" $) | nindent 4 }} {{- end }} spec: diff --git a/bitnami/wordpress/templates/serviceaccount.yaml b/bitnami/wordpress/templates/serviceaccount.yaml index b83e6c463f..0ee982a8a5 100644 --- a/bitnami/wordpress/templates/serviceaccount.yaml +++ b/bitnami/wordpress/templates/serviceaccount.yaml @@ -11,7 +11,7 @@ metadata: namespace: {{ .Release.Namespace | quote }} labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} {{- if or .Values.serviceAccount.annotations .Values.commonAnnotations }} - {{- $annotations := merge .Values.serviceAccount.annotations .Values.commonAnnotations }} + {{- $annotations := include "common.tplvalues.merge" ( dict "values" ( list .Values.serviceAccount.annotations .Values.commonAnnotations ) "context" . ) }} annotations: {{- include "common.tplvalues.render" ( dict "value" $annotations "context" $) | nindent 4 }} {{- end }} automountServiceAccountToken: {{ .Values.serviceAccount.automountServiceAccountToken }} diff --git a/bitnami/wordpress/templates/servicemonitor.yaml b/bitnami/wordpress/templates/servicemonitor.yaml index 54f73d096c..e0aa8a9b31 100644 --- a/bitnami/wordpress/templates/servicemonitor.yaml +++ b/bitnami/wordpress/templates/servicemonitor.yaml @@ -9,7 +9,7 @@ kind: ServiceMonitor metadata: name: {{ include "common.names.fullname" . }} namespace: {{ default .Release.Namespace .Values.metrics.serviceMonitor.namespace | quote }} - {{- $labels := merge .Values.metrics.serviceMonitor.labels .Values.commonLabels }} + {{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.metrics.serviceMonitor.labels .Values.commonLabels ) "context" . ) }} labels: {{- include "common.labels.standard" ( dict "customLabels" $labels "context" $ ) | nindent 4 }} app.kubernetes.io/component: metrics {{- if .Values.commonAnnotations }} diff --git a/bitnami/wordpress/templates/svc.yaml b/bitnami/wordpress/templates/svc.yaml index af45db351d..b8739e1926 100644 --- a/bitnami/wordpress/templates/svc.yaml +++ b/bitnami/wordpress/templates/svc.yaml @@ -10,7 +10,7 @@ metadata: namespace: {{ .Release.Namespace | quote }} labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }} {{- if or .Values.service.annotations .Values.commonAnnotations }} - {{- $annotations := merge .Values.service.annotations .Values.commonAnnotations }} + {{- $annotations := include "common.tplvalues.merge" ( dict "values" ( list .Values.service.annotations .Values.commonAnnotations ) "context" . ) }} annotations: {{- include "common.tplvalues.render" ( dict "value" $annotations "context" $) | nindent 4 }} {{- end }} spec: @@ -55,5 +55,5 @@ spec: {{- if .Values.service.extraPorts }} {{- include "common.tplvalues.render" (dict "value" .Values.service.extraPorts "context" $) | nindent 4 }} {{- end }} - {{- $podLabels := merge .Values.podLabels .Values.commonLabels }} + {{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.podLabels .Values.commonLabels ) "context" . ) }} selector: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 4 }}