diff --git a/bitnami/minio/Chart.yaml b/bitnami/minio/Chart.yaml index 4674dd9430..7e04e0de2f 100644 --- a/bitnami/minio/Chart.yaml +++ b/bitnami/minio/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: Infrastructure apiVersion: v2 -appVersion: 2022.10.20 +appVersion: 2022.10.21 dependencies: - name: common repository: https://charts.bitnami.com/bitnami @@ -25,4 +25,4 @@ name: minio sources: - https://github.com/bitnami/containers/tree/main/bitnami/minio - https://min.io -version: 11.10.9 +version: 11.10.10 diff --git a/bitnami/minio/README.md b/bitnami/minio/README.md index aa2a701605..04f8acf80d 100644 --- a/bitnami/minio/README.md +++ b/bitnami/minio/README.md @@ -81,14 +81,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) | `2022.10.20-debian-11-r0` | +| `image.tag` | MinIO® image tag (immutable tags are recommended) | `2022.10.21-debian-11-r0` | | `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) | `2022.10.12-debian-11-r1` | +| `clientImage.tag` | MinIO® Client image tag (immutable tags are recommended) | `2022.10.20-debian-11-r0` | | `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` | @@ -263,7 +263,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-r43` | +| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r44` | | `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 1ac597138a..91ee97252d 100644 --- a/bitnami/minio/values.yaml +++ b/bitnami/minio/values.yaml @@ -55,7 +55,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/minio - tag: 2022.10.20-debian-11-r0 + tag: 2022.10.21-debian-11-r0 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: 2022.10.12-debian-11-r1 + tag: 2022.10.20-debian-11-r0 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-r43 + tag: 11-debian-11-r44 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.