Skip to content

Commit

Permalink
⬆️ Update Local Tilt Resources (#1168)
Browse files Browse the repository at this point in the history
* Bump `bitnami/postgresql-ha` `14.2.33` -> `14.3.6`
* Bump `bitnami/nats` `8.4.4` -> `8.4.6`
  * Set `podManagementPolicy` to `Parallel`
  • Loading branch information
rblaine95 authored Nov 6, 2024
1 parent bee104c commit 5482da8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tilt/cloudapi/Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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.33"
postgres_version = "14.3.6"
# https://github.com/rowanruseler/helm-charts/tree/main/charts/pgadmin4
pgadmin_version = "1.31.0"

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.24.0
version: 2.26.0
- name: nats
repository: oci://registry-1.docker.io/bitnamicharts
version: 8.4.4
digest: sha256:49aeb641443a36cfa0cd19a7115a0dec57b898618b94156b7ae27ad3c7ed56f0
generated: "2024-10-09T14:30:28.401771+02:00"
version: 8.4.6
digest: sha256:9277492904fc0aa8a6b457402089ecf0c6efe8093d7087a3a52ca14b04b81551
generated: "2024-11-06T16:09:37.478422+02:00"
2 changes: 1 addition & 1 deletion tilt/cloudapi/nats/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: nats
description: A small wrapper Helm chart for bitnami/nats
type: application
version: "8"
appVersion: 2.10.20
appVersion: 2.10.22

dependencies:
# https://github.com/bitnami/charts/tree/main/bitnami/common
Expand Down
3 changes: 3 additions & 0 deletions tilt/cloudapi/nats/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ nats:
## @param replicaCount Number of NATS nodes
##
replicaCount: 1
## @param podManagementPolicy StatefulSet pod management policy
##
podManagementPolicy: Parallel

## Client Authentication
## ref: https://docs.nats.io/running-a-nats-service/configuration/securing_nats/auth_intro
Expand Down

0 comments on commit 5482da8

Please sign in to comment.