Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
b1d57d8cad
commit
33c86d82b8
|
@ -1,10 +0,0 @@
|
||||||
# Changelog<br>
|
|
||||||
|
|
||||||
|
|
||||||
<a name="qinglong-0.0.1"></a>
|
|
||||||
### qinglong-0.0.1 (2022-03-12)
|
|
||||||
|
|
||||||
#### Feat
|
|
||||||
|
|
||||||
* Add qinglong ([#2133](https://github.com/truecharts/apps/issues/2133))
|
|
||||||
|
|
|
@ -0,0 +1,18 @@
|
||||||
|
# Changelog<br>
|
||||||
|
|
||||||
|
|
||||||
|
<a name="qinglong-0.0.2"></a>
|
||||||
|
### [qinglong-0.0.2](https://github.com/truecharts/apps/compare/qinglong-0.0.1...qinglong-0.0.2) (2022-03-12)
|
||||||
|
|
||||||
|
#### Chore
|
||||||
|
|
||||||
|
* Update digest ([#2139](https://github.com/truecharts/apps/issues/2139))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a name="qinglong-0.0.1"></a>
|
||||||
|
### qinglong-0.0.1 (2022-03-12)
|
||||||
|
|
||||||
|
#### Feat
|
||||||
|
|
||||||
|
* Add qinglong ([#2133](https://github.com/truecharts/apps/issues/2133))
|
|
@ -3,4 +3,4 @@ dependencies:
|
||||||
repository: https://truecharts.org
|
repository: https://truecharts.org
|
||||||
version: 9.1.2
|
version: 9.1.2
|
||||||
digest: sha256:c31f80d9a593b307274ae84096234c1928a407d3899cf5b173eac54118901f24
|
digest: sha256:c31f80d9a593b307274ae84096234c1928a407d3899cf5b173eac54118901f24
|
||||||
generated: "2022-03-12T07:23:28.538404532Z"
|
generated: "2022-03-12T14:44:36.343196303Z"
|
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: qinglong
|
name: qinglong
|
||||||
version: 0.0.1
|
version: 0.0.2
|
||||||
appVersion: "2.11.3"
|
appVersion: "2.11.3"
|
||||||
description: A timed task management panel that supports typescript, javaScript, python3, and shell
|
description: A timed task management panel that supports typescript, javaScript, python3, and shell
|
||||||
type: application
|
type: application
|
|
@ -12,8 +12,8 @@ You will, however, be able to use all values referenced in the common chart here
|
||||||
| Key | Type | Default | Description |
|
| Key | Type | Default | Description |
|
||||||
|-----|------|---------|-------------|
|
|-----|------|---------|-------------|
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
| image.repository | string | `"whyour/qinglong"` | |
|
| image.repository | string | `"tccr.io/truecharts/qinglong"` | |
|
||||||
| image.tag | string | `"2.11.3@sha256:6d6aef9300e35353530f8087d7e098e212e588d512a209d98c8d5ba65dfca43c"` | |
|
| image.tag | string | `"v2.11.3@sha256:0d0ab99a644b786d86e2d449d0840c79efaf1ad507bbc7a2cf8d7533b56f7edf"` | |
|
||||||
| persistence.config.enabled | bool | `true` | |
|
| persistence.config.enabled | bool | `true` | |
|
||||||
| persistence.config.mountPath | string | `"/ql/config"` | |
|
| persistence.config.mountPath | string | `"/ql/config"` | |
|
||||||
| persistence.db.enabled | bool | `true` | |
|
| persistence.db.enabled | bool | `true` | |
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: whyour/qinglong
|
repository: tccr.io/truecharts/qinglong
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 2.11.3@sha256:6d6aef9300e35353530f8087d7e098e212e588d512a209d98c8d5ba65dfca43c
|
tag: v2.11.3@sha256:0d0ab99a644b786d86e2d449d0840c79efaf1ad507bbc7a2cf8d7533b56f7edf
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
readOnlyRootFilesystem: false
|
|
@ -46,7 +46,7 @@ hide:
|
||||||
|
|
||||||
tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c
|
tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c
|
||||||
tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c
|
tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c
|
||||||
whyour/qinglong:2.11.3@sha256:6d6aef9300e35353530f8087d7e098e212e588d512a209d98c8d5ba65dfca43c
|
tccr.io/truecharts/qinglong:v2.11.3@sha256:0d0ab99a644b786d86e2d449d0840c79efaf1ad507bbc7a2cf8d7533b56f7edf
|
||||||
|
|
||||||
##### Scan Results
|
##### Scan Results
|
||||||
|
|
||||||
|
@ -115,7 +115,7 @@ hide:
|
||||||
| ssl_client | CVE-2021-42375 | MEDIUM | 1.33.1-r3 | 1.33.1-r5 | <details><summary>Expand...</summary><a href="https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/">https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/</a><br><a href="https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/">https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/</a><br><a href="https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/">https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/</a><br><a href="https://security.netapp.com/advisory/ntap-20211223-0002/">https://security.netapp.com/advisory/ntap-20211223-0002/</a><br></details> |
|
| ssl_client | CVE-2021-42375 | MEDIUM | 1.33.1-r3 | 1.33.1-r5 | <details><summary>Expand...</summary><a href="https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/">https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/</a><br><a href="https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/">https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/6T2TURBYYJGBMQTTN2DSOAIQGP7WCPGV/</a><br><a href="https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/">https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UQXGOGWBIYWOIVXJVRKHZR34UMEHQBXS/</a><br><a href="https://security.netapp.com/advisory/ntap-20211223-0002/">https://security.netapp.com/advisory/ntap-20211223-0002/</a><br></details> |
|
||||||
|
|
||||||
|
|
||||||
#### Container: whyour/qinglong:2.11.3@sha256:6d6aef9300e35353530f8087d7e098e212e588d512a209d98c8d5ba65dfca43c (alpine 3.15.0)
|
#### Container: tccr.io/truecharts/qinglong:v2.11.3@sha256:0d0ab99a644b786d86e2d449d0840c79efaf1ad507bbc7a2cf8d7533b56f7edf (alpine 3.15.0)
|
||||||
|
|
||||||
|
|
||||||
**alpine**
|
**alpine**
|
Loading…
Reference in New Issue