Compare commits

...

2 Commits

Author SHA1 Message Date
renovate[bot]
37fc628a67 chore(deps): update renovatebot/github-action action to v43.0.20 2025-12-31 14:08:09 +00:00
Morten Olsen
0793d30222 Update authentik-server.ts 2025-12-22 21:10:49 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v5
- name: Self-hosted Renovate
uses: renovatebot/github-action@v43.0.13
uses: renovatebot/github-action@v43.0.20
with:
token: ${{ secrets.GITHUB_TOKEN }}
configurationFile: ./renovate.json5

View File

@@ -168,7 +168,7 @@ class AuthentikServer extends CustomResource<typeof specSchema> {
chart: {
spec: {
chart: 'authentik',
version: '2025.6.4',
version: '2025.10.3',
sourceRef: {
apiVersion: 'source.toolkit.fluxcd.io/v1',
kind: 'HelmRepository',