Skip to content

Commit 445f82a

Browse files
authored
⬆️ Upgrade Local Dev Infra (#1341)
* Metrics Server `7.3.4` -> `7.4.0` * PostgreSQL HA `15.1.7` -> `15.3.0` * PGAdmin `1.34.0` -> `1.35.0`
1 parent e0080c6 commit 445f82a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

helm/acapy-cloud.yaml.gotmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

tilt/acapy-cloud/Tiltfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ load("ext://color", "color")
33
load("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

1010
registry = "localhost:5001"
1111

tilt/metrics/Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"],

0 commit comments

Comments
 (0)