From b94fe4e38a8a3c597b0a96343e3fef8d6aae3d2b Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sun, 19 Mar 2023 00:41:28 +0100 Subject: [PATCH] [bitnami/minio] Release 12.1.13 (#15580) * [bitnami/minio] Release 12.1.13 updating components versions Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/minio/Chart.yaml | 2 +- bitnami/minio/README.md | 6 +++--- bitnami/minio/values.yaml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bitnami/minio/Chart.yaml b/bitnami/minio/Chart.yaml index 6c31e8f06c..b19af83e1c 100644 --- a/bitnami/minio/Chart.yaml +++ b/bitnami/minio/Chart.yaml @@ -25,4 +25,4 @@ name: minio sources: - https://github.com/bitnami/containers/tree/main/bitnami/minio - https://min.io -version: 12.1.12 +version: 12.1.13 diff --git a/bitnami/minio/README.md b/bitnami/minio/README.md index f2de54aaa3..e2ad757d85 100644 --- a/bitnami/minio/README.md +++ b/bitnami/minio/README.md @@ -78,14 +78,14 @@ The command removes all the Kubernetes components associated with the chart and | -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ | | `image.registry` | MinIO® image registry | `docker.io` | | `image.repository` | MinIO® image repository | `bitnami/minio` | -| `image.tag` | MinIO® image tag (immutable tags are recommended) | `2023.3.13-debian-11-r0` | +| `image.tag` | MinIO® image tag (immutable tags are recommended) | `2023.3.13-debian-11-r1` | | `image.digest` | MinIO® image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | | `image.debug` | Specify if debug logs should be enabled | `false` | | `clientImage.registry` | MinIO® Client image registry | `docker.io` | | `clientImage.repository` | MinIO® Client image repository | `bitnami/minio-client` | -| `clientImage.tag` | MinIO® Client image tag (immutable tags are recommended) | `2023.2.28-debian-11-r4` | +| `clientImage.tag` | MinIO® Client image tag (immutable tags are recommended) | `2023.2.28-debian-11-r5` | | `clientImage.digest` | MinIO® Client image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `mode` | MinIO® server mode (`standalone` or `distributed`) | `standalone` | | `auth.rootUser` | MinIO® root username | `admin` | @@ -256,7 +256,7 @@ The command removes all the Kubernetes components associated with the chart and | `volumePermissions.enabled` | Enable init container that changes the owner and group of the persistent volume(s) mountpoint to `runAsUser:fsGroup` | `false` | | `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` | | `volumePermissions.image.repository` | Init container volume-permissions image repository | `bitnami/bitnami-shell` | -| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r96` | +| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r98` | | `volumePermissions.image.digest` | Init container volume-permissions image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` | | `volumePermissions.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | diff --git a/bitnami/minio/values.yaml b/bitnami/minio/values.yaml index b2bc89dcb2..35d9e5e2a4 100644 --- a/bitnami/minio/values.yaml +++ b/bitnami/minio/values.yaml @@ -55,7 +55,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/minio - tag: 2023.3.13-debian-11-r0 + tag: 2023.3.13-debian-11-r1 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -83,7 +83,7 @@ image: clientImage: registry: docker.io repository: bitnami/minio-client - tag: 2023.2.28-debian-11-r4 + tag: 2023.2.28-debian-11-r5 digest: "" ## @param mode MinIO® server mode (`standalone` or `distributed`) ## ref: https://docs.minio.io/docs/distributed-minio-quickstart-guide @@ -925,7 +925,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r96 + tag: 11-debian-11-r98 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.