Compare commits

..

3 Commits

Author SHA1 Message Date
Gitea Actions Bot
ba2c7b2618 Auto-update README with current k8s applications
Some checks failed
Terraform / Terraform (pull_request) Failing after 15s
Generated by CI/CD workflow on 2026-03-11 15:59:32

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-03-11 15:59:32 +00:00
38ec48cb3b authentik: disable bundled redis (not needed since 2025.10)
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 9s
Check with kubeconform / lint (push) Successful in 8s
Auto-update README / Generate README and Create MR (push) Successful in 10s
2026-03-11 15:58:42 +00:00
f7cf170c9e Fix authentik
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 9s
Check with kubeconform / lint (push) Successful in 6s
Auto-update README / Generate README and Create MR (push) Successful in 6s
2026-03-11 15:35:31 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ resources:
helmCharts:
- name: authentik
repo: https://charts.goauthentik.io
version: 2026.2.0
version: 2025.10.1
releaseName: authentik
namespace: authentik
valuesFile: values.yaml

View File

@@ -53,5 +53,5 @@ server:
hosts:
- '*.hexor.cy'
redis:
enabled: true
enabled: false