From 0ebdefbb0e5569b60f353879e962abf4e98465ef Mon Sep 17 00:00:00 2001 From: Alexander Goussas Date: Thu, 30 Apr 2026 13:41:09 -0500 Subject: [PATCH] chore: add imagePullPolicy to site deployment --- k8s/site.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/k8s/site.yaml b/k8s/site.yaml index 987aec1..5d61432 100644 --- a/k8s/site.yaml +++ b/k8s/site.yaml @@ -15,6 +15,7 @@ spec: containers: - name: site image: aloussase69/site + imagePullPolicy: Always ports: - containerPort: 80 --- -- 2.43.0