diff --git a/postgresql/Chart.yaml b/postgresql/Chart.yaml index 6c3abdfac624997ee96659fe5813dfa5c7d06df5..f23ab19d282722649565e83621ef8a92c25fc1d6 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.0 +version: 1.0.1 appVersion: "14.7-alpine" diff --git a/postgresql/values.yaml b/postgresql/values.yaml index 712b129ebdff151759df548864839842364d0f77..84b1c63432671ab1f4d4398dc7bc50e48e348261 100644 --- a/postgresql/values.yaml +++ b/postgresql/values.yaml @@ -1,7 +1,7 @@ replicaCount: 1 image: - repository: postgresql + repository: postgres pullPolicy: IfNotPresent tag: ""