mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
[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:
co-authored by
Bitnami Containers
parent
622f64d352
commit
0c54dae262
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user