diff --git a/bitnami/minio/Chart.yaml b/bitnami/minio/Chart.yaml index fd719a49a..6418111b1 100644 --- a/bitnami/minio/Chart.yaml +++ b/bitnami/minio/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: Infrastructure apiVersion: v2 -appVersion: 2022.7.17 +appVersion: 2022.7.26 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.7.13 +version: 11.7.14 diff --git a/bitnami/minio/README.md b/bitnami/minio/README.md index 950f461cd..a0e23c470 100644 --- a/bitnami/minio/README.md +++ b/bitnami/minio/README.md @@ -7,7 +7,7 @@ MinIO(R) is an object storage server, compatible with Amazon S3 cloud storage se [Overview of Bitnami Object Storage based on MinIO®](https://min.io/) Disclaimer: All software products, projects and company names are trademark(TM) or registered(R) trademarks of their respective holders, and use of them does not imply any affiliation or endorsement. This software is licensed to you subject to one or more open source licenses and VMware provides the software on an AS-IS basis. MinIO(R) is a registered trademark of the MinIO Inc. in the US and other countries. Bitnami is not affiliated, associated, authorized, endorsed by, or in any way officially connected with MinIO Inc. MinIO(R) is licensed under GNU AGPL v3.0. - + ## TL;DR ```console @@ -81,13 +81,13 @@ 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.7.17-debian-11-r0` | +| `image.tag` | MinIO® image tag (immutable tags are recommended) | `2022.7.26-debian-11-r0` | | `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.7.11-debian-11-r1` | +| `clientImage.tag` | MinIO® Client image tag (immutable tags are recommended) | `2022.7.24-debian-11-r0` | | `mode` | MinIO® server mode (`standalone` or `distributed`) | `standalone` | | `auth.rootUser` | MinIO® root username | `admin` | | `auth.rootPassword` | Password for MinIO® root user | `""` | @@ -256,7 +256,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-r15` | +| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r19` | | `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` | | `volumePermissions.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | | `volumePermissions.resources.limits` | Init container volume-permissions resource limits | `{}` | @@ -334,7 +334,6 @@ The command removes all the Kubernetes components associated with the chart and | `gateway.auth.gcs.projectID` | GCP Project ID to use | `""` | | `gateway.auth.nas.accessKey` | Access key to access MinIO® using NAS Gateway | `""` | | `gateway.auth.nas.secretKey` | Secret key to access MinIO® using NAS Gateway | `""` | -| `gateway.auth.s3.useIRSA` | Use IAM roles for service accounts to access AWS S3 | `false` | | `gateway.auth.s3.accessKey` | Access key to use to access AWS S3 | `""` | | `gateway.auth.s3.secretKey` | Secret key to use to access AWS S3 | `""` | | `gateway.auth.s3.serviceEndpoint` | AWS S3 endpoint | `https://s3.amazonaws.com` | @@ -581,4 +580,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. +limitations under the License. \ No newline at end of file diff --git a/bitnami/minio/values.yaml b/bitnami/minio/values.yaml index 3aa0f3aff..ee550bb05 100644 --- a/bitnami/minio/values.yaml +++ b/bitnami/minio/values.yaml @@ -54,7 +54,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/minio - tag: 2022.7.17-debian-11-r0 + tag: 2022.7.26-debian-11-r0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -80,7 +80,7 @@ image: clientImage: registry: docker.io repository: bitnami/minio-client - tag: 2022.7.11-debian-11-r1 + tag: 2022.7.24-debian-11-r0 ## @param mode MinIO® server mode (`standalone` or `distributed`) ## ref: https://docs.minio.io/docs/distributed-minio-quickstart-guide ## @@ -902,7 +902,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r15 + tag: 11-debian-11-r19 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.