chore(deps): update container image shlinkio/shlink to v3.7.3@c70cf1b by renovate (#17010)
This commit is contained in:
parent
5210eeb6c4
commit
6b91a0a4a9
|
@ -1,44 +1,44 @@
|
|||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: shlink
|
||||
version: 12.1.9
|
||||
appVersion: 3.7.2
|
||||
version: 12.1.10
|
||||
appVersion: 3.7.3
|
||||
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: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: redis
|
||||
version: 11.1.6
|
||||
repository: https://deps.truecharts.org
|
||||
condition: redis.enabled
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: redis
|
||||
version: 11.1.6
|
||||
repository: https://deps.truecharts.org
|
||||
condition: redis.enabled
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: utilities
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: utilities
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
type: application
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: shlinkio/shlink
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 3.7.2@sha256:7573c1a856ffc97b93eb2f04e29c1e8527f5f888f0bd265e502fb534b35402b5
|
||||
tag: 3.7.3@sha256:c70cf1b37087581cfcb7963d74d6c13fbee8555a7b10aa4af0493e70ade41202
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
|
Loading…
Reference in New Issue