diff --git a/bitnami/minio/Chart.yaml b/bitnami/minio/Chart.yaml index f8f3870e06bede..e4e6fa712403cf 100644 --- a/bitnami/minio/Chart.yaml +++ b/bitnami/minio/Chart.yaml @@ -34,4 +34,4 @@ maintainers: name: minio sources: - https://github.com/bitnami/charts/tree/main/bitnami/minio -version: 14.4.2 +version: 14.5.0 diff --git a/bitnami/minio/README.md b/bitnami/minio/README.md index 1203bc7f55aed5..f33194bb62c308 100644 --- a/bitnami/minio/README.md +++ b/bitnami/minio/README.md @@ -473,11 +473,11 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru ### Other parameters -| Name | Description | Value | -| -------------------- | --------------------------------------------------------------------------------- | ------- | -| `pdb.create` | Enable/disable a Pod Disruption Budget creation | `false` | -| `pdb.minAvailable` | Minimum number/percentage of pods that must still be available after the eviction | `1` | -| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable after the eviction | `""` | +| Name | Description | Value | +| -------------------- | --------------------------------------------------------------------------------- | ------ | +| `pdb.create` | Enable/disable a Pod Disruption Budget creation | `true` | +| `pdb.minAvailable` | Minimum number/percentage of pods that must still be available after the eviction | `1` | +| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable after the eviction | `""` | ### Metrics parameters diff --git a/bitnami/minio/templates/distributed/pdb.yaml b/bitnami/minio/templates/pdb.yaml similarity index 94% rename from bitnami/minio/templates/distributed/pdb.yaml rename to bitnami/minio/templates/pdb.yaml index 11f068d4a8fe8f..8a74edb9b7b7b2 100644 --- a/bitnami/minio/templates/distributed/pdb.yaml +++ b/bitnami/minio/templates/pdb.yaml @@ -3,7 +3,7 @@ Copyright Broadcom, Inc. All Rights Reserved. SPDX-License-Identifier: APACHE-2.0 */}} -{{- if and .Values.pdb.create (eq .Values.mode "distributed") }} +{{- if .Values.pdb.create }} apiVersion: {{ include "common.capabilities.policy.apiVersion" . }} kind: PodDisruptionBudget metadata: diff --git a/bitnami/minio/values.yaml b/bitnami/minio/values.yaml index 5b23f3e8045261..7d80273bdfd2f6 100644 --- a/bitnami/minio/values.yaml +++ b/bitnami/minio/values.yaml @@ -1170,7 +1170,7 @@ serviceAccount: pdb: ## @param pdb.create Enable/disable a Pod Disruption Budget creation ## - create: false + create: true ## @param pdb.minAvailable Minimum number/percentage of pods that must still be available after the eviction ## minAvailable: 1