Skip to content

Commit 9688b5d

Browse files
author
Bitnami Bot
authoredNov 9, 2023
[bitnami/minio] Release 12.9.3 updating components versions (#20870)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
1 parent 983c8f4 commit 9688b5d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
 

‎bitnami/minio/Chart.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ annotations:
66
licenses: Apache-2.0
77
images: |
88
- name: minio-client
9-
image: docker.io/bitnami/minio-client:2023.11.6-debian-11-r0
9+
image: docker.io/bitnami/minio-client:2023.11.6-debian-11-r1
1010
- name: minio
11-
image: docker.io/bitnami/minio:2023.11.6-debian-11-r0
11+
image: docker.io/bitnami/minio:2023.11.6-debian-11-r1
1212
- name: os-shell
13-
image: docker.io/bitnami/os-shell:11-debian-11-r90
13+
image: docker.io/bitnami/os-shell:11-debian-11-r91
1414
apiVersion: v2
1515
appVersion: 2023.11.6
1616
dependencies:
@@ -34,4 +34,4 @@ maintainers:
3434
name: minio
3535
sources:
3636
- https://github.com/bitnami/charts/tree/main/bitnami/minio
37-
version: 12.9.2
37+
version: 12.9.3

‎bitnami/minio/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ extraDeploy: []
5858
image:
5959
registry: docker.io
6060
repository: bitnami/minio
61-
tag: 2023.11.6-debian-11-r0
61+
tag: 2023.11.6-debian-11-r1
6262
digest: ""
6363
## Specify a imagePullPolicy
6464
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -86,7 +86,7 @@ image:
8686
clientImage:
8787
registry: docker.io
8888
repository: bitnami/minio-client
89-
tag: 2023.11.6-debian-11-r0
89+
tag: 2023.11.6-debian-11-r1
9090
digest: ""
9191
## @param mode MinIO&reg; server mode (`standalone` or `distributed`)
9292
## ref: https://docs.minio.io/docs/distributed-minio-quickstart-guide
@@ -970,7 +970,7 @@ volumePermissions:
970970
image:
971971
registry: docker.io
972972
repository: bitnami/os-shell
973-
tag: 11-debian-11-r90
973+
tag: 11-debian-11-r91
974974
digest: ""
975975
pullPolicy: IfNotPresent
976976
## Optionally specify an array of imagePullSecrets.

0 commit comments

Comments
 (0)
Please sign in to comment.