Skip to content

Commit

Permalink
Merge pull request #232 from Leukocyte-Lab/build/upgrade-minio
Browse files Browse the repository at this point in the history
build/upgrade minio
  • Loading branch information
knowlet authored Oct 3, 2024
2 parents 2041bfe + 8bc4bb0 commit 687f1a2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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-03T13:10:16.958923+08: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
2 changes: 1 addition & 1 deletion charts/agh3/templates/report/report-deployment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if and .Values.ui.enabled }}
{{- if and .Values.report.enabled }}
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down
2 changes: 1 addition & 1 deletion charts/agh3/templates/report/report-service.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if and .Values.ui.enabled }}
{{- if and .Values.report.enabled }}
apiVersion: v1
kind: Service
metadata:
Expand Down
4 changes: 2 additions & 2 deletions charts/agh3/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ postgresql:
## @param postgresql.image.pullSecrets Specify docker-registry secret names as an array
##
image:
repository: leukocyte-lab/postgresql
tag: v0.1.2-postgres-15.1.0-pgroonga-2.4.2-debian
repository: docker/bitnami/postgresql
tag: 15
pullPolicy: IfNotPresent
pullSecrets: []
## @param postgresql.auth.enabled Enable postgresql auth secret generate
Expand Down

0 comments on commit 687f1a2

Please sign in to comment.