Skip to content

Commit 26958b9

Browse files
authored
Merge pull request #16 from joshyorko/chore/update-runner-image
chore: bump runner image → ghcr.io/joshyorko/fetch-repos-bot-runner:main-6a04cda
2 parents 6a04cda + cf4c7b9 commit 26958b9

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

repos/fetch-repos/values.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
# --------------------------------------------------------------------
22
# GitHub configuration
33
# --------------------------------------------------------------------
4-
githubConfigUrl: "https://github.com/joshyorko/fetch-repos-bot" # Replace with your GitHub URL
5-
4+
githubConfigUrl: "https://github.com/joshyorko/fetch-repos-bot" # Replace with your GitHub URL
65
githubConfigSecret: pre-defined-secret
7-
86
# --------------------------------------------------------------------
97
# Runner scale set configuration
108
# --------------------------------------------------------------------
11-
runnerScaleSetName: "fetch-repos-bot-runner-k8s" # Name of the runner scale set
12-
13-
9+
runnerScaleSetName: "fetch-repos-bot-runner-k8s" # Name of the runner scale set
1410
# --------------------------------------------------------------------
1511
# Runner Pod template configuration
1612
# --------------------------------------------------------------------
@@ -23,7 +19,7 @@ template:
2319
# - name: ghcr-login
2420
containers:
2521
- name: runner
26-
image: ghcr.io/joshyorko/fetch-repos-bot-runner:main-484fb43 # Replace with your image
22+
image: ghcr.io/joshyorko/fetch-repos-bot-runner:main-6a04cda # Replace with your image
2723
imagePullPolicy: Always
2824
command: ["/home/runner/run.sh"]
2925
resources:

0 commit comments

Comments
 (0)