fix: set imagePullPolicy Always for devpod to always pull latest
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user