diff --git a/charts/supabase/Chart.yaml b/charts/supabase/Chart.yaml
index b83d3422125885ca2c2e9923a600db6ad2d70769..b0bae589dd28d8d3dad30f62ce25ee254b8d0e46 100644
--- a/charts/supabase/Chart.yaml
+++ b/charts/supabase/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.1.1
+version: 0.1.2
 
 # 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/supabase/templates/db/deployment.yaml b/charts/supabase/templates/db/deployment.yaml
index 75f3c8effee3964743014fc2568a01c917480c11..314842ede81a5db873cd8dcab536cfa145b818cb 100644
--- a/charts/supabase/templates/db/deployment.yaml
+++ b/charts/supabase/templates/db/deployment.yaml
@@ -134,6 +134,7 @@ spec:
             {{- if .Values.db.persistence.enabled }}
             - mountPath: /var/lib/postgresql/data
               name: postgres-volume
+              subPath: postgres-data
             {{- end }}
           {{- with .Values.db.resources }}
           resources: