Describe your Issue
I needed to change de registry of the postgresql image and noticed a bug:
Example:
postgresql:
enabled: true
image:
debug: false
digest: ''
pullPolicy: IfNotPresent
pullSecrets: null
registry: docker-repo.domain.com:18440
repository: bitnami/postgresql
tag: 15.4.0-debian-11-r10
The image full url that will be used for the pod "postgresql-isready" is wrong and the image used for the pod "postgres" will be "docker-repo.domain.com:18440/bitnami/postgresql:15.4.0-debian-11-r10" (as expected).
Describe your Environment
-
Kubernetes distribution: K8S
-
Helm Version (or App that manages helm):
-
Helm Chart Version: 4.4.0
Describe your Issue
I needed to change de registry of the postgresql image and noticed a bug:
Example:
The image full url that will be used for the pod "postgresql-isready" is wrong and the image used for the pod "postgres" will be "docker-repo.domain.com:18440/bitnami/postgresql:15.4.0-debian-11-r10" (as expected).
Describe your Environment
Kubernetes distribution: K8S
Helm Version (or App that manages helm):
Helm Chart Version: 4.4.0