chore(deps): update container image ghcr.io/authelia/authelia to v4.38.6@06e3153 by renovate (#19534)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/authelia/authelia](https://togithub.com/authelia/authelia/pkgs/container/authelia) ([source](https://togithub.com/authelia/authelia)) | patch | `4.38.4` -> `4.38.6` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>authelia/authelia (ghcr.io/authelia/authelia)</summary> ### [`v4.38.6`](https://togithub.com/authelia/authelia/releases/tag/v4.38.6) [Compare Source](https://togithub.com/authelia/authelia/compare/v4.38.5...v4.38.6) ##### Bug Fixes - **configuration:** missing trailing slash ([#​6968](https://togithub.com/authelia/authelia/issues/6968)) ([5c7587f](5c7587fec9
)) ##### Docker Container - `docker pull authelia/authelia:4.38.6` - `docker pull ghcr.io/authelia/authelia:4.38.6` ### [`v4.38.5`](https://togithub.com/authelia/authelia/releases/tag/v4.38.5) [Compare Source](https://togithub.com/authelia/authelia/compare/v4.38.4...v4.38.5) ##### Bug Fixes - **configuration:** failure to map deprecated value correctly ([#​6964](https://togithub.com/authelia/authelia/issues/6964)) ([ef9cbe4](ef9cbe4f6d
)), closes [#​6909](https://togithub.com/authelia/authelia/issues/6909) - **configuration:** rename token_lifespan in configuration example ([#​6951](https://togithub.com/authelia/authelia/issues/6951)) ([05c8989](05c898905d
)) - **logging:** include logs about logging config ([#​6960](https://togithub.com/authelia/authelia/issues/6960)) ([6de21b2](6de21b2254
)) - **web:** add missing translations and align for consistency ([#​6950](https://togithub.com/authelia/authelia/issues/6950)) ([6428864](6428864b60
)) ##### Docker Container - `docker pull authelia/authelia:4.38.5` - `docker pull ghcr.io/authelia/authelia:4.38.5` </details> --- ### 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 this update 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
parent
7a194ebb15
commit
da51c2ada1
|
@ -7,7 +7,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: premium
|
||||
apiVersion: v2
|
||||
appVersion: 4.38.4
|
||||
appVersion: 4.38.6
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 20.2.2
|
||||
|
@ -39,7 +39,7 @@ keywords:
|
|||
- YubiKey
|
||||
- Push Notifications
|
||||
- LDAP
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
|
@ -51,4 +51,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/premium/authelia
|
||||
- https://ghcr.io/authelia/authelia
|
||||
type: application
|
||||
version: 23.8.3
|
||||
version: 23.8.4
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: ghcr.io/authelia/authelia
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 4.38.4@sha256:b92ad6ed6050baf91aa554abeea0f942f8fb798b62f835b1eaa3c8eeb4705f54
|
||||
tag: 4.38.6@sha256:06e3153d46b4b6fdb90caf94f2303ab57773016ad025eacd64e00a5576105bbe
|
||||
manifestManager:
|
||||
enabled: true
|
||||
workload:
|
||||
|
|
Loading…
Reference in New Issue