[bitnami/flux] Align PodDisruptionBudgets with templates (#26694)

* [bitnami/flux] Enable PodDisruptionBudgets

Signed-off-by: Fran Mulero <fmulero@vmware.com>

* Update CHANGELOG.md

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

* Update CHANGELOG.md

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

---------

Signed-off-by: Fran Mulero <fmulero@vmware.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Fran Mulero
2024-06-05 12:33:20 +02:00
committed by GitHub
co-authored by Bitnami Containers
parent d1abc21034
commit 328d102cf4
10 changed files with 31 additions and 27 deletions
+6 -2
View File
@@ -1,8 +1,12 @@
# Changelog
## 2.3.2 (2024-06-05)
## 2.3.3 (2024-06-05)
* [bitnami/flux] Release 2.3.2 ([#26725](https://github.com/bitnami/charts/pull/26725))
* [bitnami/flux] Align PodDisruptionBudgets with templates ([#26694](https://github.com/bitnami/charts/pull/26694))
## <small>2.3.2 (2024-06-05)</small>
* [bitnami/flux] Release 2.3.2 (#26725) ([53a66af](https://github.com/bitnami/charts/commit/53a66af5a59dbbd365c4d458f1ad5a95a62e5266)), closes [#26725](https://github.com/bitnami/charts/issues/26725)
## <small>2.3.1 (2024-06-04)</small>
+1 -1
View File
@@ -43,4 +43,4 @@ maintainers:
name: flux
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/flux
version: 2.3.2
version: 2.3.3
+6 -6
View File
@@ -139,7 +139,7 @@ The command deploys flux on the Kubernetes cluster in the default configuration.
| `kustomizeController.podAffinityPreset` | Pod affinity preset. Ignored if `kustomizeController.affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `kustomizeController.podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `kustomizeController.affinity` is set. Allowed values: `soft` or `hard` | `soft` |
| `kustomizeController.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` |
| `kustomizeController.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |
| `kustomizeController.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` |
| `kustomizeController.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` |
| `kustomizeController.autoscaling.enabled` | Enable autoscaling for kustomizeController | `false` |
| `kustomizeController.autoscaling.minReplicas` | Minimum number of kustomizeController replicas | `""` |
@@ -276,7 +276,7 @@ The command deploys flux on the Kubernetes cluster in the default configuration.
| `helmController.podAffinityPreset` | Pod affinity preset. Ignored if `helmController.affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `helmController.podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `helmController.affinity` is set. Allowed values: `soft` or `hard` | `soft` |
| `helmController.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` |
| `helmController.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |
| `helmController.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` |
| `helmController.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` |
| `helmController.autoscaling.enabled` | Enable autoscaling for helmController | `false` |
| `helmController.autoscaling.minReplicas` | Minimum number of helmController replicas | `""` |
@@ -414,7 +414,7 @@ The command deploys flux on the Kubernetes cluster in the default configuration.
| `sourceController.podAffinityPreset` | Pod affinity preset. Ignored if `sourceController.affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `sourceController.podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `sourceController.affinity` is set. Allowed values: `soft` or `hard` | `soft` |
| `sourceController.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` |
| `sourceController.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |
| `sourceController.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` |
| `sourceController.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` |
| `sourceController.autoscaling.enabled` | Enable autoscaling for sourceController | `false` |
| `sourceController.autoscaling.minReplicas` | Minimum number of sourceController replicas | `""` |
@@ -584,7 +584,7 @@ The command deploys flux on the Kubernetes cluster in the default configuration.
| `notificationController.podAffinityPreset` | Pod affinity preset. Ignored if `notificationController.affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `notificationController.podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `notificationController.affinity` is set. Allowed values: `soft` or `hard` | `soft` |
| `notificationController.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` |
| `notificationController.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |
| `notificationController.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` |
| `notificationController.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` |
| `notificationController.autoscaling.enabled` | Enable autoscaling for notificationController | `false` |
| `notificationController.autoscaling.minReplicas` | Minimum number of notificationController replicas | `""` |
@@ -748,7 +748,7 @@ The command deploys flux on the Kubernetes cluster in the default configuration.
| `imageAutomationController.podAffinityPreset` | Pod affinity preset. Ignored if `imageAutomationController.affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `imageAutomationController.podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `imageAutomationController.affinity` is set. Allowed values: `soft` or `hard` | `soft` |
| `imageAutomationController.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` |
| `imageAutomationController.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |
| `imageAutomationController.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` |
| `imageAutomationController.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` |
| `imageAutomationController.autoscaling.enabled` | Enable autoscaling for imageAutomationController | `false` |
| `imageAutomationController.autoscaling.minReplicas` | Minimum number of imageAutomationController replicas | `""` |
@@ -885,7 +885,7 @@ The command deploys flux on the Kubernetes cluster in the default configuration.
| `imageReflectorController.podAffinityPreset` | Pod affinity preset. Ignored if `imageReflectorController.affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `imageReflectorController.podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `imageReflectorController.affinity` is set. Allowed values: `soft` or `hard` | `soft` |
| `imageReflectorController.pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` |
| `imageReflectorController.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |
| `imageReflectorController.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` |
| `imageReflectorController.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` |
| `imageReflectorController.autoscaling.enabled` | Enable autoscaling for imageReflectorController | `false` |
| `imageReflectorController.autoscaling.minReplicas` | Minimum number of imageReflectorController replicas | `""` |
@@ -21,8 +21,8 @@ spec:
{{- if .Values.helmController.pdb.minAvailable }}
minAvailable: {{ .Values.helmController.pdb.minAvailable }}
{{- end }}
{{- if .Values.helmController.pdb.maxUnavailable }}
maxUnavailable: {{ .Values.helmController.pdb.maxUnavailable }}
{{- if or .Values.helmController.pdb.maxUnavailable ( not .Values.helmController.pdb.minAvailable ) }}
maxUnavailable: {{ .Values.helmController.pdb.maxUnavailable | default 1 }}
{{- end }}
{{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.helmController.podLabels .Values.commonLabels ) "context" . ) }}
selector:
@@ -21,8 +21,8 @@ spec:
{{- if .Values.imageAutomationController.pdb.minAvailable }}
minAvailable: {{ .Values.imageAutomationController.pdb.minAvailable }}
{{- end }}
{{- if .Values.imageAutomationController.pdb.maxUnavailable }}
maxUnavailable: {{ .Values.imageAutomationController.pdb.maxUnavailable }}
{{- if or .Values.imageAutomationController.pdb.maxUnavailable ( not .Values.imageAutomationController.pdb.minAvailable ) }}
maxUnavailable: {{ .Values.imageAutomationController.pdb.maxUnavailable | default 1 }}
{{- end }}
{{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.imageAutomationController.podLabels .Values.commonLabels ) "context" . ) }}
selector:
@@ -21,8 +21,8 @@ spec:
{{- if .Values.imageReflectorController.pdb.minAvailable }}
minAvailable: {{ .Values.imageReflectorController.pdb.minAvailable }}
{{- end }}
{{- if .Values.imageReflectorController.pdb.maxUnavailable }}
maxUnavailable: {{ .Values.imageReflectorController.pdb.maxUnavailable }}
{{- if or .Values.imageReflectorController.pdb.maxUnavailable ( not .Values.imageReflectorController.pdb.minAvailable ) }}
maxUnavailable: {{ .Values.imageReflectorController.pdb.maxUnavailable | default 1 }}
{{- end }}
{{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.imageReflectorController.podLabels .Values.commonLabels ) "context" . ) }}
selector:
@@ -21,8 +21,8 @@ spec:
{{- if .Values.kustomizeController.pdb.minAvailable }}
minAvailable: {{ .Values.kustomizeController.pdb.minAvailable }}
{{- end }}
{{- if .Values.kustomizeController.pdb.maxUnavailable }}
maxUnavailable: {{ .Values.kustomizeController.pdb.maxUnavailable }}
{{- if or .Values.kustomizeController.pdb.maxUnavailable ( not .Values.kustomizeController.pdb.minAvailable ) }}
maxUnavailable: {{ .Values.kustomizeController.pdb.maxUnavailable | default 1 }}
{{- end }}
{{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.kustomizeController.podLabels .Values.commonLabels ) "context" . ) }}
selector:
@@ -21,8 +21,8 @@ spec:
{{- if .Values.notificationController.pdb.minAvailable }}
minAvailable: {{ .Values.notificationController.pdb.minAvailable }}
{{- end }}
{{- if .Values.notificationController.pdb.maxUnavailable }}
maxUnavailable: {{ .Values.notificationController.pdb.maxUnavailable }}
{{- if or .Values.notificationController.pdb.maxUnavailable ( not .Values.notificationController.pdb.minAvailable ) }}
maxUnavailable: {{ .Values.notificationController.pdb.maxUnavailable | default 1 }}
{{- end }}
{{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.notificationController.podLabels .Values.commonLabels ) "context" . ) }}
selector:
@@ -21,8 +21,8 @@ spec:
{{- if .Values.sourceController.pdb.minAvailable }}
minAvailable: {{ .Values.sourceController.pdb.minAvailable }}
{{- end }}
{{- if .Values.sourceController.pdb.maxUnavailable }}
maxUnavailable: {{ .Values.sourceController.pdb.maxUnavailable }}
{{- if or .Values.sourceController.pdb.maxUnavailable ( not .Values.sourceController.pdb.minAvailable ) }}
maxUnavailable: {{ .Values.sourceController.pdb.maxUnavailable | default 1 }}
{{- end }}
{{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.sourceController.podLabels .Values.commonLabels ) "context" . ) }}
selector:
+6 -6
View File
@@ -326,7 +326,7 @@ kustomizeController:
##
pdb:
create: true
minAvailable: 1
minAvailable: ""
maxUnavailable: ""
## Autoscaling configuration
## ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/
@@ -841,7 +841,7 @@ helmController:
##
pdb:
create: true
minAvailable: 1
minAvailable: ""
maxUnavailable: ""
## Autoscaling configuration
## ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/
@@ -1358,7 +1358,7 @@ sourceController:
##
pdb:
create: true
minAvailable: 1
minAvailable: ""
maxUnavailable: ""
## Autoscaling configuration
## ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/
@@ -1974,7 +1974,7 @@ notificationController:
##
pdb:
create: true
minAvailable: 1
minAvailable: ""
maxUnavailable: ""
## Autoscaling configuration
## ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/
@@ -2597,7 +2597,7 @@ imageAutomationController:
##
pdb:
create: true
minAvailable: 1
minAvailable: ""
maxUnavailable: ""
## Autoscaling configuration
## ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/
@@ -3112,7 +3112,7 @@ imageReflectorController:
##
pdb:
create: true
minAvailable: 1
minAvailable: ""
maxUnavailable: ""
## Autoscaling configuration
## ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/