28361648fe
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/shlinkio/shlink-web-client](https://redirect.github.com/shlinkio/shlink-web-client) | minor | `acc95a7` → `ec804a7` | --- > [!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>shlinkio/shlink-web-client (docker.io/shlinkio/shlink-web-client)</summary> ### [`v4.8.0`](https://redirect.github.com/shlinkio/shlink-web-client/blob/HEAD/CHANGELOG.md#480---2026-06-20) [Compare Source](https://redirect.github.com/shlinkio/shlink-web-client/compare/v4.7.1...v4.8.0) ##### Added - \[shlink-web-client] Add support for Shlink 5.1.0, by supporting browser redirect conditions. ##### Changed - Update dependencies ##### Deprecated - *Nothing* ##### Removed - *Nothing* ##### Fixed - *Nothing* </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9zaGxpbmstd2ViLWNsaWVudCIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
29 lines
640 B
YAML
29 lines
640 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: docker.io/shlinkio/shlink-web-client
|
|
pullPolicy: IfNotPresent
|
|
tag: 4.8.0@sha256:ec804a7f9dc8d5f64615c780106d4d954ec81648dc2a1393442c68da8e48e102
|
|
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: ""
|