Skip to content

Commit

Permalink
[bitnami/minio] Release 10.1.4 updating components versions
Browse files Browse the repository at this point in the history
Signed-off-by: Bitnami Containers <[email protected]>
  • Loading branch information
bitnami-bot committed Feb 5, 2022
1 parent 32e69af commit 6c49a9b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions bitnami/minio/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 1.11.0
digest: sha256:302ab7d6834685503ff1250e55d67e85ae40a4c53cf02a94e7026f6a8b7550e3
generated: "2022-02-01T17:58:19.34878+01:00"
version: 1.11.1
digest: sha256:a000bcd4d4cdd813c67d633b5523b4a4cd478fb95f1cae665d9b0ba5c45b40e2
generated: "2022-02-05T21:58:17.086170112Z"
4 changes: 2 additions & 2 deletions bitnami/minio/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
annotations:
category: Infrastructure
apiVersion: v2
appVersion: 2022.1.28
appVersion: 2022.2.5
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
Expand All @@ -25,4 +25,4 @@ name: minio
sources:
- https://github.com/bitnami/bitnami-docker-minio
- https://min.io
version: 10.1.3
version: 10.1.4
2 changes: 1 addition & 1 deletion bitnami/minio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ MinIO&reg; exports Prometheus metrics at `/minio/v2/metrics/cluster`. To allow P
## Persistence

The [Bitnami Object Storage based on MinIO&reg;](https://github.com/bitnami/bitnami-docker-minio) image stores data at the `/data` path of the container.
The [Bitnami Object Storage based on MinIO(&reg;)](https://github.com/bitnami/bitnami-docker-minio) image stores data at the `/data` path of the container.

The chart mounts a [Persistent Volume](https://kubernetes.io/docs/concepts/storage/persistent-volumes/) at this location. The volume is created using dynamic volume provisioning.

Expand Down
6 changes: 3 additions & 3 deletions bitnami/minio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/minio
tag: 2022.1.28-debian-10-r0
tag: 2022.2.5-debian-10-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
Expand All @@ -80,7 +80,7 @@ image:
clientImage:
registry: docker.io
repository: bitnami/minio-client
tag: 2022.1.25-debian-10-r2
tag: 2022.2.2-debian-10-r3
## @param mode MinIO&reg; server mode (`standalone` or `distributed`)
## ref: https://docs.minio.io/docs/distributed-minio-quickstart-guide
##
Expand Down Expand Up @@ -810,7 +810,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 10-debian-10-r322
tag: 10-debian-10-r330
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down

0 comments on commit 6c49a9b

Please sign in to comment.