change base image for k8s conformity

This commit is contained in:
Remy Moll 2024-05-02 17:26:36 +02:00
parent 123412e073
commit 25ab46e69a
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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: