Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
268eb6cf93
commit
b1cf125e13
|
@ -1,4 +0,0 @@
|
|||
|
||||
|
||||
## [shlink-9.0.10](https://github.com/truecharts/charts/compare/shlink-9.0.9...shlink-9.0.10) (2023-11-17)
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [shlink-9.1.0](https://github.com/truecharts/charts/compare/shlink-9.0.10...shlink-9.1.0) (2023-11-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image shlinkio/shlink to v3.7.0[@c5b949e](https://github.com/c5b949e) ([#15381](https://github.com/truecharts/charts/issues/15381))
|
||||
|
||||
|
||||
|
||||
|
||||
## [shlink-9.0.10](https://github.com/truecharts/charts/compare/shlink-9.0.9...shlink-9.0.10) (2023-11-17)
|
||||
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
|
||||
## [shlink-8.0.29](https://github.com/truecharts/charts/compare/shlink-8.0.28...shlink-8.0.29) (2023-07-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955))
|
||||
|
||||
|
||||
|
||||
|
||||
## [shlink-8.0.28](https://github.com/truecharts/charts/compare/shlink-8.0.27...shlink-8.0.28) (2023-07-01)
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "3.6.4"
|
||||
appVersion: 3.7.0
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -25,7 +25,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/shlink
|
||||
- https://github.com/shlinkio/shlink
|
||||
type: application
|
||||
version: 9.0.10
|
||||
version: 9.1.0
|
||||
annotations:
|
||||
truecharts.org/category: utilities
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [shlink-9.1.0](https://github.com/truecharts/charts/compare/shlink-9.0.10...shlink-9.1.0) (2023-11-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image shlinkio/shlink to v3.7.0[@c5b949e](https://github.com/c5b949e) ([#15381](https://github.com/truecharts/charts/issues/15381))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: shlinkio/shlink
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 3.6.4@sha256:a7a5ec1c6bf54043f47b45c462978e57b9381b910bdb5a211f862d33e5ee73b2
|
||||
tag: 3.7.0@sha256:c5b949e2967e319c593bf96852bc298746d53580a6a4389cb2e47e454d2251f9
|
||||
service:
|
||||
main:
|
||||
ports:
|
Loading…
Reference in New Issue