[bitnami/cloudnative-pg] test: Add imagePullSecrets to the cluster (#32163)

* [bitnami/cloudnative-pg] test:  Add imagePullSecrets to the cluster

Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Javier J. Salmerón García
2025-02-25 17:27:51 +01:00
committed by GitHub
parent 5cec013d57
commit 85cfb4bb4f
4 changed files with 11 additions and 5 deletions

View File

@@ -10,11 +10,13 @@ extraDeploy:
stringData:
username: vib_user
password: bitnami1234
- apiVersion: postgresql.cnpg.io/v1
- |
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: vib-cluster-example
spec:
{{- include "cloudnative-pg.imagePullSecrets" . | nindent 2 }}
instances: 3
storage:
size: 1Gi

View File

@@ -1,8 +1,12 @@
# Changelog
## 0.1.2 (2025-02-25)
## 0.1.3 (2025-02-25)
* [bitnami/cloudnative-pg] fix: :bug: Set proper pull secret name ([#32155](https://github.com/bitnami/charts/pull/32155))
* [bitnami/cloudnative-pg] test: :white_check_mark: Add imagePullSecrets to the cluster ([#32163](https://github.com/bitnami/charts/pull/32163))
## <small>0.1.2 (2025-02-25)</small>
* [bitnami/cloudnative-pg] fix: :bug: Set proper pull secret name (#32155) ([7f0db45](https://github.com/bitnami/charts/commit/7f0db451da4b457ce14ef6c0617c5d1e98916a07)), closes [#32155](https://github.com/bitnami/charts/issues/32155)
## <small>0.1.1 (2025-02-24)</small>

View File

@@ -30,4 +30,4 @@ maintainers:
name: cloudnative-pg
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/cloudnative-pg
version: 0.1.2
version: 0.1.3

View File

@@ -117,7 +117,7 @@ spec:
value: {{ include "cloudnative-pg.operator.image" . | quote }}
- name: POSTGRES_IMAGE_NAME
value: {{ include "cloudnative-pg.postgresql.image" . }}
{{- if (include "cloudnative-pg.operator.imagePullSecret" . ) | quote }}
{{- if (include "cloudnative-pg.operator.imagePullSecret" .) }}
- name: PULL_SECRET_NAME
value: {{ include "cloudnative-pg.operator.imagePullSecret" . | quote }}
{{- end }}