Compare commits

..

4 Commits

Author SHA1 Message Date
96e3ce9b91 chore(deps): update dependency clidey/whodb to v0.97.0
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 1m21s
2026-03-03 19:03:05 +00:00
15a49d363d fix: change name
Some checks failed
lint-test-helm / lint-helm (push) Successful in 53s
render-manifests-push / render-manifests-push (push) Failing after 2m5s
renovate / renovate (push) Successful in 3m11s
2026-03-03 13:00:09 -06:00
694cf28ebe 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
2026-03-03 12:57:57 -06:00
a41f9190ca feat: use vendor chart for actions
Some checks failed
lint-test-helm / lint-helm (push) Has been cancelled
render-manifests-push / render-manifests-push (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2026-03-03 12:55:33 -06:00
2 changed files with 8 additions and 6 deletions

View File

@@ -28,9 +28,9 @@ dependencies:
- name: gitea
version: 12.5.0
repository: https://dl.gitea.io/charts/
- name: gitea-actions
repository: oci://harbor.alexlebens.net/helm-charts
version: 0.2.1
- name: actions
repository: https://dl.gitea.com/charts/
version: 0.0.3
- name: meilisearch
version: 0.25.1
repository: https://meilisearch.github.io/meilisearch-kubernetes

View File

@@ -134,11 +134,11 @@ gitea:
enabled: false
gitea-actions:
enabled: true
global:
fullnameOverride: gitea-actions
statefulset:
replicas: 6
timezone: America/Chicago
actRunner:
registry: "docker.gitea.com"
repository: gitea/act_runner
tag: 0.2.13
config: |
@@ -153,13 +153,15 @@ gitea-actions:
- "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"
dind:
registry: ""
repository: docker
tag: 25.0.2-dind
tag: 28.3.3-dind
persistence:
storageClass: ceph-block
size: 5Gi
init:
image:
registry: ""
repository: busybox
tag: "1.37.0"
existingSecret: gitea-runner-secret