diff --git a/charts/hive-metastore/Chart.yaml b/charts/hive-metastore/Chart.yaml index b73503a0..5310a748 100644 --- a/charts/hive-metastore/Chart.yaml +++ b/charts/hive-metastore/Chart.yaml @@ -15,7 +15,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: 0.0.13 +version: 0.0.14 # 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/hive-metastore/templates/configmap.yaml b/charts/hive-metastore/templates/configmap.yaml index 433151c1..7819f52a 100644 --- a/charts/hive-metastore/templates/configmap.yaml +++ b/charts/hive-metastore/templates/configmap.yaml @@ -11,7 +11,7 @@ data: javax.jdo.option.ConnectionURL - jdbc:postgresql://{{ .Values.postgresql.fullnameOverride }}:5432/{{ .Values.global.postgresqlDatabase}} + jdbc:postgresql://{{ .Values.postgresql.fullnameOverride }}:5432/{{ .Values.global.postgresql.postgresqlDatabase}} javax.jdo.option.ConnectionDriverName @@ -19,11 +19,11 @@ data: javax.jdo.option.ConnectionUserName - {{ .Values.global.postgresqlUsername }} + {{ .Values.global.postgresql.postgresqlUsername }} javax.jdo.option.ConnectionPassword - {{ .Values.global.postgresqlPassword }} + {{ .Values.global.postgresql.postgresqlPassword }} hive.metastore.warehouse.dir