mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-08 21:01:43 +10:00
[bitnami/minio] Release 11.10.23 (#13940)
* [bitnami/minio] Release 11.10.23 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,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 2.2.1
|
||||
digest: sha256:6c67cfa9945bf608209d4e2ca8f17079fca4770907c7902d984187ab5b21811e
|
||||
generated: "2022-11-27T07:38:13.612960957Z"
|
||||
version: 2.2.2
|
||||
digest: sha256:49ca75cf23ba5eb7df4becef52580f98c8bd8194eb80368b9d7b875f6eefa8e5
|
||||
generated: "2022-12-13T04:30:06.273130487Z"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
annotations:
|
||||
category: Infrastructure
|
||||
apiVersion: v2
|
||||
appVersion: 2022.12.7
|
||||
appVersion: 2022.12.12
|
||||
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.22
|
||||
version: 11.10.23
|
||||
|
||||
+32
-32
@@ -77,37 +77,37 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
|
||||
### MinIO® parameters
|
||||
|
||||
| Name | Description | Value |
|
||||
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
|
||||
| `image.registry` | MinIO® image registry | `docker.io` |
|
||||
| `image.repository` | MinIO® image repository | `bitnami/minio` |
|
||||
| `image.tag` | MinIO® image tag (immutable tags are recommended) | `2022.12.7-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) | `2022.12.2-debian-11-r1` |
|
||||
| `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` |
|
||||
| `auth.rootPassword` | Password for MinIO® root user | `""` |
|
||||
| `auth.existingSecret` | Use existing secret for credentials details (`auth.rootUser` and `auth.rootPassword` will be ignored and picked up from this secret). The secret has to contain the keys `root-user` and `root-password`) | `""` |
|
||||
| `auth.forcePassword` | Force users to specify required passwords | `false` |
|
||||
| `auth.useCredentialsFiles` | Mount credentials as a files instead of using an environment variable | `false` |
|
||||
| `auth.forceNewKeys` | Force root credentials (user and password) to be reconfigured every time they change in the secrets | `false` |
|
||||
| `defaultBuckets` | Comma, semi-colon or space separated list of buckets to create at initialization (only in standalone mode) | `""` |
|
||||
| `disableWebUI` | Disable MinIO® Web UI | `false` |
|
||||
| `tls.enabled` | Enable tls in front of the container | `false` |
|
||||
| `tls.autoGenerated` | Generate automatically self-signed TLS certificates | `false` |
|
||||
| `tls.existingSecret` | Name of an existing secret holding the certificate information | `""` |
|
||||
| `tls.mountPath` | The mount path where the secret will be located | `""` |
|
||||
| `extraEnvVars` | Extra environment variables to be set on MinIO® container | `[]` |
|
||||
| `extraEnvVarsCM` | ConfigMap with extra environment variables | `""` |
|
||||
| `extraEnvVarsSecret` | Secret with extra environment variables | `""` |
|
||||
| `command` | Default container command (useful when using custom images). Use array form | `[]` |
|
||||
| `args` | Default container args (useful when using custom images). Use array form | `[]` |
|
||||
| Name | Description | Value |
|
||||
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------- |
|
||||
| `image.registry` | MinIO® image registry | `docker.io` |
|
||||
| `image.repository` | MinIO® image repository | `bitnami/minio` |
|
||||
| `image.tag` | MinIO® image tag (immutable tags are recommended) | `2022.12.12-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.12.13-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` |
|
||||
| `auth.rootPassword` | Password for MinIO® root user | `""` |
|
||||
| `auth.existingSecret` | Use existing secret for credentials details (`auth.rootUser` and `auth.rootPassword` will be ignored and picked up from this secret). The secret has to contain the keys `root-user` and `root-password`) | `""` |
|
||||
| `auth.forcePassword` | Force users to specify required passwords | `false` |
|
||||
| `auth.useCredentialsFiles` | Mount credentials as a files instead of using an environment variable | `false` |
|
||||
| `auth.forceNewKeys` | Force root credentials (user and password) to be reconfigured every time they change in the secrets | `false` |
|
||||
| `defaultBuckets` | Comma, semi-colon or space separated list of buckets to create at initialization (only in standalone mode) | `""` |
|
||||
| `disableWebUI` | Disable MinIO® Web UI | `false` |
|
||||
| `tls.enabled` | Enable tls in front of the container | `false` |
|
||||
| `tls.autoGenerated` | Generate automatically self-signed TLS certificates | `false` |
|
||||
| `tls.existingSecret` | Name of an existing secret holding the certificate information | `""` |
|
||||
| `tls.mountPath` | The mount path where the secret will be located | `""` |
|
||||
| `extraEnvVars` | Extra environment variables to be set on MinIO® container | `[]` |
|
||||
| `extraEnvVarsCM` | ConfigMap with extra environment variables | `""` |
|
||||
| `extraEnvVarsSecret` | Secret with extra environment variables | `""` |
|
||||
| `command` | Default container command (useful when using custom images). Use array form | `[]` |
|
||||
| `args` | Default container args (useful when using custom images). Use array form | `[]` |
|
||||
|
||||
|
||||
### MinIO® deployment/statefulset parameters
|
||||
@@ -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-r59` |
|
||||
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r61` |
|
||||
| `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 | `[]` |
|
||||
|
||||
@@ -55,7 +55,7 @@ extraDeploy: []
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/minio
|
||||
tag: 2022.12.7-debian-11-r1
|
||||
tag: 2022.12.12-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.12.2-debian-11-r1
|
||||
tag: 2022.12.13-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-r59
|
||||
tag: 11-debian-11-r61
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
||||
Reference in New Issue
Block a user