Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
86d90d6542
commit
282792c42a
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [qinglong-6.0.10](https://github.com/truecharts/charts/compare/qinglong-6.0.9...qinglong-6.0.10) (2023-10-19)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/qinglong to v2.16.4 ([#13792](https://github.com/truecharts/charts/issues/13792))
|
||||
|
||||
|
|
@ -4,6 +4,16 @@
|
|||
|
||||
|
||||
|
||||
## [qinglong-6.0.11](https://github.com/truecharts/charts/compare/qinglong-6.0.10...qinglong-6.0.11) (2023-10-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||
- update container image tccr.io/truecharts/qinglong to v2.16.5 ([#14084](https://github.com/truecharts/charts/issues/14084))
|
||||
|
||||
|
||||
|
||||
|
||||
## [qinglong-6.0.10](https://github.com/truecharts/charts/compare/qinglong-6.0.9...qinglong-6.0.10) (2023-10-19)
|
||||
|
||||
### Chore
|
||||
|
@ -87,13 +97,3 @@
|
|||
|
||||
## [qinglong-6.0.1](https://github.com/truecharts/charts/compare/qinglong-6.0.0...qinglong-6.0.1) (2023-08-13)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/qinglong to v2.16.0 ([#11494](https://github.com/truecharts/charts/issues/11494))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [qinglong-6.0.0](https://github.com/truecharts/charts/compare/qinglong-5.0.33...qinglong-6.0.0) (2023-07-31)
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: qinglong
|
||||
version: 6.0.10
|
||||
appVersion: "2.16.4"
|
||||
version: 6.0.11
|
||||
appVersion: "2.16.5"
|
||||
description: A timed task management panel that supports typescript, javaScript, python3, and shell
|
||||
type: application
|
||||
deprecated: false
|
||||
|
@ -23,6 +23,5 @@ maintainers:
|
|||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- cloud
|
||||
truecharts.org/category: cloud
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
|
||||
## [qinglong-6.0.11](https://github.com/truecharts/charts/compare/qinglong-6.0.10...qinglong-6.0.11) (2023-10-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||
- update container image tccr.io/truecharts/qinglong to v2.16.5 ([#14084](https://github.com/truecharts/charts/issues/14084))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/qinglong
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.16.4@sha256:c534d696e13cf56c0b9bc832b5345dde8f47bd12a619a55c79b7959756c0f27b
|
||||
tag: v2.16.5@sha256:1544fb293582abc771e4a4f864a939a5111fbcacd0ffba465529827c1da7966e
|
||||
service:
|
||||
main:
|
||||
ports:
|
|
@ -1,5 +1,4 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/qinglong.png
|
||||
categories:
|
||||
- cloud
|
||||
|
||||
screenshots: []
|
||||
|
|
Loading…
Reference in New Issue