diff --git a/postgresql/Chart.yaml b/postgresql/Chart.yaml index f23ab19d282722649565e83621ef8a92c25fc1d6..e560207a5663f72e603f6cf3674fa4e66ac1dda1 100644 --- a/postgresql/Chart.yaml +++ b/postgresql/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: postgresql description: Helm Chart for postgresql type: application -version: 1.0.1 +version: 1.0.2 appVersion: "14.7-alpine" diff --git a/postgresql/templates/statefulset.yaml b/postgresql/templates/statefulset.yaml index 4dca6e43fa44091cd777ffa2faaf768c83119818..04e6d682a96d6827d6f114ee2f541fcbbad77474 100644 --- a/postgresql/templates/statefulset.yaml +++ b/postgresql/templates/statefulset.yaml @@ -77,7 +77,7 @@ spec: resources: {{- toYaml .Values.resources | nindent 12 }} volumeMounts: - - mountPath: "/var/lib/postgresqlql/data" + - mountPath: "/var/lib/postgresql/data" name: data - mountPath: "/configs" name: config