diff --git a/charts/hive-metastore/Chart.yaml b/charts/hive-metastore/Chart.yaml
index ff371d31..ca0077a7 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.6
+version: 0.0.7
# 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 e41aebf4..a0df932f 100644
--- a/charts/hive-metastore/templates/configmap.yaml
+++ b/charts/hive-metastore/templates/configmap.yaml
@@ -22,7 +22,14 @@ data:
{{ .Values.postgres.postgresql.username }}
- javax.jdo.option.ConnectionPassword
+ javax.jdo.option.ConnectionPassword
{{ .Values.postgres.postgresql.password }}
+
+ hive.metastore.warehouse.dir
+ {{ .Values.service.warehouseDir}}
+
+
+
+
\ No newline at end of file
diff --git a/charts/hive-metastore/values.yaml b/charts/hive-metastore/values.yaml
index 2233daa4..d9eb29e6 100644
--- a/charts/hive-metastore/values.yaml
+++ b/charts/hive-metastore/values.yaml
@@ -10,6 +10,8 @@ service:
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "master"
+ warehouseDir: s3a://bucket/hive-warehouse
+
liveness:
enabled : "true"