fix(slink): update image docker.io/anirdev/slink v1.10.2 → v1.10.3 (#46577)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/anirdev/slink](https://docs.slinkapp.io) ([source](https://redirect.github.com/andrii-kryvoviaz/slink)) | patch | `22f82c4` → `35daa9d` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>andrii-kryvoviaz/slink (docker.io/anirdev/slink)</summary> ### [`v1.10.3`](https://redirect.github.com/andrii-kryvoviaz/slink/releases/tag/v1.10.3) [Compare Source](https://redirect.github.com/andrii-kryvoviaz/slink/compare/v1.10.2...v1.10.3) #### 📦 Patch Notes This patch improves stability in the OIDC initial handshake process, addressing issues that could affect authentication reliability in certain setups. **Full Changelog**: <https://github.com/andrii-kryvoviaz/slink/compare/v1.10.2...v1.10.3> </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvc2xpbmsiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -8,7 +8,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.10.2
|
||||
appVersion: 1.10.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.0.0
|
||||
@@ -37,5 +37,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/slink
|
||||
- https://hub.docker.com/r/anirdev/slink
|
||||
type: application
|
||||
version: 6.1.1
|
||||
version: 6.1.2
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: docker.io/anirdev/slink
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.10.2@sha256:22f82c454afb114e9132c8926f5c0f4d431ac25b90dc48de48b34daa0b1ca1d9
|
||||
tag: v1.10.3@sha256:35daa9d5d5480bbc92b86b3c82a51602622919a1cda2b232459c736409ee699c
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
Reference in New Issue
Block a user