[bitnami/sealed-secrets] Fix namespace in PodDisruptionBudget (#30453)

* [bitnami/sealed-secrets] Fix namespace in PodDisruptionBudget

Signed-off-by: Benedikt Wagener <benedikt.wagener@generali.com>

* Update CHANGELOG.md

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

---------

Signed-off-by: Benedikt Wagener <benedikt.wagener@generali.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
BWagenerGenerali
2024-11-29 16:57:39 +01:00
committed by GitHub
co-authored by Bitnami Containers
parent 622f64d352
commit 0c54dae262
3 changed files with 8 additions and 4 deletions
+6 -2
View File
@@ -1,8 +1,12 @@
# Changelog # Changelog
## 2.4.11 (2024-11-08) ## 2.4.12 (2024-11-18)
* [bitnami/sealed-secrets] Unify seLinuxOptions default value ([#30324](https://github.com/bitnami/charts/pull/30324)) * [bitnami/sealed-secrets] Fix namespace in PodDisruptionBudget ([#30453](https://github.com/bitnami/charts/pull/30453))
## <small>2.4.11 (2024-11-08)</small>
* [bitnami/sealed-secrets] Unify seLinuxOptions default value (#30324) ([a6d2a10](https://github.com/bitnami/charts/commit/a6d2a108b51b9e92f73775bf262e806a2993b9ec)), closes [#30324](https://github.com/bitnami/charts/issues/30324)
## <small>2.4.10 (2024-11-07)</small> ## <small>2.4.10 (2024-11-07)</small>
+1 -1
View File
@@ -29,4 +29,4 @@ name: sealed-secrets
sources: sources:
- https://github.com/bitnami/charts/tree/main/bitnami/sealed-secrets - https://github.com/bitnami/charts/tree/main/bitnami/sealed-secrets
- https://github.com/bitnami-labs/sealed-secrets - https://github.com/bitnami-labs/sealed-secrets
version: 2.4.11 version: 2.4.12
+1 -1
View File
@@ -8,7 +8,7 @@ apiVersion: {{ include "common.capabilities.policy.apiVersion" . }}
kind: PodDisruptionBudget kind: PodDisruptionBudget
metadata: metadata:
name: {{ include "common.names.fullname" . }} name: {{ include "common.names.fullname" . }}
namespace: {{ .Release.Namespace | quote }} namespace: {{ include "common.names.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 }}
{{- if .Values.commonAnnotations }} {{- if .Values.commonAnnotations }}
annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }}