Skip to content

Commit

Permalink
fix(actions-runner-controller): adjust configuration and registry
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Sep 19, 2023
1 parent 27798bd commit 0b9c168
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
interval: 30m
chart:
spec:
chart: actions-runner-controller-charts/gha-runner-scale-set-controller
chart: gha-runner-scale-set-controller
version: 0.6.0
sourceRef:
kind: HelmRepository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
interval: 30m
chart:
spec:
chart: actions-runner-controller-charts/gha-runner-scale-set
chart: gha-runner-scale-set
version: 0.6.0
sourceRef:
kind: HelmRepository
Expand All @@ -21,7 +21,7 @@ spec:

githubConfigUrl: https://github.com/tyriis/home-ops

minRunners: 0
minRunners: 1
maxRunners: 3

containerMode:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ metadata:
spec:
type: oci
interval: 30m
url: oci://ghcr.io/actions
url: oci://ghcr.io/actions/actions-runner-controller-charts
timeout: 3m

0 comments on commit 0b9c168

Please sign in to comment.