Skip to content

Commit 46488ca

Browse files
committed
Remove more default values
1 parent 4544abe commit 46488ca

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎charts/argus/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.5.0
18+
version: 0.5.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

‎charts/argus/values.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ postgresql:
9494
global:
9595
postgresql:
9696
auth:
97-
database: "argus"
98-
username: "argus"
97+
database: ""
98+
username: ""
9999
password: ""
100100
existingSecret: ""
101101
secretKeys:

0 commit comments

Comments
 (0)