File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ releases:
161161 app: postgres
162162 namespace: {{ .Values.namespace }}
163163 chart: oci://registry-1.docker.io /bitnamicharts/postgresql-ha
164- version: 15.1.7
164+ version: 15.3.0
165165 values:
166166 - .. /tilt/acapy-cloud/postgres.yaml
167167
@@ -171,7 +171,7 @@ releases:
171171 app: pgadmin
172172 namespace: {{ .Values.namespace }}
173173 chart: runix/pgadmin4
174- version: 1.34 .0
174+ version: 1.35 .0
175175 installed: {{ .Values.pgAdmin.enabled }}
176176 values:
177177 - .. /tilt/acapy-cloud/pgadmin.yaml
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ load("ext://color", "color")
33load ("ext://helm_resource" , "helm_resource" , "helm_repo" )
44
55# https://github.com/bitnami/charts/tree/main/bitnami/postgresql-ha
6- postgres_version = "15.1.7 "
6+ postgres_version = "15.3.0 "
77# https://github.com/rowanruseler/helm-charts/tree/main/charts/pgadmin4
8- pgadmin_version = "1.34 .0"
8+ pgadmin_version = "1.35 .0"
99
1010registry = "localhost:5001"
1111
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def setup_metrics_server():
2222 "--set" ,
2323 "extraArgs[1]=--kubelet-insecure-tls" ,
2424 "--version" ,
25- "7.3.4 " ,
25+ "7.4.0 " ,
2626 "--wait" ,
2727 ],
2828 labels = ["30-monitoring" ],
You can’t perform that action at this time.
0 commit comments