5 Commits

Author SHA1 Message Date
4ea38f3dad 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 38s
2025-06-04 23:21:40 +00:00
9f5768b6f1 add renovate workflow
All checks were successful
renovate / renovate (push) Successful in 8m4s
2025-06-04 18:14:01 -05:00
ad2de81993 add theme 2025-06-04 18:03:26 -05:00
17f2669f1f Merge pull request 'Update Helm release authentik to v2025.6.0' (#576) from renovate/authentik-2025.x into main
Reviewed-on: #576
2025-06-04 19:57:16 +00:00
7c46bb8de4 Update Helm release authentik to v2025.6.0
All checks were successful
lint-and-test-charts / lint-test (pull_request) Successful in 42s
2025-06-04 19:29:39 +00:00
3 changed files with 36 additions and 1 deletions

View File

@@ -0,0 +1,29 @@
name: renovate
on:
schedule:
- cron: "@daily"
push:
branches:
- main
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:40
steps:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_PLATFORM: gitea
RENOVATE_AUTODISCOVER: true
RENOVATE_ONBOARDING: true
RENOVATE_ENDPOINT: http://gitea-http.gitea:3000
RENOVATE_GIT_AUTHOR: Renovate Bot <renovate-bot@alexlebens.net>
LOG_LEVEL: debug
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
RENOVATE_GIT_PRIVATE_KEY: ${{ secrets.RENOVATE_GIT_PRIVATE_KEY }}
RENOVATE_GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_COM_TOKEN }}

View File

@@ -21,7 +21,7 @@ maintainers:
- name: alexlebens
dependencies:
- name: authentik
version: 2025.4.1
version: 2025.6.0
repository: https://charts.goauthentik.io/
- name: cloudflared
alias: cloudflared

View File

@@ -41,6 +41,12 @@ qbittorrent:
value: "002"
- name: WEBUI_PORT
value: 8080
- name: DOCKER_MODS
value: ghcr.io/themepark-dev/theme.park:qbittorrent
- name: TP_COMMUNITY_THEME
value: true
- name: TP_THEME
value: catppuccin-mocha
resources:
requests:
cpu: 500m