chore(helm): update image docker.io/shlinkio/shlink 4.2.3 → 4.2.4 (#28414)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/shlinkio/shlink](https://redirect.github.com/shlinkio/shlink) | patch | `ab6aafe` -> `9f2f42d` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>shlinkio/shlink (docker.io/shlinkio/shlink)</summary> ### [`v4.2.4`](https://redirect.github.com/shlinkio/shlink/blob/HEAD/CHANGELOG.md#424---2024-10-27) [Compare Source](https://redirect.github.com/shlinkio/shlink/compare/v4.2.3...v4.2.4) ##### Added - *Nothing* ##### Changed - [#​2231](https://redirect.github.com/shlinkio/shlink/issues/2231) Update to `endroid/qr-code` 6.0. - [#​2221](https://redirect.github.com/shlinkio/shlink/issues/2221) Switch to env vars to handle dev/local options. ##### Deprecated - *Nothing* ##### Removed - *Nothing* ##### Fixed - [#​2232](https://redirect.github.com/shlinkio/shlink/issues/2232) Run RoadRunner in docker with `exec` to ensure signals are properly handled. </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzIuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEzMi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 4.2.3
|
||||
appVersion: 4.2.4
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.1.0
|
||||
@@ -40,4 +40,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/shlink
|
||||
- https://hub.docker.com/r/shlinkio/shlink
|
||||
type: application
|
||||
version: 16.6.4
|
||||
version: 16.6.5
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/shlinkio/shlink
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 4.2.3@sha256:ab6aafe60696f29e07b585f59682938f988c1998b16c9116cbb26fc9f9d7d593
|
||||
tag: 4.2.4@sha256:9f2f42db8cd756584b3f781ffbc895c270db4ffff3dfd9e4846c939a5b0c595e
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user