This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/shlinkio/shlink-web-client](https://redirect.github.com/shlinkio/shlink-web-client) | patch | `9998851` -> `9661524` | --- > [!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.4.1`](https://redirect.github.com/shlinkio/shlink-web-client/blob/HEAD/CHANGELOG.md#441---2025-06-23) [Compare Source](https://redirect.github.com/shlinkio/shlink-web-client/compare/v4.4.0...v4.4.1) ##### Added - *Nothing* ##### Changed - [shlink-web-component#661](https://redirect.github.com/shlinkio/shlink-web-component/issues/661) and [#​1571](https://redirect.github.com/shlinkio/shlink-web-client/issues/1571) Fully replace bootstrap with tailwind. - Add the new light theme brand color. - Update to `@shlinkio/shlink-frontend-kit` 1.0.0 and `@shlinkio/shlink-web-component` 0.15 - Replace reactstrap nav bar with `NavBar` component from `@shlinkio/shlink-frontend-kit` ##### Deprecated - *Nothing* ##### Removed - *Nothing* ##### Fixed - *Nothing* </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
28 lines
587 B
YAML
28 lines
587 B
YAML
image:
|
|
repository: docker.io/shlinkio/shlink-web-client
|
|
pullPolicy: IfNotPresent
|
|
tag: 4.4.1@sha256:966152472dfc6e0f3cbc23cc9d2fc5072e1a6518c3b322b80c06fa7434d067a7
|
|
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: ""
|