This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/shlinkio/shlink-web-client](https://redirect.github.com/shlinkio/shlink-web-client) | patch | `8355ba0` -> `93d4c24` | --- > [!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>shlinkio/shlink-web-client (docker.io/shlinkio/shlink-web-client)</summary> ### [`v4.6.2`](https://redirect.github.com/shlinkio/shlink-web-client/blob/HEAD/CHANGELOG.md#462---2025-11-15) [Compare Source](https://redirect.github.com/shlinkio/shlink-web-client/compare/v4.6.1...v4.6.2) ##### Added - *Nothing* ##### Changed - *Nothing* ##### Deprecated - *Nothing* ##### Removed - *Nothing* ##### Fixed - [shlink-web-component#878](https://redirect.github.com/shlinkio/shlink-web-component/issues/878) Fix real-time updates interval setting being ignored. </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-->
28 lines
587 B
YAML
28 lines
587 B
YAML
image:
|
|
repository: docker.io/shlinkio/shlink-web-client
|
|
pullPolicy: IfNotPresent
|
|
tag: 4.6.2@sha256:93d4c24ca33d856e8e8076232eed6f5e5b01c70d705fdeae63fc7ae4034ea07d
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 8080
|
|
port: 10154
|
|
protocol: http
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
SHLINK_SERVER_URL: ""
|
|
SHLINK_SERVER_API_KEY: ""
|
|
SHLINK_SERVER_NAME: ""
|