fix: set imagePullPolicy Always for devpod to always pull latest

This commit is contained in:
Ryan Moon
2026-04-04 09:02:03 -05:00
parent e8b2115aae
commit ff19e89d73

View File

@@ -24,6 +24,7 @@ spec:
containers: containers:
- name: dev - name: dev
image: registry.digitalocean.com/lunarfront/manager:devpod-latest image: registry.digitalocean.com/lunarfront/manager:devpod-latest
imagePullPolicy: Always
ports: ports:
- containerPort: 8080 - containerPort: 8080
name: web name: web