Skip to content

Commit

Permalink
⬆️ Update Tilt/Local Dev Resources
Browse files Browse the repository at this point in the history
* `bitnami/nats` `8.4.2` -> `8.4.4
* `bitnami/postgresql-ha` `14.2.28` -> `14.2.33`
* `runix/pgadmin4` `1.29.0` -> `1.31.0`
  • Loading branch information
rblaine95 committed Oct 9, 2024
1 parent 089b269 commit 83a2fbd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions tilt/cloudapi/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 = "14.2.28"
postgres_version = "14.2.33"
# https://github.com/rowanruseler/helm-charts/tree/main/charts/pgadmin4
pgadmin_version = "1.29.0"
pgadmin_version = "1.31.0"

registry = "localhost:5001"

Expand Down
8 changes: 4 additions & 4 deletions tilt/cloudapi/nats/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.23.0
version: 2.24.0
- name: nats
repository: oci://registry-1.docker.io/bitnamicharts
version: 8.4.2
digest: sha256:bf0553e930ed7be610765fc581b4ba1df10e3c831b00cfc6f8eaa162a9d405bc
generated: "2024-09-17T14:59:07.832741+02:00"
version: 8.4.4
digest: sha256:49aeb641443a36cfa0cd19a7115a0dec57b898618b94156b7ae27ad3c7ed56f0
generated: "2024-10-09T14:30:28.401771+02:00"
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.2.14",
"7.2.15",
"--wait",
],
labels=["30-monitoring"],
Expand Down

0 comments on commit 83a2fbd

Please sign in to comment.