Fix image repo name in chart (#663)

* Fix image repo name in chart

Ref https://github.com/actions-runner-controller/actions-runner-controller/issues/644#issuecomment-869200869
This commit is contained in:
Yusuke Kuoka
2021-06-29 08:53:39 +09:00
committed by GitHub
parent 7a305d2892
commit 20394be04d
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ authSecret:
#github_token: ""
image:
repository: actions-runner-controller/actions-runner-controller
repository: summerwind/actions-runner-controller
dindSidecarRepositoryAndTag: "docker:dind"
pullPolicy: IfNotPresent