[bitnami/minio] Release 11.10.16 (#13474)

* [bitnami/minio] Release 11.10.16 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
2022-11-11 09:18:53 +01:00
committed by GitHub
parent 4f6fd65db0
commit 0ca3356890
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
annotations:
category: Infrastructure
apiVersion: v2
appVersion: 2022.11.10
appVersion: 2022.11.11
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.15
version: 11.10.16

View File

@@ -81,7 +81,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) | `2022.11.10-debian-11-r0` |
| `image.tag` | MinIO&reg; image tag (immutable tags are recommended) | `2022.11.11-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

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