Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [qinglong-5.0.7](https://github.com/truecharts/charts/compare/qinglong-5.0.6...qinglong-5.0.7) (2023-04-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153))
|
||||
|
||||
|
||||
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [qinglong-5.0.8](https://github.com/truecharts/charts/compare/qinglong-5.0.7...qinglong-5.0.8) (2023-04-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/qinglong to v2.15.12 ([#8516](https://github.com/truecharts/charts/issues/8516))
|
||||
|
||||
|
||||
|
||||
|
||||
## [qinglong-5.0.7](https://github.com/truecharts/charts/compare/qinglong-5.0.6...qinglong-5.0.7) (2023-04-25)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@
|
||||
- update container image tccr.io/truecharts/qinglong to 2.15.7
|
||||
|
||||
|
||||
|
||||
|
||||
## [qinglong-4.0.18](https://github.com/truecharts/charts/compare/qinglong-4.0.17...qinglong-4.0.18) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: qinglong
|
||||
version: 5.0.7
|
||||
appVersion: "2.15.8"
|
||||
version: 5.0.8
|
||||
appVersion: "2.15.12"
|
||||
description: A timed task management panel that supports typescript, javaScript, python3, and shell
|
||||
type: application
|
||||
deprecated: false
|
||||
9
stable/qinglong/5.0.8/app-changelog.md
Normal file
9
stable/qinglong/5.0.8/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [qinglong-5.0.8](https://github.com/truecharts/charts/compare/qinglong-5.0.7...qinglong-5.0.8) (2023-04-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/qinglong to v2.15.12 ([#8516](https://github.com/truecharts/charts/issues/8516))
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/qinglong
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.15.8@sha256:8edb72e159337e9fc456f372ce6cd29df888b99526e9b93fa072a2fe358d7df5
|
||||
tag: 2.15.12@sha256:5a741df123398794759de65fddc474b70b32d3e043373dcef14e3c1b7ed0b162
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -923,7 +923,7 @@ questions:
|
||||
description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
|
||||
schema:
|
||||
type: int
|
||||
show_if: [["runAsUser", "=", "0"]]
|
||||
show_if: [["runAsUser", "=", 0]]
|
||||
default: 568
|
||||
- variable: UMASK
|
||||
label: UMASK
|
||||
Reference in New Issue
Block a user