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