Skip to content

Commit

Permalink
fix executors.json (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs authored May 4, 2023
1 parent 6f38baf commit 4ec6ec8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/testkube-api/executors.json
Original file line number Diff line number Diff line change
Expand Up @@ -405,18 +405,18 @@
}
},
{
"name": "executor-scraper",
"name": "scraper-executor",
"executor": {
"executorType": "scraper",
"image": "kubeshop/testkube-executor-scraper:1.11.12",
"image": "kubeshop/testkube-scraper-executor:1.11.8-beta-16",
"types": []
}
},
{
"name": "executor-init",
"name": "init-executor",
"executor": {
"executorType": "init",
"image": "kubeshop/testkube-executor-init:1.11.12",
"image": "kubeshop/testkube-init-executor:1.11.8-beta-16",
"types": []
}
}
Expand Down

0 comments on commit 4ec6ec8

Please sign in to comment.