Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade MiniO Chart to 14.7.15 #238

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading