don't pull always

This commit is contained in:
Thomas Philipona
2023-10-15 18:35:36 +02:00
parent b52f889da1
commit 1afef4726f

View File

@@ -16,6 +16,6 @@ spec:
spec: spec:
containers: containers:
- image: quay.io/acend/example-web-python - image: quay.io/acend/example-web-python
imagePullPolicy: Always imagePullPolicy: IfNotPresent
name: example-web-python name: example-web-python
restartPolicy: Always restartPolicy: Always