2 Commits

Author SHA1 Message Date
29b9ff1b56 Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0
All checks were successful
lint-and-test-charts / lint-test (pull_request) Successful in 32s
2025-06-06 19:30:54 +00:00
4504b44161 add actions chart
All checks were successful
renovate / renovate (push) Successful in 1m31s
2025-06-06 14:28:46 -05:00
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