chore(deps): update container image shlinkio/shlink to v3.7.1@b0f806c by renovate (#16266)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | shlinkio/shlink | patch | `3.7.0` -> `3.7.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
parent
631bfe1271
commit
b7d29415af
|
@ -1,40 +1,39 @@
|
|||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: shlink
|
||||
version: 9.1.3
|
||||
appVersion: 3.7.0
|
||||
description:
|
||||
A PHP-based self-hosted URL shortener that can be used to serve shortened
|
||||
version: 9.1.4
|
||||
appVersion: 3.7.1
|
||||
description: A PHP-based self-hosted URL shortener that can be used to serve shortened
|
||||
URLs under your own custom domain.
|
||||
home: https://truecharts.org/charts/stable/shlink
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/shlink.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/shlinkio/shlink
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/shlink
|
||||
- https://hub.docker.com/r/shlinkio/shlink
|
||||
- https://github.com/shlinkio/shlink
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/shlink
|
||||
- https://hub.docker.com/r/shlinkio/shlink
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- url
|
||||
- shortener
|
||||
- url
|
||||
- shortener
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 14.5.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: redis
|
||||
version: 6.0.66
|
||||
repository: https://deps.truecharts.org
|
||||
condition: redis.enabled
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: common
|
||||
version: 14.5.0
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: redis
|
||||
version: 6.0.66
|
||||
repository: https://deps.truecharts.org
|
||||
condition: redis.enabled
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: shlinkio/shlink
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 3.7.0@sha256:c5b949e2967e319c593bf96852bc298746d53580a6a4389cb2e47e454d2251f9
|
||||
tag: 3.7.1@sha256:b0f806c6fcb5f85d25a8d93a4d83f8839f40563f5a92b71f3730f53d9d8de5d9
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
|
Loading…
Reference in New Issue