Skip to content

Commit

Permalink
check microk8s with latest crawler
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Oct 11, 2023
1 parent 16e7a1d commit 58444bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/microk8s-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Cluster Run (MicroK8s)

on:
push:
branches:
- main
#branches:
# - main
paths:
- 'backend/**'
- 'chart/**'
Expand Down
2 changes: 2 additions & 0 deletions chart/test/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
backend_image: docker.io/webrecorder/browsertrix-backend:latest
frontend_image: docker.io/webrecorder/browsertrix-frontend:latest

crawler_image: docker.io/webrecorder/browsertrix-crawler:0.12.0-beta.1

backend_pull_policy: "Never"
frontend_pull_policy: "Never"

Expand Down

0 comments on commit 58444bb

Please sign in to comment.