We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 025983f commit 07b865eCopy full SHA for 07b865e
charts/apps/templates/postgres-app.yaml
@@ -9,9 +9,9 @@ metadata:
9
spec:
10
project: {{ default .Release.Namespace .Values.project }}
11
source:
12
- repoURL: https://charts.bitnami.com/bitnami
+ repoURL: https://groundhog2k.github.io/helm-charts
13
targetRevision: {{ .Values.postgresql.targetRevision }}
14
- chart: postgresql
+ chart: groundhog2k/postgres
15
helm:
16
valuesObject:
17
auth:
charts/apps/values.yaml
@@ -6,7 +6,7 @@ destination:
6
7
postgresql:
8
enabled: true
- targetRevision: 15.5.32
+ targetRevision: 1.5.8
backend:
0 commit comments