chore(helm): update image ghcr.io/authelia/authelia 4.39.14 → 4.39.15 (#42249)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/authelia/authelia](https://redirect.github.com/authelia/authelia/pkgs/container/authelia) ([source](https://redirect.github.com/authelia/authelia)) | patch | `88f1494` -> `d23ee3c` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>authelia/authelia (ghcr.io/authelia/authelia)</summary> ### [`v4.39.15`](https://redirect.github.com/authelia/authelia/releases/tag/v4.39.15) [Compare Source](https://redirect.github.com/authelia/authelia/compare/v4.39.14...v4.39.15) ##### Bug Fixes - **authentication:** error determining ldap server health ([#​10753](https://redirect.github.com/authelia/authelia/issues/10753)) ([b6e14c7](https://redirect.github.com/authelia/authelia/commit/b6e14c75b2528b19f45a4659d4b6b91c3f7657c7)) - **configuration:** defaults not applied to server authz ([#​10793](https://redirect.github.com/authelia/authelia/issues/10793)) ([73bee22](https://redirect.github.com/authelia/authelia/commit/73bee22caf2513fc9d3628506e22fb52ed66a7d2)) ##### Docker Container - `docker pull authelia/authelia:4.39.15` - `docker pull ghcr.io/authelia/authelia:4.39.15` </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 4.39.14
|
||||
appVersion: 4.39.15
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.2
|
||||
@@ -55,5 +55,5 @@ sources:
|
||||
- https://github.com/authelia/chartrepo
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/authelia
|
||||
type: application
|
||||
version: 29.27.1
|
||||
version: 29.27.2
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/authelia/authelia
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 4.39.14@sha256:88f1494b6ac1174641770f106335ab67752d66e5822b4059badca220b5d6153b
|
||||
tag: 4.39.15@sha256:d23ee3c721d465b4749cc58541cda4aebe5aa6f19d7b5ce0afebb44ebee69591
|
||||
|
||||
# Raw Authelia configuration
|
||||
# Replace it with your configuration
|
||||
|
||||
Reference in New Issue
Block a user