PiHole++;Upgraded ArgoCD & Argus
This commit is contained in:
@ -10,7 +10,8 @@ spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: act-runner-dind-rootless
|
||||
strategy: {}
|
||||
strategy:
|
||||
type: Recreate
|
||||
template:
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
@ -49,7 +50,7 @@ spec:
|
||||
- name: GITEA_INSTANCE_URL
|
||||
value: http://gitea.gitea.svc.cluster.local:3000
|
||||
- name: GITEA_RUNNER_LABELS
|
||||
value: dind-rootless:docker://node:16-bullseye
|
||||
value: dind-rootless:docker://node:21-bullseye
|
||||
- name: GITEA_RUNNER_REGISTRATION_TOKEN
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
@ -10,7 +10,8 @@ spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: act-runner-dind
|
||||
strategy: {}
|
||||
strategy:
|
||||
type: Recreate
|
||||
template:
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
@ -47,7 +48,7 @@ spec:
|
||||
- name: GITEA_INSTANCE_URL
|
||||
value: http://gitea.gitea.svc.cluster.local:3000
|
||||
- name: GITEA_RUNNER_LABELS
|
||||
value: dind:docker://node:16-bullseye
|
||||
value: dind:docker://node:21-bullseye
|
||||
- name: GITEA_RUNNER_REGISTRATION_TOKEN
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
Reference in New Issue
Block a user