feat: update labels

This commit is contained in:
Yadunand Prem 2024-11-19 18:45:56 -05:00
parent 6eb243d3b0
commit c71788f27e
No known key found for this signature in database
2 changed files with 10 additions and 5 deletions

View File

@ -74,14 +74,20 @@ spec:
actRunner:
config: |
log:
level: info
level: debug
cache:
enabled: true
runner:
labels:
- "ubuntu-latest:docker://gitea/runner-images:ubuntu-latest"
- "ubuntu-22.04:docker://gitea/runner-images:ubuntu-22.04"
- "ubuntu-20.04:docker://gitea/runner-images:ubuntu-20.04"
- "ubuntu-latest:docker://catthehacker/ubuntu:act-latest"
- "ubuntu-22.04:docker://catthehacker/ubuntu:act-22.04"
- "ubuntu-20.04:docker://catthehacker/ubuntu:act-20.04"
container:
options: |
--add-host=docker:host-gateway -v /certs:/certs -e "DOCKER_HOST=tcp://docker:2376/" -e "DOCKER_TLS_CERTDIR=/certs" -e "DOCKER_TLS_VERIFY=1" -e "DOCKER_CERT_PATH=/certs/server"
valid_volumes:
- /certs
- '**'
redis-cluster:

View File

@ -10,7 +10,6 @@ spec:
dependsOn:
- name: infra-metallb-config
- name: infra-cert-manager-configs
- name: infra-external-dns
prune: true
retryInterval: 1m0s
sourceRef: