Skip to content

Commit 6a2d02e

Browse files
authored
⬆️ Update Helm chart dependencies to latest versions (#1750)
Upgrade several Bitnami Helm chart dependencies to their latest patch versions: * valkey: 3.0.20 → 3.0.22 * postgresql-ha: 16.0.18 → 16.0.22 * minio: 17.0.11 → 17.0.15 These updates include bug fixes and security improvements. Version numbers are synchronized between the main Helm template file (`helm/acapy-cloud.yaml.gotmpl`) and the Tilt development configuration (`tilt/acapy-cloud/Tiltfile`).
1 parent e2adcc5 commit 6a2d02e

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

helm/acapy-cloud.yaml.gotmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ releases:
170170
app: valkey
171171
namespace: {{ .Values.namespace }}
172172
chart: oci://registry-1.docker.io/bitnamicharts/valkey
173-
version: 3.0.20
173+
version: 3.0.22
174174
values:
175175
- ./acapy-cloud/conf/valkey.yaml
176176
- primary:
@@ -186,7 +186,7 @@ releases:
186186
app: postgres
187187
namespace: {{ .Values.namespace }}
188188
chart: oci://registry-1.docker.io/bitnamicharts/postgresql-ha
189-
version: 16.0.18
189+
version: 16.0.22
190190
values:
191191
- ./acapy-cloud/conf/postgres.yaml
192192
- postgresql:
@@ -261,7 +261,7 @@ releases:
261261
installed: {{ .Values.minio.enabled }}
262262
namespace: {{ .Values.namespace }}
263263
chart: oci://registry-1.docker.io/bitnamicharts/minio
264-
version: 17.0.11
264+
version: 17.0.15
265265
labels:
266266
app: minio
267267
values:

tilt/acapy-cloud/Tiltfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ load("ext://color", "color")
33
load("ext://helm_resource", "helm_resource", "helm_repo")
44

55
# https://github.com/bitnami/charts/tree/main/bitnami/minio
6-
minio_version = "17.0.11"
6+
minio_version = "17.0.15"
77
# https://github.com/rowanruseler/helm-charts/tree/main/charts/pgadmin4
88
pgadmin_version = "1.47.0"
99
# https://github.com/bitnami/charts/tree/main/bitnami/postgresql-ha
10-
postgres_version = "16.0.18"
10+
postgres_version = "16.0.22"
1111
# https://github.com/redpanda-data/helm-charts/tree/main/charts/connect
1212
redpanda_connect_version = "3.0.3"
1313
# https://github.com/bitnami/charts/tree/main/bitnami/valkey
14-
valkey_version = "3.0.20"
14+
valkey_version = "3.0.22"
1515

1616
# Mnemonic for the Cheqd Localnet Validator
1717
# Will be used for Localnet as well as the Fee Payer for Cheqd DID Driver

0 commit comments

Comments
 (0)