Skip to content

Commit

Permalink
feat(github): try mise again
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Dec 28, 2024
1 parent a81709e commit b1fde05
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ spec:
kind: HelmRepository
name: actions-runner-controller
namespace: flux-system
driftDetection:
mode: enabled
install:
crds: CreateReplace
remediation:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ kind: Kustomization
resources:
- ./externalsecret.yaml
- ./helmrelease.yaml
- ./rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ spec:
kind: HelmRepository
name: actions-runner-controller
namespace: flux-system
driftDetection:
mode: enabled
install:
remediation:
retries: 3
Expand All @@ -34,9 +36,9 @@ spec:
automountServiceAccountToken: true
containers:
- name: runner
image: ghcr.io/buroa/actions-runner:2.321.0@sha256:56f7e1268f0130d02de8f015eca085ce56c45e35fefc5861e7bcf82e38024683
command:
- /home/runner/run.sh
# image: ghcr.io/buroa/actions-runner:2.321.0@sha256:56f7e1268f0130d02de8f015eca085ce56c45e35fefc5861e7bcf82e38024683
image: ghcr.io/onedr0p/actions-runner:2.321.0@sha256:3665cbbcd2a3b7e1626e6100a6924d316d501650b9863a24b5639aee68bdb110
command: ["/home/runner/run.sh"]
env:
- name: NODE_IP
valueFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./helmrelease.yaml
- ./rbac.yaml

0 comments on commit b1fde05

Please sign in to comment.