change base image for k8s conformity
This commit is contained in:
parent
123412e073
commit
25ab46e69a
@ -13,6 +13,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: actions-runner
|
- name: actions-runner
|
||||||
|
hostname: kube-runner
|
||||||
image: actions-runner
|
image: actions-runner
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true # Add this line to allow running Docker
|
privileged: true # Add this line to allow running Docker
|
||||||
@ -31,3 +32,5 @@ spec:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: actions-runner-secret
|
name: actions-runner-secret
|
||||||
key: runner-token
|
key: runner-token
|
||||||
|
- name: GITEA_RUNNER_LABELS
|
||||||
|
value: k8s
|
||||||
|
@ -15,8 +15,8 @@ namespace: gitea
|
|||||||
|
|
||||||
images:
|
images:
|
||||||
- name: actions-runner
|
- name: actions-runner
|
||||||
newName: gitea/act_runner
|
newName: ghcr.io/christopherhx/gitea-actions-runner
|
||||||
newTag: 0.2.10
|
newTag: v0.0.11
|
||||||
|
|
||||||
|
|
||||||
helmCharts:
|
helmCharts:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user