[bitnami/postgresql-ha] Replace deprecated pull secret partial (#21393)

Signed-off-by: Max Nitze <max.nitze@mgm-tp.com>
Co-authored-by: Max Nitze <max.nitze@mgm-tp.com>
This commit is contained in:
Max Nitze
2023-12-15 18:46:10 +01:00
committed by GitHub
parent 790d4de0e9
commit 39ebee9beb
2 changed files with 2 additions and 2 deletions

View File

@@ -40,4 +40,4 @@ maintainers:
name: postgresql-ha
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/postgresql-ha
version: 12.3.2
version: 12.3.3

View File

@@ -97,7 +97,7 @@ Return the proper PostgreSQL Prometheus exporter image name
Return the proper Docker Image Registry Secret Names
*/}}
{{- define "postgresql-ha.image.pullSecrets" -}}
{{- include "common.images.pullSecrets" (dict "images" (list .Values.postgresql.image .Values.pgpool.image .Values.volumePermissions.image .Values.metrics.image) "global" .Values.global) -}}
{{- include "common.images.renderPullSecrets" (dict "images" (list .Values.postgresql.image .Values.pgpool.image .Values.volumePermissions.image .Values.metrics.image) "context" $) -}}
{{- end -}}
{{/*