[bitnami/minio] Release 12.8.15 (#20243)

* [bitnami/minio] Release 12.8.15 updating components versions

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

* Update README.md with readme-generator-for-helm

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

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-10-16 10:15:32 +02:00
committed by GitHub
parent da65f3cfeb
commit 2c722eb810
3 changed files with 5 additions and 5 deletions

View File

@@ -8,11 +8,11 @@ annotations:
- name: minio-client
image: docker.io/bitnami/minio-client:2023.10.14-debian-11-r0
- name: minio
image: docker.io/bitnami/minio:2023.10.14-debian-11-r0
image: docker.io/bitnami/minio:2023.10.16-debian-11-r0
- name: os-shell
image: docker.io/bitnami/os-shell:11-debian-11-r90
apiVersion: v2
appVersion: 2023.10.14
appVersion: 2023.10.16
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
@@ -34,4 +34,4 @@ maintainers:
name: minio
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/minio
version: 12.8.14
version: 12.8.15

View File

@@ -78,7 +78,7 @@ The command removes all the Kubernetes components associated with the chart and
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------- |
| `image.registry` | MinIO&reg; image registry | `docker.io` |
| `image.repository` | MinIO&reg; image repository | `bitnami/minio` |
| `image.tag` | MinIO&reg; image tag (immutable tags are recommended) | `2023.10.14-debian-11-r0` |
| `image.tag` | MinIO&reg; image tag (immutable tags are recommended) | `2023.10.16-debian-11-r0` |
| `image.digest` | MinIO&reg; 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 | `[]` |

View File

@@ -58,7 +58,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/minio
tag: 2023.10.14-debian-11-r0
tag: 2023.10.16-debian-11-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'