Skip to content

Commit

Permalink
use cncf-managed image, not old personal repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeefy committed Jan 17, 2025
1 parent a434094 commit 21ee7c0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ci/cluster/equinix/runners/16cpu-64gb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ template:
spec:
containers:
- name: runner
image: ghcr.io/jeefy/gha-runner:main
image: ghcr.io/cncf/external-gha-runner:main
imagePullPolicy: Always
command: ["/home/runner/run.sh"]
resources:
Expand Down
2 changes: 1 addition & 1 deletion ci/cluster/equinix/runners/2cpu-8gb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ template:
spec:
containers:
- name: runner
image: ghcr.io/jeefy/gha-runner:main
image: ghcr.io/cncf/external-gha-runner:main
imagePullPolicy: Always
command: ["/home/runner/run.sh"]
resources:
Expand Down
2 changes: 1 addition & 1 deletion ci/cluster/equinix/runners/32cpu-256gb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ template:
spec:
containers:
- name: runner
image: ghcr.io/jeefy/gha-runner:main
image: ghcr.io/cncf/external-gha-runner:main
imagePullPolicy: Always
command: ["/home/runner/run.sh"]
resources:
Expand Down
2 changes: 1 addition & 1 deletion ci/cluster/equinix/runners/4cpu-16gb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ template:
spec:
containers:
- name: runner
image: ghcr.io/jeefy/gha-runner:main
image: ghcr.io/cncf/external-gha-runner:main
imagePullPolicy: Always
command: ["/home/runner/run.sh"]
resources:
Expand Down
2 changes: 1 addition & 1 deletion ci/cluster/equinix/runners/8cpu-32gb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ template:
spec:
containers:
- name: runner
image: ghcr.io/jeefy/gha-runner:main
image: ghcr.io/cncf/external-gha-runner:main
imagePullPolicy: Always
command: ["/home/runner/run.sh"]
resources:
Expand Down
2 changes: 1 addition & 1 deletion ci/cluster/equinix/runners/keda-runner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ template:
spec:
containers:
- name: runner
image: ghcr.io/jeefy/gha-runner:main
image: ghcr.io/cncf/external-gha-runner:main
imagePullPolicy: Always
command: ["/home/runner/run.sh"]
resources:
Expand Down

0 comments on commit 21ee7c0

Please sign in to comment.