From 9ac4a26c230fc2e9290b0d7345e5a995ad20a165 Mon Sep 17 00:00:00 2001 From: FEMUMME Date: Mon, 25 Sep 2023 21:21:57 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Etemplate-postgres/templates/deployment?= =?UTF-8?q?.yaml=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template-postgres/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template-postgres/templates/deployment.yaml b/template-postgres/templates/deployment.yaml index 2fdadea..37a8305 100644 --- a/template-postgres/templates/deployment.yaml +++ b/template-postgres/templates/deployment.yaml @@ -20,7 +20,7 @@ spec: claimName: {{ .Values.database.name }}-pvc containers: - name: {{ .Values.database.name }} - image: postgres + image: postgres:{{ .Values.image.tag }} ports: - containerPort: 5432 volumeMounts: