From 87520e140a1a386fb2b1121aa5c39c97dafe78fd Mon Sep 17 00:00:00 2001 From: Antigravity Date: Thu, 14 May 2026 09:58:42 -0400 Subject: [PATCH] chore: force redeploy and ensure latest image pull --- curio/k8s/app.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/curio/k8s/app.yaml b/curio/k8s/app.yaml index bd403e6..26d04e5 100644 --- a/curio/k8s/app.yaml +++ b/curio/k8s/app.yaml @@ -12,10 +12,13 @@ spec: metadata: labels: app: curio-app + annotations: + redeploy-timestamp: "1778763671262" spec: containers: - name: curio image: 192.168.8.250:5000/curio:latest + imagePullPolicy: Always ports: - containerPort: 3000 env: