Skip to content

Commit

Permalink
⬆️ Upgrade Local Dev Infra (#1341)
Browse files Browse the repository at this point in the history
* Metrics Server `7.3.4` -> `7.4.0`
* PostgreSQL HA `15.1.7` -> `15.3.0`
* PGAdmin `1.34.0` -> `1.35.0`
  • Loading branch information
rblaine95 authored Feb 28, 2025
1 parent e0080c6 commit 445f82a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions helm/acapy-cloud.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ releases:
app: postgres
namespace: {{ .Values.namespace }}
chart: oci://registry-1.docker.io/bitnamicharts/postgresql-ha
version: 15.1.7
version: 15.3.0
values:
- ../tilt/acapy-cloud/postgres.yaml

Expand All @@ -171,7 +171,7 @@ releases:
app: pgadmin
namespace: {{ .Values.namespace }}
chart: runix/pgadmin4
version: 1.34.0
version: 1.35.0
installed: {{ .Values.pgAdmin.enabled }}
values:
- ../tilt/acapy-cloud/pgadmin.yaml
Expand Down
4 changes: 2 additions & 2 deletions tilt/acapy-cloud/Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ load("ext://color", "color")
load("ext://helm_resource", "helm_resource", "helm_repo")

# https://github.com/bitnami/charts/tree/main/bitnami/postgresql-ha
postgres_version = "15.1.7"
postgres_version = "15.3.0"
# https://github.com/rowanruseler/helm-charts/tree/main/charts/pgadmin4
pgadmin_version = "1.34.0"
pgadmin_version = "1.35.0"

registry = "localhost:5001"

Expand Down
2 changes: 1 addition & 1 deletion tilt/metrics/Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def setup_metrics_server():
"--set",
"extraArgs[1]=--kubelet-insecure-tls",
"--version",
"7.3.4",
"7.4.0",
"--wait",
],
labels=["30-monitoring"],
Expand Down

0 comments on commit 445f82a

Please sign in to comment.