Skip to content

Commit 20394be

Browse files
authored
Fix image repo name in chart (#663)
* Fix image repo name in chart Ref #644 (comment)
1 parent 7a305d2 commit 20394be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/actions-runner-controller/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ _Default values are the defaults set in the charts values.yaml, some properties
2222
| `authSecret.github_app_installation_id` | The ID of your GitHub App installation. **This can't be set at the same time as `authSecret.github_token`** | |
2323
| `authSecret.github_app_private_key` | The multiline string of your GitHub App's private key. **This can't be set at the same time as `authSecret.github_token`** | |
2424
| `authSecret.github_token` | Your chosen GitHub PAT token. **This can't be set at the same time as the `authSecret.github_app_*`** | |
25-
| `image.repository` | The "repository/image" of the controller container | actions-runner-controller/actions-runner-controller |
25+
| `image.repository` | The "repository/image" of the controller container | summerwind/actions-runner-controller |
2626
| `image.tag` | The tag of the controller container | |
2727
| `image.dindSidecarRepositoryAndTag` | The "repository/image" of the dind sidecar container | docker:dind |
2828
| `image.pullPolicy` | The pull policy of the controller image | IfNotPresent |

charts/actions-runner-controller/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ authSecret:
2929
#github_token: ""
3030

3131
image:
32-
repository: actions-runner-controller/actions-runner-controller
32+
repository: summerwind/actions-runner-controller
3333
dindSidecarRepositoryAndTag: "docker:dind"
3434
pullPolicy: IfNotPresent
3535

0 commit comments

Comments
 (0)