Skip to content

Commit 5633041

Browse files
authored
Metabase - fix password titles
1 parent 693065d commit 5633041

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

charts/metabase/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type: application
2222
# This is the chart version. This version number should be incremented each time you make changes
2323
# to the chart and its templates, including the app version.
2424
# Versions are expected to follow Semantic Versioning (https://semver.org/)
25-
version: 2.0.0
25+
version: 2.0.1
2626

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

charts/metabase/values.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
},
149149
"password": {
150150
"type": "string",
151-
"title": "Password",
151+
"title": "User password",
152152
"default": "changeme",
153153
"x-form": {
154154
"value": "{{project.password}}"
@@ -159,7 +159,7 @@
159159
},
160160
"postgresPassword": {
161161
"type": "string",
162-
"title": "Password",
162+
"title": "Postgres password",
163163
"default": "changeme",
164164
"x-form": {
165165
"value": "{{project.password}}"

0 commit comments

Comments
 (0)