mirror of
https://github.com/bitnami/charts.git
synced 2026-03-10 15:07:49 +08:00
[bitnami/minio] Release 11.10.15 (#13467)
* [bitnami/minio] Release 11.10.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:
@@ -1,7 +1,7 @@
|
||||
annotations:
|
||||
category: Infrastructure
|
||||
apiVersion: v2
|
||||
appVersion: 2022.11.8
|
||||
appVersion: 2022.11.10
|
||||
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.14
|
||||
version: 11.10.15
|
||||
|
||||
@@ -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.11.8-debian-11-r0` |
|
||||
| `image.tag` | MinIO® image tag (immutable tags are recommended) | `2022.11.10-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.29-debian-11-r3` |
|
||||
| `clientImage.tag` | MinIO® Client image tag (immutable tags are recommended) | `2022.11.7-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` |
|
||||
|
||||
@@ -55,7 +55,7 @@ extraDeploy: []
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/minio
|
||||
tag: 2022.11.8-debian-11-r0
|
||||
tag: 2022.11.10-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.29-debian-11-r3
|
||||
tag: 2022.11.7-debian-11-r0
|
||||
digest: ""
|
||||
## @param mode MinIO® server mode (`standalone` or `distributed`)
|
||||
## ref: https://docs.minio.io/docs/distributed-minio-quickstart-guide
|
||||
|
||||
Reference in New Issue
Block a user