Skip to content

Commit 27d25c5

Browse files
committed
updates helm chart to use correct postgresql image
1 parent 9a91802 commit 27d25c5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/devguard/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.12.0
18+
version: 0.13.1
1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application. Versions are not expected to
2121
# follow Semantic Versioning. They should reflect the version the application is using.

charts/devguard/templates/postgresql/postgresql-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
version: "{{ .Chart.AppVersion }}"
1919
spec:
2020
containers:
21-
- image: "{{ .Values.api.image.repository }}-postgresql:{{ .Chart.AppVersion }}"
21+
- image: "{{ .Values.api.image.repository }}/postgresql:{{ .Chart.AppVersion }}"
2222
name: postgresql
2323
ports:
2424
- containerPort: 5432

0 commit comments

Comments
 (0)