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