add actions chart
All checks were successful
renovate / renovate (push) Successful in 1m31s

This commit is contained in:
2025-06-06 14:28:42 -05:00
parent ca5d836d8d
commit 4504b44161
2 changed files with 22 additions and 4 deletions

View File

@@ -30,10 +30,9 @@ dependencies:
- name: gitea - name: gitea
version: 11.0.1 version: 11.0.1
repository: https://dl.gitea.io/charts/ repository: https://dl.gitea.io/charts/
# - name: app-template - name: gitea-actions
# alias: renovate repository: oci://harbor.alexlebens.net/helm-charts
# repository: https://bjw-s-labs.github.io/helm-charts/ version: 0.1.1
# version: 4.0.1
- name: app-template - name: app-template
alias: backup alias: backup
repository: https://bjw-s-labs.github.io/helm-charts/ repository: https://bjw-s-labs.github.io/helm-charts/

View File

@@ -151,6 +151,25 @@ gitea:
enabled: false enabled: false
mariadb: mariadb:
enabled: false enabled: false
gitea-actions:
enabled: false
statefulset:
replicas: 2
actRunner:
repository: gitea/act_runner
tag: 0.2.11
dind:
repository: docker
tag: 25.0.2-dind
persistence:
size: 1Gi
init:
image:
repository: busybox
tag: "1.37.0"
existingSecret: gitea-runner-secret
existingSecretKey: token
giteaRootURL: http://gitea-http.gitea:3000
backup: backup:
global: global:
fullnameOverride: gitea-backup fullnameOverride: gitea-backup