Compare commits

..

1 commit

Author SHA1 Message Date
Renovate Bot
076998cf2b fix(deps): update docker.io/bitnami/kubectl docker tag to v1.33.0 2025-04-24 16:35:49 +00:00
6 changed files with 5 additions and 20 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v2
name: authentik-application
description: "A Chart to deploy a secret for the authentik blueprint-sidecar."
type: application
version: "0.4.8"
version: "0.4.7"
maintainers:
- name: WrenIX
url: https://wrenix.eu

View file

@ -7,7 +7,7 @@ description: "A Chart to deploy a secret for the authentik blueprint-sidecar."
# authentik-application
![Version: 0.4.8](https://img.shields.io/badge/Version-0.4.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.4.7](https://img.shields.io/badge/Version-0.4.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
A Chart to deploy a secret for the authentik blueprint-sidecar.

View file

@ -1,4 +0,0 @@
blueprint:
provider:
oidc:
redirectURL: "https://url"

View file

@ -1,7 +0,0 @@
blueprint:
provider:
oidc:
redirectURL:
- matching_mode: "regex"
url: "https://regex.url"
- "https://url"

View file

@ -2,6 +2,6 @@ blueprint:
provider:
oidc:
redirectURL:
- "https://url"
- matching_mode: "regex"
url: "https://regex.url"
url: "https://regex.url"
- "https://url"

View file

@ -25,11 +25,7 @@ stringData:
redirectURL: {{ .redirectURL | quote }}
{{- else }}
{{- $url := .redirectURL | first}}
{{- if (kindIs "string" $url) }}
redirectURL: {{ $url | quote }}
{{- else }}
redirectURL: {{ get $url "url" | quote }}
{{- end }}
redirectURL: {{ ternary $url (get $url "url") (kindIs "string" .redirectURL) | quote }}
{{- end }}
{{- with .tokenDuration }}