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:
- name: dev
image: registry.digitalocean.com/lunarfront/manager:devpod-latest
imagePullPolicy: Always
ports:
- containerPort: 8080
name: web