diff --git a/charts/redash/Chart.yaml b/charts/redash/Chart.yaml index e7f8a8a6..b918f91c 100644 --- a/charts/redash/Chart.yaml +++ b/charts/redash/Chart.yaml @@ -15,7 +15,8 @@ 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: 0.0.2 +version: 0.0.3 + # This is the version number of the application being deployed. This version number should be diff --git a/charts/redash/values.yaml b/charts/redash/values.yaml index 966d68c3..f52f7be6 100644 --- a/charts/redash/values.yaml +++ b/charts/redash/values.yaml @@ -16,5 +16,4 @@ redash: secretKey: changeme postgresql: postgresqlPassword: changeme - postgresqlUsername: admin - \ No newline at end of file + postgresqlUsername: admin \ No newline at end of file