Skip to content

Commit

Permalink
Add annotations and remove default value
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Misencik <[email protected]>
  • Loading branch information
SimonMisencik authored and Jozefiel committed Apr 12, 2022
1 parent 0b1be5b commit 7967196
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions charts/uniconfig/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,10 @@ maintainers:
- name: FRINX
icon: https://avatars.githubusercontent.com/u/23452093?s=200&v=4
appVersion: "4.2.10"
annotations:
artifacthub.io/changes: |
- kind: fixed
description: Fix DB host variable when it is different from the default
links:
- name: GitHub PR
url: https://github.com/FRINXio/helm-charts/pull/14
2 changes: 1 addition & 1 deletion charts/uniconfig/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ dbPersistence:
connection_dbName: "uniconfig"
connection_username: "postgresU"
connection_password: "postgresP"
connection_databaseLocations_host: "uniconfig-postgres-postgresql"
connection_databaseLocations_host: ""
connection_databaseLocations_port: "5432"

azure:
Expand Down

0 comments on commit 7967196

Please sign in to comment.