File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 14.7.10 (2024-09-17 )
3
+ ## 14.7.11 (2024-09-24 )
4
4
5
- * [ bitnami/minio] fix: :bug : Add sleep to avoid race condition in provisioning ([ #29478 ] ( https://github.com/bitnami/charts/pull/29478 ) )
5
+ * [ bitnami/minio] Release 14.7.11 ([ #29588 ] ( https://github.com/bitnami/charts/pull/29588 ) )
6
+
7
+ ## <small >14.7.10 (2024-09-17)</small >
8
+
9
+ * [ bitnami/minio] fix: :bug : Add sleep to avoid race condition in provisioning (#29478 ) ([ c522a3c] ( https://github.com/bitnami/charts/commit/c522a3c203b3d2fc381698384c58e63ab2bba5c0 ) ), closes [ #29478 ] ( https://github.com/bitnami/charts/issues/29478 )
6
10
7
11
## <small >14.7.9 (2024-09-16)</small >
8
12
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ annotations:
6
6
licenses : Apache-2.0
7
7
images : |
8
8
- name: minio
9
- image: docker.io/bitnami/minio:2024.9.13 -debian-12-r0
9
+ image: docker.io/bitnami/minio:2024.9.22 -debian-12-r0
10
10
- name: minio-client
11
- image: docker.io/bitnami/minio-client:2024.9.9 -debian-12-r0
11
+ image: docker.io/bitnami/minio-client:2024.9.16 -debian-12-r0
12
12
- name: os-shell
13
13
image: docker.io/bitnami/os-shell:12-debian-12-r30
14
14
apiVersion : v2
15
- appVersion : 2024.9.13
15
+ appVersion : 2024.9.22
16
16
dependencies :
17
17
- name : common
18
18
repository : oci://registry-1.docker.io/bitnamicharts
@@ -34,4 +34,4 @@ maintainers:
34
34
name : minio
35
35
sources :
36
36
- https://github.com/bitnami/charts/tree/main/bitnami/minio
37
- version : 14.7.10
37
+ version : 14.7.11
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ extraDeploy: []
70
70
image :
71
71
registry : docker.io
72
72
repository : bitnami/minio
73
- tag : 2024.9.13 -debian-12-r0
73
+ tag : 2024.9.22 -debian-12-r0
74
74
digest : " "
75
75
# # Specify a imagePullPolicy
76
76
# # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
98
98
clientImage :
99
99
registry : docker.io
100
100
repository : bitnami/minio-client
101
- tag : 2024.9.9 -debian-12-r0
101
+ tag : 2024.9.16 -debian-12-r0
102
102
digest : " "
103
103
# # @param mode MinIO® server mode (`standalone` or `distributed`)
104
104
# # ref: https://docs.minio.io/docs/distributed-minio-quickstart-guide
You can’t perform that action at this time.
0 commit comments