This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/shlinkio/shlink-web-client](https://redirect.github.com/shlinkio/shlink-web-client) | patch | `63157a5` -> `4b59f76` | 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.2.2`](https://redirect.github.com/shlinkio/shlink-web-client/blob/HEAD/CHANGELOG.md#422---2024-10-19) [Compare Source](https://redirect.github.com/shlinkio/shlink-web-client/compare/v4.2.1...v4.2.2) ##### Added - *Nothing* ##### Changed - Update to `@shlinkio/shlink-frontend-kit` 0.6.0 - Update to `@shlinkio/shlink-web-component` 0.10.1 ##### Deprecated - *Nothing* ##### Removed - *Nothing* ##### Fixed - [shlink-web-component#475](https://redirect.github.com/shlinkio/shlink-web-component/issues/475) Fix incorrect amount of dots being displayed in line charts when the difference in days/weeks/months is rounded up. </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMyIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
30 lines
620 B
YAML
30 lines
620 B
YAML
image:
|
|
repository: docker.io/shlinkio/shlink-web-client
|
|
pullPolicy: IfNotPresent
|
|
tag: 4.2.2@sha256:4b59f76630ed551d07913b32b2d13a66200f35d1746ce901fcfb1902bd8a2bca
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 8080
|
|
port: 10154
|
|
protocol: http
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
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: ""
|