chore(helm): update authentik 2025.2.2 → 2025.2.3 (patch) (#33702)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/goauthentik/ldap](https://goauthentik.io) ([source](https://redirect.github.com/goauthentik/authentik)) | patch | `cc9ba19` -> `61ac8b8` | | [ghcr.io/goauthentik/proxy](https://goauthentik.io) ([source](https://redirect.github.com/goauthentik/authentik)) | patch | `846b742` -> `b0de4cf` | | [ghcr.io/goauthentik/radius](https://goauthentik.io) ([source](https://redirect.github.com/goauthentik/authentik)) | patch | `ba639f5` -> `7af7203` | | [ghcr.io/goauthentik/server](https://goauthentik.io) ([source](https://redirect.github.com/goauthentik/authentik)) | patch | `d9bcd96` -> `845a54b` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2025.2.2
|
||||
appVersion: 2025.2.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -44,4 +44,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/authentik
|
||||
- https://goauthentik.io/docs/
|
||||
type: application
|
||||
version: 31.0.9
|
||||
version: 31.0.13
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/goauthentik/server
|
||||
tag: 2025.2.2@sha256:d9bcd9670c9629f885c2057f9f14e8687df85ddd9fe2c9dab7c6445a4363a7ab
|
||||
tag: 2025.2.3@sha256:845a54b86313cfec16c081dce345a154c771621a330de1d4635a53c24f7295a4
|
||||
pullPolicy: IfNotPresent
|
||||
geoipImage:
|
||||
repository: ghcr.io/maxmind/geoipupdate
|
||||
@@ -8,15 +8,15 @@ geoipImage:
|
||||
pullPolicy: IfNotPresent
|
||||
ldapImage:
|
||||
repository: ghcr.io/goauthentik/ldap
|
||||
tag: 2025.2.2@sha256:cc9ba19fa1dfbdf1f96723a9010ffec5fc99813bff4d094abeb309f6154ac895
|
||||
tag: 2025.2.3@sha256:61ac8b87bd11746dca6f0d93f33568f42aae0a64c9fe408ef0ef75fb797bd698
|
||||
pullPolicy: IfNotPresent
|
||||
radiusImage:
|
||||
repository: ghcr.io/goauthentik/radius
|
||||
tag: 2025.2.2@sha256:ba639f55505323b94766263e6eb472fcc544978255f6e2d52c07344f10f50181
|
||||
tag: 2025.2.3@sha256:7af720396a11115a189bd393f420578cb7c7cd47c406c7d3f97c10852b435347
|
||||
pullPolicy: IfNotPresent
|
||||
proxyImage:
|
||||
repository: ghcr.io/goauthentik/proxy
|
||||
tag: 2025.2.2@sha256:846b7420841d91ab25f8f773bcaf48a7eaf59fe1c6d8d80fa72d072de88bb8e0
|
||||
tag: 2025.2.3@sha256:b0de4cff6bfb0464d654f33e5c0c745c9bfff7549388590423944c8393229bd3
|
||||
pullPolicy: IfNotPresent
|
||||
authentik:
|
||||
credentials:
|
||||
|
||||
Reference in New Issue
Block a user