Skip to content

Commit

Permalink
Upgrade MiniO Chart to 14.7.15
Browse files Browse the repository at this point in the history
This commit upgrdes MiniO charts to the latest 14.7.15 version.
Including updating the image tag to install the latest MiniO.
  • Loading branch information
ching-kuo committed Oct 3, 2024
1 parent 95488d9 commit 65ffd4e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/agh3/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
version: 12.1.2
- name: minio
repository: https://charts.bitnami.com/bitnami
version: 12.2.4
version: 14.7.15
- name: rabbitmq
repository: https://charts.bitnami.com/bitnami
version: 13.0.0
Expand All @@ -17,5 +17,5 @@ dependencies:
- name: postfix
repository: https://charts.lkc-lab.com
version: 0.1.1
digest: sha256:fb6ba056468f47e486b96134dccb3de190f3525da983e7413f352b5bd6051982
generated: "2024-09-11T12:52:01.457922+08:00"
digest: sha256:cd03a3f86cfebb52c598d5981b149ea3506f7884e7a774dd30713f50d6d156da
generated: "2024-10-03T19:59:33.801017+09:00"
2 changes: 1 addition & 1 deletion charts/agh3/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
condition: db.internal.enabled
- name: minio
version: 12.2.4
version: 14.7.15
repository: https://charts.bitnami.com/bitnami
condition: minio.internal.enabled
- name: rabbitmq
Expand Down
4 changes: 2 additions & 2 deletions charts/agh3/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ minio:
##
image:
repository: docker/bitnami/minio
tag: 2023.3.24
tag: 2024.10.2-debian-12-r0
pullPolicy: IfNotPresent
pullSecrets: []
# MinIO Client image
Expand All @@ -310,7 +310,7 @@ minio:
##
clientImage:
repository: docker/bitnami/minio-client
tag: 2023.4.12
tag: 2024.10.2-debian-12-r0
pullPolicy: IfNotPresent
pullSecrets: []
## @param minio.auth.rootUser Internal database root user
Expand Down

0 comments on commit 65ffd4e

Please sign in to comment.