From e1544db2466ad2f21da52d5c710bfdf42473462f Mon Sep 17 00:00:00 2001 From: Hendrik Leidinger Date: Sun, 19 Nov 2023 20:24:29 +0100 Subject: [PATCH] docker image location --- charts/vp-web/0.1.0/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/vp-web/0.1.0/templates/deployment.yaml b/charts/vp-web/0.1.0/templates/deployment.yaml index ff58259..18f6bd1 100644 --- a/charts/vp-web/0.1.0/templates/deployment.yaml +++ b/charts/vp-web/0.1.0/templates/deployment.yaml @@ -18,8 +18,8 @@ spec: spec: containers: - name: app - image: "hleiding/uwsgi-new" + image: "git.leidinger.party/hendrik/uwsgi-new" imagePullPolicy: IfNotPresent - name: web - image: "hleiding/nginx" + image: "git.leidinger.party/hendrik/nginx" imagePullPolicy: IfNotPresent