Skip to content

Commit

Permalink
chore(deps): update container image shlinkio/shlink to v3.7.3@c70cf1b…
Browse files Browse the repository at this point in the history
… by renovate (truecharts#17010)
  • Loading branch information
truecharts-admin authored and Gabriel Bärzén committed Feb 2, 2024
1 parent 69d4ced commit 4bbd284
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
64 changes: 32 additions & 32 deletions charts/stable/shlink/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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: [email protected]
url: https://truecharts.org
- name: TrueCharts
email: [email protected]
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
2 changes: 1 addition & 1 deletion charts/stable/shlink/values.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 4bbd284

Please sign in to comment.