fix(e2e): Use the correct full chart name in test (#2146)

The whole E2E test breaks due to the invalid chart name without this fix.
This commit is contained in:
Yusuke Kuoka 2023-01-13 07:15:05 +09:00 committed by GitHub
parent bc4f4fee12
commit 057b04763f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ func TestE2E(t *testing.T) {
label: "stable",
controller: "summerwind/actions-runner-controller",
controllerVer: "v0.25.2",
chart: "actions/actions-runner-controller",
chart: "actions-runner-controller/actions-runner-controller",
// 0.20.2 accidentally added support for runner-status-update which isn't supported by ARC 0.25.2.
// With some chart values, the controller end up with crashlooping with `flag provided but not defined: -runner-status-update-hook`.
chartVer: "0.20.1",