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