Fix microk8s CI (#634)

This commit is contained in:
Tessa Walsh 2023-02-23 16:58:25 -05:00 committed by GitHub
parent 1b1bc10c60
commit fff74ee754
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,3 +4,6 @@
# use local images
backend_image: "localhost:32000/webrecorder/browsertrix-backend:latest"
frontend_image: "localhost:32000/webrecorder/browsertrix-frontend:latest"
backend_pull_policy: "IfNotPresent"
frontend_pull_policy: "IfNotPresent"