chore(deps): update container image 2fauth/2fauth to v5.1.1@ef78cc3 by renovate (#19606)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [2fauth/2fauth](https://togithub.com/Bubka/2FAuth) | patch | `5.1.0` -> `5.1.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>Bubka/2FAuth (2fauth/2fauth)</summary> ### [`v5.1.1`](https://togithub.com/Bubka/2FAuth/blob/HEAD/changelog.md#511---2024-03-21) [Compare Source](https://togithub.com/Bubka/2FAuth/compare/v5.1.0...v5.1.1) ##### Fixed - [issue #​326](https://togithub.com/Bubka/2FAuth/issues/326) Admin panel not working when using security device - [issue #​327](https://togithub.com/Bubka/2FAuth/issues/327) "Keep SSO registration enabled" is not saved </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
parent
63dd70f897
commit
61a88e5dc2
|
@ -7,7 +7,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 5.1.0
|
||||
appVersion: 5.1.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 20.2.2
|
||||
|
@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/twofauth.png
|
|||
keywords:
|
||||
- 2fauth
|
||||
- auth
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
|
@ -34,4 +34,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/twofauth
|
||||
- https://hub.docker.com/r/2fauth/2fauth
|
||||
type: application
|
||||
version: 1.5.1
|
||||
version: 1.5.2
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: 2fauth/2fauth
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 5.1.0@sha256:c14a80e63346df10e57adcbf55d9a4193046a52d888d1824b9db6680c50b27f0
|
||||
tag: 5.1.1@sha256:ef78cc3c0cfbb302b6b933941639b2de7a018251c95fd1ee354a421486d144f1
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
|
Loading…
Reference in New Issue