[bitnami/cloudnative-pg] fix use Values failed in range method (#33101)

* [bitnami/cloudnative-pg] fix use Values failed in range method

Signed-off-by: xiongjianbo <xiongjianbo_yt@163.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

* fix role.yaml

Signed-off-by: xiongjianbo <xiongjianbo_yt@163.com>

---------

Signed-off-by: xiongjianbo <xiongjianbo_yt@163.com>
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
Co-authored-by: xiongjianbo <xiongjianbo_yt@163.com>
Co-authored-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
UDBuilder
2025-04-30 22:18:42 +08:00
committed by GitHub
parent 944757190d
commit d10b4af2bd
4 changed files with 10 additions and 5 deletions

View File

@@ -1,8 +1,13 @@
# Changelog
## 0.1.7 (2025-04-01)
## 0.1.8 (2025-04-22)
* [bitnami/cloudnative-pg] Release 0.1.7 ([#32723](https://github.com/bitnami/charts/pull/32723))
* [bitnami/cloudnative-pg] fix use Values failed in range method ([#33101](https://github.com/bitnami/charts/pull/33101))
## <small>0.1.7 (2025-04-01)</small>
* [bitnami/*] Add tanzuCategory annotation (#32409) ([a8fba5c](https://github.com/bitnami/charts/commit/a8fba5cb01f6f4464ca7f69c50b0fbe97d837a95)), closes [#32409](https://github.com/bitnami/charts/issues/32409)
* [bitnami/cloudnative-pg] Release 0.1.7 (#32723) ([5c9af25](https://github.com/bitnami/charts/commit/5c9af25502d10851181a6285e2fc3678892336f5)), closes [#32723](https://github.com/bitnami/charts/issues/32723)
## <small>0.1.6 (2025-03-05)</small>

View File

@@ -31,4 +31,4 @@ maintainers:
name: cloudnative-pg
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/cloudnative-pg
version: 0.1.7
version: 0.1.8

View File

@@ -12,7 +12,7 @@ apiVersion: {{ include "common.capabilities.rbac.apiVersion" $ }}
metadata:
name: {{ include "common.names.fullname" $ | trunc 63 | trimSuffix "-" }}
namespace: {{ $namespace | quote }}
labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }}
labels: {{- include "common.labels.standard" ( dict "customLabels" $.Values.commonLabels "context" $ ) | nindent 4 }}
app.kubernetes.io/part-of: cloudnative-pg
app.kubernetes.io/component: operator
{{- if $.Values.commonAnnotations }}

View File

@@ -12,7 +12,7 @@ apiVersion: {{ include "common.capabilities.rbac.apiVersion" $ }}
metadata:
name: {{ include "common.names.fullname" $ | trunc 63 | trimSuffix "-" }}
namespace: {{ $namespace | quote }}
labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }}
labels: {{- include "common.labels.standard" ( dict "customLabels" $.Values.commonLabels "context" $ ) | nindent 4 }}
app.kubernetes.io/part-of: cloudnative-pg
app.kubernetes.io/component: operator
{{- if $.Values.commonAnnotations }}