Skip to content

Commit 07b865e

Browse files
committed
Update to use groundhog2k postgres chart
1 parent 025983f commit 07b865e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/apps/templates/postgres-app.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ metadata:
99
spec:
1010
project: {{ default .Release.Namespace .Values.project }}
1111
source:
12-
repoURL: https://charts.bitnami.com/bitnami
12+
repoURL: https://groundhog2k.github.io/helm-charts
1313
targetRevision: {{ .Values.postgresql.targetRevision }}
14-
chart: postgresql
14+
chart: groundhog2k/postgres
1515
helm:
1616
valuesObject:
1717
auth:

charts/apps/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ destination:
66

77
postgresql:
88
enabled: true
9-
targetRevision: 15.5.32
9+
targetRevision: 1.5.8
1010

1111
backend:
1212
enabled: true

0 commit comments

Comments
 (0)