From 1afef4726fe780d2c54c77dd248761e73be884dd Mon Sep 17 00:00:00 2001 From: Thomas Philipona Date: Sun, 15 Oct 2023 18:35:36 +0200 Subject: [PATCH] don't pull always --- charts/user-monitoring-demo/templates/demo-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/user-monitoring-demo/templates/demo-deploy.yaml b/charts/user-monitoring-demo/templates/demo-deploy.yaml index 7690c30..bb0b784 100644 --- a/charts/user-monitoring-demo/templates/demo-deploy.yaml +++ b/charts/user-monitoring-demo/templates/demo-deploy.yaml @@ -16,6 +16,6 @@ spec: spec: containers: - image: quay.io/acend/example-web-python - imagePullPolicy: Always + imagePullPolicy: IfNotPresent name: example-web-python restartPolicy: Always