diff --git a/charts/supabase/Chart.yaml b/charts/supabase/Chart.yaml index b83d342..b0bae58 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 75f3c8e..314842e 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: