Fix microk8s CI (#634)
This commit is contained in:
parent
1b1bc10c60
commit
fff74ee754
@ -4,3 +4,6 @@
|
|||||||
# use local images
|
# use local images
|
||||||
backend_image: "localhost:32000/webrecorder/browsertrix-backend:latest"
|
backend_image: "localhost:32000/webrecorder/browsertrix-backend:latest"
|
||||||
frontend_image: "localhost:32000/webrecorder/browsertrix-frontend:latest"
|
frontend_image: "localhost:32000/webrecorder/browsertrix-frontend:latest"
|
||||||
|
|
||||||
|
backend_pull_policy: "IfNotPresent"
|
||||||
|
frontend_pull_policy: "IfNotPresent"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user