mirror of
https://github.com/bitnami/charts.git
synced 2026-02-10 20:27:38 +08:00
[bitnami/postgresql] Remove hardcoded references to image repository (#35694)
This commit is contained in:
committed by
GitHub
parent
6d9f595e14
commit
bc094f791d
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 -}}
|
||||
|
||||
{{/*
|
||||
|
||||
Reference in New Issue
Block a user