Skip to content

Commit

Permalink
[bitnami/cloudnative-pg] fix: 🐛 Set proper pull secret name (#32155)
Browse files Browse the repository at this point in the history
* [bitnami/cloudnative-pg] fix: 🐛 Set proper pull secret name

Signed-off-by: Javier J. Salmerón García <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Javier J. Salmerón García <[email protected]>
Signed-off-by: Bitnami Containers <[email protected]>
Co-authored-by: Bitnami Containers <[email protected]>
  • Loading branch information
javsalgar and bitnami-bot authored Feb 25, 2025
1 parent fdbd862 commit 7f0db45
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions bitnami/cloudnative-pg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 0.1.1 (2025-02-24)
## 0.1.2 (2025-02-25)

* [bitnami/cloudnative-pg] Release 0.1.1 ([#32150](https://github.com/bitnami/charts/pull/32150))
* [bitnami/cloudnative-pg] fix: :bug: Set proper pull secret name ([#32155](https://github.com/bitnami/charts/pull/32155))

## <small>0.1.1 (2025-02-24)</small>

* [bitnami/cloudnative-pg] Release 0.1.1 (#32150) ([40d54bf](https://github.com/bitnami/charts/commit/40d54bf565ba1db72d12fac1f15b9f3f8e707924)), closes [#32150](https://github.com/bitnami/charts/issues/32150)

## 0.1.0 (2025-02-24)

Expand Down
2 changes: 1 addition & 1 deletion bitnami/cloudnative-pg/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ maintainers:
name: cloudnative-pg
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/cloudnative-pg
version: 0.1.1
version: 0.1.2
2 changes: 1 addition & 1 deletion bitnami/cloudnative-pg/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Note: This env var only allows one pull secret, so we will use the first one ret
{{- define "cloudnative-pg.operator.imagePullSecret" -}}
{{- $pullSecretsYaml := include "common.images.pullSecrets" (dict "images" (list .Values.image) "global" .Values.global) | fromYaml -}}
{{- if $pullSecretsYaml }}
{{- print (index $pullSecretsYaml.imagePullSecrets 0) }}
{{- print (index $pullSecretsYaml.imagePullSecrets 0).name }}
{{- end -}}
{{- end -}}

Expand Down

0 comments on commit 7f0db45

Please sign in to comment.