Files
truecharts/charts/stable/authentik/ci/outposts-values.yaml
T
TrueCharts Bot abfedb6293 chore(deps): update authentik to v2023.10.5@4f0722d by renovate (patch) (#16456)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/goauthentik/ldap](https://goauthentik.io)
([source](https://togithub.com/goauthentik/authentik)) | patch |
`2023.10.4` -> `2023.10.5` |
| [ghcr.io/goauthentik/proxy](https://goauthentik.io)
([source](https://togithub.com/goauthentik/authentik)) | patch |
`2023.10.4` -> `2023.10.5` |
| [ghcr.io/goauthentik/radius](https://goauthentik.io)
([source](https://togithub.com/goauthentik/authentik)) | patch |
`2023.10.4` -> `2023.10.5` |
| [ghcr.io/goauthentik/server](https://goauthentik.io)
([source](https://togithub.com/goauthentik/authentik)) | patch |
`2023.10.4` -> `2023.10.5` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-12-27 00:08:03 +02:00

28 lines
608 B
YAML

authentik:
credentials:
bootstrapToken: some_super_secret_token
outposts:
disableEmbeddedOutpost: true
proxy:
enabled: true
token: some_super_secret_token
radius:
# Can't enable it before creating a
# provider in the GUI
enabled: false
token: some_super_secret_token
ldap:
# Can't enable it before creating a
# provider in the GUI
enabled: false
token: some_super_secret_token
ingress:
main:
enabled: true
hosts:
- host: authentik.example.com
paths:
- path: /
pathType: Prefix