[bitnami/postgresql] Remove hardcoded references to image repository (#35694)

This commit is contained in:
Juan Ariza Toledano
2025-08-08 10:55:19 +02:00
committed by GitHub
parent 6d9f595e14
commit bc094f791d
3 changed files with 7 additions and 5 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 16.7.23 (2025-08-08)
## 16.7.24 (2025-08-08)
* [bitnami/postgresql] :zap: :arrow_up: Update dependency references ([#35631](https://github.com/bitnami/charts/pull/35631))
* [bitnami/postgresql] Remove hardcoded references to image repository ([#35694](https://github.com/bitnami/charts/pull/35694))
## <small>16.7.23 (2025-08-08)</small>
* [bitnami/postgresql] :zap: :arrow_up: Update dependency references (#35631) ([652fbf8](https://github.com/bitnami/charts/commit/652fbf8f02c27adce46fcdb9fa979a0240f97039)), closes [#35631](https://github.com/bitnami/charts/issues/35631)
## <small>16.7.22 (2025-08-07)</small>

View File

@@ -38,4 +38,4 @@ maintainers:
name: postgresql
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/postgresql
version: 16.7.23
version: 16.7.24

View File

@@ -354,9 +354,7 @@ Get the readiness probe command
{{- else }}
exec pg_isready -U {{ default "postgres" $customUser | quote }} {{- if .Values.tls.enabled }} -d "sslcert={{ include "postgresql.v1.tlsCert" . }} sslkey={{ include "postgresql.v1.tlsCertKey" . }}"{{- end }} -h 127.0.0.1 -p {{ .Values.containerPorts.postgresql }}
{{- end }}
{{- if contains "bitnami/" .Values.image.repository }}
[ -f /opt/bitnami/postgresql/tmp/.initialized ] || [ -f /bitnami/postgresql/.initialized ]
{{- end }}
{{- end -}}
{{/*