Skip to content

Commit e4590f8

Browse files
committed
Update to use groundhog2k postgres chart
Bump chart versions
1 parent 025983f commit e4590f8

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

charts/apps/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: developer-portal
33
description: An ArgoCD App of Apps for deploying the Developer Portal
44
type: application
5-
version: 0.2.0
5+
version: 0.3.0
66
dependencies:
77
- name: common
88
repository: https://charts.bitnami.com/bitnami

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: 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

charts/backend/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: developer-portal-backend
33
description: A Helm chart for deploying the Diamond developer portal backend
44
type: application
5-
version: 0.2.0
5+
version: 0.3.0
66
appVersion: 0.0.28
77
dependencies:
88
- name: common

charts/frontend/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: developer-portal-frontend
33
description: A Helm chart for deploying the Diamond developer portal backend
44
type: application
5-
version: 0.2.0
5+
version: 0.3.0
66
appVersion: 0.0.28
77
dependencies:
88
- name: common

0 commit comments

Comments
 (0)