feat: add back values
Some checks failed
render-manifests-push / render-manifests-push (push) Failing after 1m22s
lint-test-helm / lint-helm (push) Has been cancelled
renovate / renovate (push) Has been cancelled

This commit is contained in:
2026-03-03 12:57:57 -06:00
parent a41f9190ca
commit 694cf28ebe

View File

@@ -133,9 +133,14 @@ gitea:
postgresql: postgresql:
enabled: false enabled: false
gitea-actions: gitea-actions:
enabled: true
statefulset: statefulset:
replicas: 6 replicas: 6
timezone: America/Chicago
actRunner: actRunner:
registry: "docker.gitea.com"
repository: gitea/act_runner
tag: 0.2.13
config: | config: |
log: log:
level: debug level: debug
@@ -147,9 +152,18 @@ gitea-actions:
- "ubuntu-js:docker://harbor.alexlebens.net/proxy-ghcr.io/catthehacker/ubuntu:js-24.04" - "ubuntu-js:docker://harbor.alexlebens.net/proxy-ghcr.io/catthehacker/ubuntu:js-24.04"
- "ubuntu-24.04:docker://harbor.alexlebens.net/proxy-hub.docker/gitea/runner-images:ubuntu-24.04" - "ubuntu-24.04:docker://harbor.alexlebens.net/proxy-hub.docker/gitea/runner-images:ubuntu-24.04"
- "ubuntu-22.04:docker://harbor.alexlebens.net/proxy-hub.docker/gitea/runner-images:ubuntu-22.04" - "ubuntu-22.04:docker://harbor.alexlebens.net/proxy-hub.docker/gitea/runner-images:ubuntu-22.04"
dind:
registry: ""
repository: docker
tag: 28.3.3-dind
persistence: persistence:
storageClass: ceph-block storageClass: ceph-block
size: 5Gi size: 5Gi
init:
image:
registry: ""
repository: busybox
tag: "1.37.0"
existingSecret: gitea-runner-secret existingSecret: gitea-runner-secret
existingSecretKey: token existingSecretKey: token
giteaRootURL: http://gitea-http.gitea:3000 giteaRootURL: http://gitea-http.gitea:3000