1 parent 4544abe commit 46488caCopy full SHA for 46488ca
2 files changed
charts/argus/Chart.yaml
@@ -15,7 +15,7 @@ type: application
15
# This is the chart version. This version number should be incremented each time you make changes
16
# to the chart and its templates, including the app version.
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
-version: 0.5.0
+version: 0.5.1
19
20
# This is the version number of the application being deployed. This version number should be
21
# incremented each time you make changes to the application. Versions are not expected to
charts/argus/values.yaml
@@ -94,8 +94,8 @@ postgresql:
94
global:
95
postgresql:
96
auth:
97
- database: "argus"
98
- username: "argus"
+ database: ""
+ username: ""
99
password: ""
100
existingSecret: ""
101
secretKeys:
0 commit comments