From ff9a54f06fc92e3919881644ee8c56058d060902 Mon Sep 17 00:00:00 2001 From: Janne Mareike Koschinski <janne@kuschku.de> Date: Sun, 26 Mar 2023 16:52:03 +0200 Subject: [PATCH] fix: correct postgres naming --- postgresql/Chart.yaml | 2 +- postgresql/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/postgresql/Chart.yaml b/postgresql/Chart.yaml index 6c3abdf..f23ab19 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 712b129..84b1c63 100644 --- a/postgresql/values.yaml +++ b/postgresql/values.yaml @@ -1,7 +1,7 @@ replicaCount: 1 image: - repository: postgresql + repository: postgres pullPolicy: IfNotPresent tag: "" -- GitLab