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>
This commit is contained in:
TrueCharts Bot 2023-12-26 23:08:03 +01:00 committed by GitHub
parent 2485176c2d
commit abfedb6293
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 30 additions and 21 deletions

View File

@ -1,23 +1,23 @@
kubeVersion: ">=1.24.0-0" kubeVersion: '>=1.24.0-0'
apiVersion: v2 apiVersion: v2
name: authentik name: authentik
version: 19.0.1 version: 19.0.4
appVersion: 2023.10.4 appVersion: 2023.10.4
description: Authentik is an open-source Identity Provider focused on flexibility and versatility. description: Authentik is an open-source Identity Provider focused on flexibility and versatility.
home: https://truecharts.org/charts/stable/authentik home: https://truecharts.org/charts/stable/authentik
icon: https://truecharts.org/img/hotlink-ok/chart-icons/authentik.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/authentik.png
deprecated: false deprecated: false
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/authentik - https://github.com/goauthentik/authentik
- https://ghcr.io/maxmind/geoipupdate - https://goauthentik.io/docs/
- https://github.com/goauthentik/authentik - https://github.com/truecharts/charts/tree/master/charts/stable/authentik
- https://goauthentik.io/docs/ - https://ghcr.io/goauthentik/proxy
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
url: https://truecharts.org url: https://truecharts.org
keywords: keywords:
- authentik - authentik
dependencies: dependencies:
- name: common - name: common
version: 17.1.4 version: 17.1.4
@ -34,11 +34,11 @@ dependencies:
tags: [] tags: []
import-values: [] import-values: []
annotations: annotations:
max_scale_version: 23.10.2 max_scale_version: 23.10.2
min_scale_version: 23.10.0 min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: authentication truecharts.org/category: authentication
truecharts.org/max_helm_version: "3.13" truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12" truecharts.org/min_helm_version: "3.12"
truecharts.org/train: stable truecharts.org/train: stable
type: application type: application

View File

@ -16,3 +16,12 @@ authentik:
# provider in the GUI # provider in the GUI
enabled: false enabled: false
token: some_super_secret_token token: some_super_secret_token
ingress:
main:
enabled: true
hosts:
- host: authentik.example.com
paths:
- path: /
pathType: Prefix

View File

@ -1,6 +1,6 @@
image: image:
repository: ghcr.io/goauthentik/server repository: ghcr.io/goauthentik/server
tag: 2023.10.4@sha256:f201d0515461ef5ec2afd37ead691247f09dfef231fdaa494fd48105b65913ca tag: 2023.10.5@sha256:f019439323ae8ffb88771584641072ffb64079a895d8d15ee7ada2da210de2a1
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
geoipImage: geoipImage:
repository: ghcr.io/maxmind/geoipupdate repository: ghcr.io/maxmind/geoipupdate
@ -8,15 +8,15 @@ geoipImage:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
ldapImage: ldapImage:
repository: ghcr.io/goauthentik/ldap repository: ghcr.io/goauthentik/ldap
tag: 2023.10.4@sha256:e16028e4e6312dcb0fb35a9b537829efd9f7c0c3c1bbe966150fca5734211c6d tag: 2023.10.5@sha256:4f0722da4bd67e4bd261154556bc93d461c0b0f3784ab907c4177504140e5322
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
radiusImage: radiusImage:
repository: ghcr.io/goauthentik/radius repository: ghcr.io/goauthentik/radius
tag: 2023.10.4@sha256:a5d36976190e4ccacb8caf315814534e75b983f789dc422bc327c4999a60cdab tag: 2023.10.5@sha256:ff441574d4a8a46eeb43c588349e73e8c6d9280cab45fb2370e4ce8a3d88b359
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
proxyImage: proxyImage:
repository: ghcr.io/goauthentik/proxy repository: ghcr.io/goauthentik/proxy
tag: 2023.10.4@sha256:35217928c215f5221685289e09a076ad38767b17485b102661fad5aca184b8b1 tag: 2023.10.5@sha256:9c6b34471c38380a559e409e02ec860f43b599eba7487949be5dd9cafa9b8db3
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
authentik: authentik:
credentials: credentials: