chore(deps): update authentik to v2024.8.2@1c3988c by renovate (patch) (#26540)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/goauthentik/ldap](https://goauthentik.io) ([source](https://redirect.github.com/goauthentik/authentik)) | patch | `2024.8.1` -> `2024.8.2` | | [ghcr.io/goauthentik/proxy](https://goauthentik.io) ([source](https://redirect.github.com/goauthentik/authentik)) | patch | `2024.8.1` -> `2024.8.2` | | [ghcr.io/goauthentik/radius](https://goauthentik.io) ([source](https://redirect.github.com/goauthentik/authentik)) | patch | `2024.8.1` -> `2024.8.2` | | [ghcr.io/goauthentik/server](https://goauthentik.io) ([source](https://redirect.github.com/goauthentik/authentik)) | patch | `2024.8.1` -> `2024.8.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44My4wIiwidXBkYXRlZEluVmVyIjoiMzguODMuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
This commit is contained in:
parent
53b3c94417
commit
7ccd87e895
|
@ -6,7 +6,7 @@ annotations:
|
||||||
truecharts.org/min_helm_version: "3.11"
|
truecharts.org/min_helm_version: "3.11"
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 2024.8.1
|
appVersion: 2024.8.2
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 24.1.16
|
version: 24.1.16
|
||||||
|
@ -44,4 +44,4 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/authentik
|
- https://github.com/truecharts/charts/tree/master/charts/stable/authentik
|
||||||
- https://goauthentik.io/docs/
|
- https://goauthentik.io/docs/
|
||||||
type: application
|
type: application
|
||||||
version: 27.6.6
|
version: 27.6.7
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/goauthentik/server
|
repository: ghcr.io/goauthentik/server
|
||||||
tag: 2024.8.1@sha256:5823497f0dade4976c7804a8612005db65b59c71e2c1f2903e3716b02db4a82c
|
tag: 2024.8.2@sha256:71984fdbb7a9414f5172bb446104d3fe4ab1ab412c8b3343bb97b04449dd53eb
|
||||||
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: 2024.8.1@sha256:bd879d06f75894e6dd2edb35943dbbf3812dccbbe5275eb2e76bf76ffffbf3f1
|
tag: 2024.8.2@sha256:1c3988c0a59cfbd6618ff889b8bcd1e1c5f526c8897135e08188b61007ae69b8
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
radiusImage:
|
radiusImage:
|
||||||
repository: ghcr.io/goauthentik/radius
|
repository: ghcr.io/goauthentik/radius
|
||||||
tag: 2024.8.1@sha256:d60d941d9a2922907249be46f1282cdeeb63bbaa4f7fb4c3b87c80d8ae9b8f3c
|
tag: 2024.8.2@sha256:32742939fff87efc43cb13e54f3008b17623d832f2c6da539ec716b89cdb9734
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
proxyImage:
|
proxyImage:
|
||||||
repository: ghcr.io/goauthentik/proxy
|
repository: ghcr.io/goauthentik/proxy
|
||||||
tag: 2024.8.1@sha256:2615078cdd1ffae74e17240f3236f9d41115a95398a7f15dcbeb237a252ed6ca
|
tag: 2024.8.2@sha256:154f2b91fe243fe14d7a6f7d4137404564d544b4ff830a6ff79607513200c651
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
authentik:
|
authentik:
|
||||||
credentials:
|
credentials:
|
||||||
|
|
Loading…
Reference in New Issue