Skip to content

Commit

Permalink
Merge pull request #49 from RobertKielty/fix-runner-rename
Browse files Browse the repository at this point in the history
fixes name, replaces _ with -
  • Loading branch information
RobertKielty authored Feb 26, 2025
2 parents 1778027 + 9aa7c93 commit 33159b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/cluster/oci/runners/16cpu-64gb/argo.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: oracle-16cpu-64gb-x86_64
name: oracle-16cpu-64gb-x86-64
namespace: argocd
spec:
project: default
Expand All @@ -10,7 +10,7 @@ spec:
repoURL: ghcr.io/actions/actions-runner-controller-charts
targetRevision: 0.10.1
helm:
releaseName: oracle-16cpu-64gb-x86_64
releaseName: oracle-16cpu-64gb-x86-64
valueFiles:
- $values/ci/cluster/oci/runners/16cpu-64gb/values.yaml
- repoURL: 'https://github.com/cncf/automation.git'
Expand Down

0 comments on commit 33159b3

Please sign in to comment.