fix: set imagePullPolicy Always for devpod to always pull latest
This commit is contained in:
@@ -24,6 +24,7 @@ spec:
|
||||
containers:
|
||||
- name: dev
|
||||
image: registry.digitalocean.com/lunarfront/manager:devpod-latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
name: web
|
||||
|
||||
Reference in New Issue
Block a user