From 56330414ca991fe31923861f3e6b8fd230e58b1b Mon Sep 17 00:00:00 2001 From: ihiverlet <94982379+ihiverlet@users.noreply.github.com> Date: Wed, 27 Nov 2024 11:53:45 +0100 Subject: [PATCH] Metabase - fix password titles --- charts/metabase/Chart.yaml | 2 +- charts/metabase/values.schema.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/metabase/Chart.yaml b/charts/metabase/Chart.yaml index 9b15669..f6878a1 100644 --- a/charts/metabase/Chart.yaml +++ b/charts/metabase/Chart.yaml @@ -22,7 +22,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.0.0 +version: 2.0.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/metabase/values.schema.json b/charts/metabase/values.schema.json index 4a54d1c..6c89898 100644 --- a/charts/metabase/values.schema.json +++ b/charts/metabase/values.schema.json @@ -148,7 +148,7 @@ }, "password": { "type": "string", - "title": "Password", + "title": "User password", "default": "changeme", "x-form": { "value": "{{project.password}}" @@ -159,7 +159,7 @@ }, "postgresPassword": { "type": "string", - "title": "Password", + "title": "Postgres password", "default": "changeme", "x-form": { "value": "{{project.password}}"