Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-12-20 12:25:21 +00:00
parent f6518fbc70
commit 3043274af0
86 changed files with 845 additions and 232 deletions
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="prometheus-1.1.24"></a>
### [prometheus-1.1.24](https://github.com/truecharts/apps/compare/prometheus-1.1.23...prometheus-1.1.24) (2021-12-20)
#### Chore
* update docker general non-major ([#1581](https://github.com/truecharts/apps/issues/1581))
<a name="prometheus-1.1.23"></a>
### [prometheus-1.1.23](https://github.com/truecharts/apps/compare/prometheus-1.1.22...prometheus-1.1.23) (2021-12-19)
+2 -2
View File
@@ -88,7 +88,7 @@ You will, however, be able to use all values referenced in the common chart here
| alertmanager.volumeMounts | list | `[]` | |
| alertmanager.volumes | list | `[]` | |
| alertmanagerImage.repository | string | `"tccr.io/truecharts/alertmanager"` | |
| alertmanagerImage.tag | string | `"v0.23.0@sha256:14da1eb318cca2e5a64677560f04d88089c1d24082ba2047296e88c8a8b99f90"` | |
| alertmanagerImage.tag | string | `"v0.23.0@sha256:a60e78b7c55a3a4f541e93471b521ee183bd299bd6a1631e300dc1ddda02f8f1"` | |
| coreDns.enabled | bool | `true` | |
| coreDns.namespace | string | `"kube-system"` | |
| coreDns.service.enabled | bool | `true` | |
@@ -317,7 +317,7 @@ You will, however, be able to use all values referenced in the common chart here
| prometheus.volumes | list | `[]` | |
| prometheus.walCompression | bool | `false` | |
| prometheusImage.repository | string | `"tccr.io/truecharts/prometheus"` | |
| prometheusImage.tag | string | `"v2.32.1@sha256:8b2bdce4ad2ce34042d3f6749499ede919bf924ef3c67d6b820d6ce8cb438a6a"` | |
| prometheusImage.tag | string | `"v2.32.1@sha256:4f9d5b933b1576a91d857c1289c350e3ba0d67928d4a86d0fc62d16c28ed19f0"` | |
| rbac | object | `{"enabled":true,"rules":[{"apiGroups":["apiextensions.k8s.io"],"resources":["customresourcedefinitions"],"verbs":["create"]},{"apiGroups":["apiextensions.k8s.io"],"resourceNames":["alertmanagers.monitoring.coreos.com","podmonitors.monitoring.coreos.com","prometheuses.monitoring.coreos.com","prometheusrules.monitoring.coreos.com","servicemonitors.monitoring.coreos.com","thanosrulers.monitoring.coreos.com","probes.monitoring.coreos.com"],"resources":["customresourcedefinitions"],"verbs":["get","update"]},{"apiGroups":["monitoring.coreos.com"],"resources":["alertmanagers","alertmanagers/finalizers","alertmanagerconfigs","prometheuses","prometheuses/finalizers","thanosrulers","thanosrulers/finalizers","servicemonitors","podmonitors","probes","prometheusrules"],"verbs":["*"]},{"apiGroups":["apps"],"resources":["statefulsets"],"verbs":["*"]},{"apiGroups":[""],"resources":["configmaps","secrets"],"verbs":["*"]},{"apiGroups":[""],"resources":["pods"],"verbs":["list","delete"]},{"apiGroups":[""],"resources":["services","services/finalizers","endpoints"],"verbs":["get","create","update","delete"]},{"apiGroups":[""],"resources":["nodes"],"verbs":["list","watch"]},{"apiGroups":[""],"resources":["namespaces"],"verbs":["get","list","watch"]},{"apiGroups":["networking.k8s.io"],"resources":["ingresses"],"verbs":["get","list","watch"]}]}` | Whether Role Based Access Control objects like roles and rolebindings should be created |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| service.alertmanager.enabled | bool | `true` | |
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="babybuddy-5.0.22"></a>
### [babybuddy-5.0.22](https://github.com/truecharts/apps/compare/babybuddy-5.0.21...babybuddy-5.0.22) (2021-12-20)
#### Chore
* update docker general non-major ([#1581](https://github.com/truecharts/apps/issues/1581))
<a name="babybuddy-5.0.21"></a>
### [babybuddy-5.0.21](https://github.com/truecharts/apps/compare/babybuddy-5.0.20...babybuddy-5.0.21) (2021-12-19)
+1 -1
View File
@@ -21,7 +21,7 @@ You will, however, be able to use all values referenced in the common chart here
| envValueFrom.DB_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/babybuddy"` | |
| image.tag | string | `"v1.9.3@sha256:efee4db1808bf46d4427434c002536cb8558e8709e2cfcb63ef4632a8683e33a"` | |
| image.tag | string | `"v1.9.3@sha256:254668977f7efbf6e631b3a5155744a7ce194075b7336ad0f136e5d5e4de3077"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.varrun.enabled | bool | `true` | |
+1 -1
View File
@@ -62,7 +62,7 @@ hide:
tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c
tccr.io/truecharts/postgresql:v14.1.0@sha256:7ad9b2cbcb614f0c2409c401804da15ccf82e7072acffa0b6aca1dcbf72a6018
tccr.io/truecharts/babybuddy:v1.9.3@sha256:efee4db1808bf46d4427434c002536cb8558e8709e2cfcb63ef4632a8683e33a
tccr.io/truecharts/babybuddy:v1.9.3@sha256:254668977f7efbf6e631b3a5155744a7ce194075b7336ad0f136e5d5e4de3077
tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c
tccr.io/truecharts/postgresql:v14.1.0@sha256:7ad9b2cbcb614f0c2409c401804da15ccf82e7072acffa0b6aca1dcbf72a6018
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="custom-app-3.0.44"></a>
### [custom-app-3.0.44](https://github.com/truecharts/apps/compare/custom-app-3.0.43...custom-app-3.0.44) (2021-12-20)
#### Chore
* update docker general non-major ([#1581](https://github.com/truecharts/apps/issues/1581))
<a name="custom-app-3.0.43"></a>
### [custom-app-3.0.43](https://github.com/truecharts/apps/compare/custom-app-3.0.42...custom-app-3.0.43) (2021-12-19)
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.20.178"
appVersion: "0.20.184"
dependencies:
- name: common
repository: https://truecharts.org
+1 -1
View File
@@ -13,6 +13,6 @@ You will, however, be able to use all values referenced in the common chart here
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/jackett"` | |
| image.tag | string | `"v0.20.178@sha256:92afd9300ad1a8c57d9a8e66f3838db6b261e7f8008c1e469025b4fe10dfcd6f"` | |
| image.tag | string | `"v0.20.184@sha256:193e7d217e0e92cf8f0ebfb6b0886ebfd6158b7714c8443168dfe861d5bb2a6f"` | |
All Rights Reserved - The TrueCharts Project
File diff suppressed because one or more lines are too long
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="grafana-2.0.10"></a>
### [grafana-2.0.10](https://github.com/truecharts/apps/compare/grafana-2.0.9...grafana-2.0.10) (2021-12-20)
#### Chore
* update docker general non-major ([#1581](https://github.com/truecharts/apps/issues/1581))
<a name="grafana-2.0.9"></a>
### [grafana-2.0.9](https://github.com/truecharts/apps/compare/grafana-2.0.8...grafana-2.0.9) (2021-12-19)
+1 -1
View File
@@ -22,7 +22,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.GF_PATHS_PROVISIONING | string | `"/opt/bitnami/grafana/conf/provisioning"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/grafana"` | |
| image.tag | string | `"v8.3.3@sha256:cef512df2d702a033ddf068ec74b4565463dba62f9dd907e5474a112761beb98"` | |
| image.tag | string | `"v8.3.3@sha256:92208b72a61947a965cf52d9e2e876f73fea0ef761ada9b3ba8a7f59e7c31e63"` | |
| metrics.enabled | bool | See values.yaml | Enable and configure a Prometheus serviceMonitor for the chart under this key. |
| metrics.prometheusRule | object | See values.yaml | Enable and configure Prometheus Rules for the chart under this key. |
| metrics.prometheusRule.rules | list | See prometheusrules.yaml | Configure additionial rules for the chart under this key. |
+2 -2
View File
@@ -35,7 +35,7 @@ hide:
##### Detected Containers
tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c
tccr.io/truecharts/grafana:v8.3.3@sha256:cef512df2d702a033ddf068ec74b4565463dba62f9dd907e5474a112761beb98
tccr.io/truecharts/grafana:v8.3.3@sha256:92208b72a61947a965cf52d9e2e876f73fea0ef761ada9b3ba8a7f59e7c31e63
##### Scan Results
@@ -72,7 +72,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></details> |
#### Container: tccr.io/truecharts/grafana:v8.3.3@sha256:cef512df2d702a033ddf068ec74b4565463dba62f9dd907e5474a112761beb98 (debian 10.11)
#### Container: tccr.io/truecharts/grafana:v8.3.3@sha256:92208b72a61947a965cf52d9e2e876f73fea0ef761ada9b3ba8a7f59e7c31e63 (debian 10.11)
**debian**
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="jackett-9.0.53"></a>
### [jackett-9.0.53](https://github.com/truecharts/apps/compare/jackett-9.0.52...jackett-9.0.53) (2021-12-20)
#### Chore
* update docker general non-major ([#1581](https://github.com/truecharts/apps/issues/1581))
<a name="jackett-9.0.52"></a>
### [jackett-9.0.52](https://github.com/truecharts/apps/compare/jackett-9.0.51...jackett-9.0.52) (2021-12-19)
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.20.178"
appVersion: "0.20.184"
dependencies:
- name: common
repository: https://truecharts.org
+1 -1
View File
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/jackett"` | |
| image.tag | string | `"v0.20.178@sha256:92afd9300ad1a8c57d9a8e66f3838db6b261e7f8008c1e469025b4fe10dfcd6f"` | |
| image.tag | string | `"v0.20.184@sha256:193e7d217e0e92cf8f0ebfb6b0886ebfd6158b7714c8443168dfe861d5bb2a6f"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| probes.liveness.path | string | `"/UI/Login"` | |
File diff suppressed because one or more lines are too long
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="lidarr-9.0.28"></a>
### [lidarr-9.0.28](https://github.com/truecharts/apps/compare/lidarr-9.0.27...lidarr-9.0.28) (2021-12-20)
#### Chore
* update docker general non-major ([#1581](https://github.com/truecharts/apps/issues/1581))
<a name="lidarr-9.0.27"></a>
### [lidarr-9.0.27](https://github.com/truecharts/apps/compare/lidarr-9.0.26...lidarr-9.0.27) (2021-12-19)
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.0.0.2378"
appVersion: "1.0.0.2385"
dependencies:
- name: common
repository: https://truecharts.org
+1 -1
View File
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/lidarr"` | |
| image.tag | string | `"v1.0.0.2378@sha256:49ea0ece73538104491bb96451acf2c144edd21b47cb312f8b5ec57f4044828f"` | |
| image.tag | string | `"v1.0.0.2385@sha256:1b42a728ebc601951969c05792df39d67878b328b818a402f699807c19c5d444"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| probes.liveness.custom | bool | `true` | |
File diff suppressed because one or more lines are too long
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="minio-console-1.0.31"></a>
### [minio-console-1.0.31](https://github.com/truecharts/apps/compare/minio-console-1.0.30...minio-console-1.0.31) (2021-12-20)
#### Chore
* update docker general non-major ([#1581](https://github.com/truecharts/apps/issues/1581))
<a name="minio-console-1.0.30"></a>
### [minio-console-1.0.30](https://github.com/truecharts/apps/compare/minio-console-1.0.29...minio-console-1.0.30) (2021-12-19)
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.12.8"
appVersion: "0.12.9"
dependencies:
- name: common
repository: https://truecharts.org
+1 -1
View File
@@ -17,7 +17,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"tccr.io/truecharts/minio-console"` | image repository |
| image.tag | string | `"v0.12.8@sha256:9e4adb0c2b35253cb3a9d11ce114828784e505b305807da5ef1042803c785ae5"` | image tag |
| image.tag | string | `"v0.12.9@sha256:33948ab691ad3961de9a805510903f361a167ce32cc92a55ca4bd1053e2f7a7e"` | image tag |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.varrun.enabled | bool | `true` | |
+5 -5
View File
@@ -35,7 +35,7 @@ hide:
##### Detected Containers
tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c
tccr.io/truecharts/minio-console:v0.12.8@sha256:9e4adb0c2b35253cb3a9d11ce114828784e505b305807da5ef1042803c785ae5
tccr.io/truecharts/minio-console:v0.12.9@sha256:33948ab691ad3961de9a805510903f361a167ce32cc92a55ca4bd1053e2f7a7e
##### Scan Results
@@ -72,7 +72,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></details> |
#### Container: tccr.io/truecharts/minio-console:v0.12.8@sha256:9e4adb0c2b35253cb3a9d11ce114828784e505b305807da5ef1042803c785ae5 (redhat 8.5)
#### Container: tccr.io/truecharts/minio-console:v0.12.9@sha256:33948ab691ad3961de9a805510903f361a167ce32cc92a55ca4bd1053e2f7a7e (redhat 8.5)
**redhat**
@@ -140,9 +140,9 @@ hide:
| sqlite-libs | CVE-2019-19244 | LOW | 3.26.0-15.el8 | | <details><summary>Expand...</summary><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19244">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19244</a><br><a href="https://github.com/sqlite/sqlite/commit/e59c562b3f6894f84c715772c4b116d7b5c01348">https://github.com/sqlite/sqlite/commit/e59c562b3f6894f84c715772c4b116d7b5c01348</a><br><a href="https://ubuntu.com/security/notices/USN-4205-1">https://ubuntu.com/security/notices/USN-4205-1</a><br><a href="https://usn.ubuntu.com/4205-1/">https://usn.ubuntu.com/4205-1/</a><br><a href="https://www.oracle.com/security-alerts/cpuapr2020.html">https://www.oracle.com/security-alerts/cpuapr2020.html</a><br></details> |
| sqlite-libs | CVE-2019-9936 | LOW | 3.26.0-15.el8 | | <details><summary>Expand...</summary><a href="http://lists.opensuse.org/opensuse-security-announce/2019-05/msg00026.html">http://lists.opensuse.org/opensuse-security-announce/2019-05/msg00026.html</a><br><a href="http://www.securityfocus.com/bid/107562">http://www.securityfocus.com/bid/107562</a><br><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9936">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9936</a><br><a href="https://lists.debian.org/debian-lts-announce/2020/08/msg00037.html">https://lists.debian.org/debian-lts-announce/2020/08/msg00037.html</a><br><a href="https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EXD2GYJVTDGEQPUNMMMC5TB7MQXOBBMO/">https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EXD2GYJVTDGEQPUNMMMC5TB7MQXOBBMO/</a><br><a href="https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/N66U5PY5UJU4XBFZJH7QNKIDNAVIB4OP/">https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/N66U5PY5UJU4XBFZJH7QNKIDNAVIB4OP/</a><br><a href="https://security.gentoo.org/glsa/201908-09">https://security.gentoo.org/glsa/201908-09</a><br><a href="https://security.netapp.com/advisory/ntap-20190416-0005/">https://security.netapp.com/advisory/ntap-20190416-0005/</a><br><a href="https://sqlite.org/src/info/b3fa58dd7403dbd4">https://sqlite.org/src/info/b3fa58dd7403dbd4</a><br><a href="https://ubuntu.com/security/notices/USN-4019-1">https://ubuntu.com/security/notices/USN-4019-1</a><br><a href="https://usn.ubuntu.com/4019-1/">https://usn.ubuntu.com/4019-1/</a><br><a href="https://www.mail-archive.com/sqlite-users@mailinglists.sqlite.org/msg114382.html">https://www.mail-archive.com/sqlite-users@mailinglists.sqlite.org/msg114382.html</a><br><a href="https://www.mail-archive.com/sqlite-users@mailinglists.sqlite.org/msg114394.html">https://www.mail-archive.com/sqlite-users@mailinglists.sqlite.org/msg114394.html</a><br><a href="https://www.oracle.com/security-alerts/cpujan2020.html">https://www.oracle.com/security-alerts/cpujan2020.html</a><br><a href="https://www.oracle.com/technetwork/security-advisory/cpuoct2019-5072832.html">https://www.oracle.com/technetwork/security-advisory/cpuoct2019-5072832.html</a><br></details> |
| sqlite-libs | CVE-2019-9937 | LOW | 3.26.0-15.el8 | | <details><summary>Expand...</summary><a href="http://lists.opensuse.org/opensuse-security-announce/2019-05/msg00026.html">http://lists.opensuse.org/opensuse-security-announce/2019-05/msg00026.html</a><br><a href="http://www.securityfocus.com/bid/107562">http://www.securityfocus.com/bid/107562</a><br><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9937">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9937</a><br><a href="https://lists.debian.org/debian-lts-announce/2020/08/msg00037.html">https://lists.debian.org/debian-lts-announce/2020/08/msg00037.html</a><br><a href="https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EXD2GYJVTDGEQPUNMMMC5TB7MQXOBBMO/">https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EXD2GYJVTDGEQPUNMMMC5TB7MQXOBBMO/</a><br><a href="https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/N66U5PY5UJU4XBFZJH7QNKIDNAVIB4OP/">https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/N66U5PY5UJU4XBFZJH7QNKIDNAVIB4OP/</a><br><a href="https://security.gentoo.org/glsa/201908-09">https://security.gentoo.org/glsa/201908-09</a><br><a href="https://security.netapp.com/advisory/ntap-20190416-0005/">https://security.netapp.com/advisory/ntap-20190416-0005/</a><br><a href="https://sqlite.org/src/info/45c73deb440496e8">https://sqlite.org/src/info/45c73deb440496e8</a><br><a href="https://ubuntu.com/security/notices/USN-4019-1">https://ubuntu.com/security/notices/USN-4019-1</a><br><a href="https://usn.ubuntu.com/4019-1/">https://usn.ubuntu.com/4019-1/</a><br><a href="https://www.mail-archive.com/sqlite-users@mailinglists.sqlite.org/msg114383.html">https://www.mail-archive.com/sqlite-users@mailinglists.sqlite.org/msg114383.html</a><br><a href="https://www.mail-archive.com/sqlite-users@mailinglists.sqlite.org/msg114393.html">https://www.mail-archive.com/sqlite-users@mailinglists.sqlite.org/msg114393.html</a><br><a href="https://www.oracle.com/security-alerts/cpujan2020.html">https://www.oracle.com/security-alerts/cpujan2020.html</a><br><a href="https://www.oracle.com/technetwork/security-advisory/cpuoct2019-5072832.html">https://www.oracle.com/technetwork/security-advisory/cpuoct2019-5072832.html</a><br></details> |
| systemd | CVE-2018-20839 | MEDIUM | 239-51.el8 | | <details><summary>Expand...</summary><a href="http://www.securityfocus.com/bid/108389">http://www.securityfocus.com/bid/108389</a><br><a href="https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1803993">https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1803993</a><br><a href="https://github.com/systemd/systemd/commit/9725f1a10f80f5e0ae7d9b60547458622aeb322f">https://github.com/systemd/systemd/commit/9725f1a10f80f5e0ae7d9b60547458622aeb322f</a><br><a href="https://github.com/systemd/systemd/pull/12378">https://github.com/systemd/systemd/pull/12378</a><br><a href="https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E">https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E</a><br><a href="https://security.netapp.com/advisory/ntap-20190530-0002/">https://security.netapp.com/advisory/ntap-20190530-0002/</a><br></details> |
| systemd-libs | CVE-2018-20839 | MEDIUM | 239-51.el8 | | <details><summary>Expand...</summary><a href="http://www.securityfocus.com/bid/108389">http://www.securityfocus.com/bid/108389</a><br><a href="https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1803993">https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1803993</a><br><a href="https://github.com/systemd/systemd/commit/9725f1a10f80f5e0ae7d9b60547458622aeb322f">https://github.com/systemd/systemd/commit/9725f1a10f80f5e0ae7d9b60547458622aeb322f</a><br><a href="https://github.com/systemd/systemd/pull/12378">https://github.com/systemd/systemd/pull/12378</a><br><a href="https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E">https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E</a><br><a href="https://security.netapp.com/advisory/ntap-20190530-0002/">https://security.netapp.com/advisory/ntap-20190530-0002/</a><br></details> |
| systemd-pam | CVE-2018-20839 | MEDIUM | 239-51.el8 | | <details><summary>Expand...</summary><a href="http://www.securityfocus.com/bid/108389">http://www.securityfocus.com/bid/108389</a><br><a href="https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1803993">https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1803993</a><br><a href="https://github.com/systemd/systemd/commit/9725f1a10f80f5e0ae7d9b60547458622aeb322f">https://github.com/systemd/systemd/commit/9725f1a10f80f5e0ae7d9b60547458622aeb322f</a><br><a href="https://github.com/systemd/systemd/pull/12378">https://github.com/systemd/systemd/pull/12378</a><br><a href="https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E">https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E</a><br><a href="https://security.netapp.com/advisory/ntap-20190530-0002/">https://security.netapp.com/advisory/ntap-20190530-0002/</a><br></details> |
| systemd | CVE-2018-20839 | MEDIUM | 239-51.el8_5.3 | | <details><summary>Expand...</summary><a href="http://www.securityfocus.com/bid/108389">http://www.securityfocus.com/bid/108389</a><br><a href="https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1803993">https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1803993</a><br><a href="https://github.com/systemd/systemd/commit/9725f1a10f80f5e0ae7d9b60547458622aeb322f">https://github.com/systemd/systemd/commit/9725f1a10f80f5e0ae7d9b60547458622aeb322f</a><br><a href="https://github.com/systemd/systemd/pull/12378">https://github.com/systemd/systemd/pull/12378</a><br><a href="https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E">https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E</a><br><a href="https://security.netapp.com/advisory/ntap-20190530-0002/">https://security.netapp.com/advisory/ntap-20190530-0002/</a><br></details> |
| systemd-libs | CVE-2018-20839 | MEDIUM | 239-51.el8_5.3 | | <details><summary>Expand...</summary><a href="http://www.securityfocus.com/bid/108389">http://www.securityfocus.com/bid/108389</a><br><a href="https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1803993">https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1803993</a><br><a href="https://github.com/systemd/systemd/commit/9725f1a10f80f5e0ae7d9b60547458622aeb322f">https://github.com/systemd/systemd/commit/9725f1a10f80f5e0ae7d9b60547458622aeb322f</a><br><a href="https://github.com/systemd/systemd/pull/12378">https://github.com/systemd/systemd/pull/12378</a><br><a href="https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E">https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E</a><br><a href="https://security.netapp.com/advisory/ntap-20190530-0002/">https://security.netapp.com/advisory/ntap-20190530-0002/</a><br></details> |
| systemd-pam | CVE-2018-20839 | MEDIUM | 239-51.el8_5.3 | | <details><summary>Expand...</summary><a href="http://www.securityfocus.com/bid/108389">http://www.securityfocus.com/bid/108389</a><br><a href="https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1803993">https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1803993</a><br><a href="https://github.com/systemd/systemd/commit/9725f1a10f80f5e0ae7d9b60547458622aeb322f">https://github.com/systemd/systemd/commit/9725f1a10f80f5e0ae7d9b60547458622aeb322f</a><br><a href="https://github.com/systemd/systemd/pull/12378">https://github.com/systemd/systemd/pull/12378</a><br><a href="https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E">https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E</a><br><a href="https://security.netapp.com/advisory/ntap-20190530-0002/">https://security.netapp.com/advisory/ntap-20190530-0002/</a><br></details> |
**gobinary**
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="piaware-4.0.30"></a>
### [piaware-4.0.30](https://github.com/truecharts/apps/compare/piaware-4.0.29...piaware-4.0.30) (2021-12-20)
#### Chore
* update docker general non-major ([#1581](https://github.com/truecharts/apps/issues/1581))
<a name="piaware-4.0.29"></a>
### [piaware-4.0.29](https://github.com/truecharts/apps/compare/piaware-4.0.28...piaware-4.0.29) (2021-12-19)
+1 -1
View File
@@ -16,7 +16,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"tccr.io/truecharts/piaware"` | image repository |
| image.tag | string | `"v6.1@sha256:4ffa40f3e233273f4ea1dc0cfadc96e3a3d705452abd2295d2d51e1b2f7722cd"` | image tag |
| image.tag | string | `"v6.1@sha256:90c33cdb151db69adbfebad85c0ab8b252092348e550db30080afb3ae7bf0d07"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
+2 -2
View File
@@ -37,7 +37,7 @@ hide:
##### Detected Containers
tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c
tccr.io/truecharts/piaware:v6.1@sha256:4ffa40f3e233273f4ea1dc0cfadc96e3a3d705452abd2295d2d51e1b2f7722cd
tccr.io/truecharts/piaware:v6.1@sha256:90c33cdb151db69adbfebad85c0ab8b252092348e550db30080afb3ae7bf0d07
##### Scan Results
@@ -74,7 +74,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></details> |
#### Container: tccr.io/truecharts/piaware:v6.1@sha256:4ffa40f3e233273f4ea1dc0cfadc96e3a3d705452abd2295d2d51e1b2f7722cd (debian 10.11)
#### Container: tccr.io/truecharts/piaware:v6.1@sha256:90c33cdb151db69adbfebad85c0ab8b252092348e550db30080afb3ae7bf0d07 (debian 10.11)
**debian**
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="readarr-9.0.40"></a>
### [readarr-9.0.40](https://github.com/truecharts/apps/compare/readarr-9.0.39...readarr-9.0.40) (2021-12-20)
#### Chore
* update docker general non-major ([#1581](https://github.com/truecharts/apps/issues/1581))
<a name="readarr-9.0.39"></a>
### [readarr-9.0.39](https://github.com/truecharts/apps/compare/readarr-9.0.38...readarr-9.0.39) (2021-12-19)
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.1.0.1137"
appVersion: "0.1.0.1142"
dependencies:
- name: common
repository: https://truecharts.org
+1 -1
View File
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/readarr"` | |
| image.tag | string | `"v0.1.0.1137@sha256:4171740238946c892ca97d4291bbf844d24d1d07bca82a198edf15ce2363a3f8"` | |
| image.tag | string | `"v0.1.0.1142@sha256:07af91b94315501183f3d55bb9e92ef33d0fa6da6aa76abe38df4f7b264c201f"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| probes.liveness.custom | bool | `true` | |
File diff suppressed because one or more lines are too long
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="recipes-5.0.3"></a>
### [recipes-5.0.3](https://github.com/truecharts/apps/compare/recipes-5.0.2...recipes-5.0.3) (2021-12-20)
#### Chore
* update docker general non-major ([#1581](https://github.com/truecharts/apps/issues/1581))
<a name="recipes-5.0.2"></a>
### [recipes-5.0.2](https://github.com/truecharts/apps/compare/recipes-5.0.1...recipes-5.0.2) (2021-12-19)
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.0.2"
appVersion: "1.0.3"
description: Recipes is a Django application to manage, tag and search recipes using either built in models or external storage providers hosting PDF's, Images or other files.
name: recipes
version: 5.0.3
+1 -1
View File
@@ -32,7 +32,7 @@ You will, however, be able to use all values referenced in the common chart here
| envValueFrom.SECRET_KEY.secretKeyRef.name | string | `"recipes-secrets"` | |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"tccr.io/truecharts/recipes"` | image repository |
| image.tag | string | `"v1.0.2@sha256:d61f230769c64948f1b2c56ec189666bb08821b02f383f4e0c299c35d2542cbc"` | image tag |
| image.tag | string | `"v1.0.3@sha256:293f8d08b8326899e9ce0f4c4c8ffac521c22f168290ddfa0db1da0b81bda296"` | image tag |
| nginxImage.repository | string | `"tccr.io/truecharts/nginx"` | nginx sidecar image repository |
| nginxImage.tag | string | `"v1.21.4@sha256:81b9486bd8b0f8c9d933013a4b4a6267463625e0dcc756c01ec766ba386f6c93"` | nginx sidecar image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
+6 -9
View File
@@ -74,7 +74,7 @@ hide:
tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c
tccr.io/truecharts/postgresql:v14.1.0@sha256:7ad9b2cbcb614f0c2409c401804da15ccf82e7072acffa0b6aca1dcbf72a6018
tccr.io/truecharts/recipes:v1.0.2@sha256:d61f230769c64948f1b2c56ec189666bb08821b02f383f4e0c299c35d2542cbc
tccr.io/truecharts/recipes:v1.0.3@sha256:293f8d08b8326899e9ce0f4c4c8ffac521c22f168290ddfa0db1da0b81bda296
- 'tccr.io/truecharts/nginx:v1.21.4@sha256:81b9486bd8b0f8c9d933013a4b4a6267463625e0dcc756c01ec766ba386f6c93'
tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c
tccr.io/truecharts/postgresql:v14.1.0@sha256:7ad9b2cbcb614f0c2409c401804da15ccf82e7072acffa0b6aca1dcbf72a6018
@@ -330,7 +330,7 @@ hide:
#### Container: tccr.io/truecharts/recipes:v1.0.2@sha256:d61f230769c64948f1b2c56ec189666bb08821b02f383f4e0c299c35d2542cbc (alpine 3.12.7)
#### Container: tccr.io/truecharts/recipes:v1.0.3@sha256:293f8d08b8326899e9ce0f4c4c8ffac521c22f168290ddfa0db1da0b81bda296 (alpine 3.12.7)
**alpine**
@@ -376,18 +376,15 @@ hide:
| ansi-regex | CVE-2021-3807 | HIGH | 3.0.0 | 5.0.1, 6.0.1 | <details><summary>Expand...</summary><a href="https://app.snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908">https://app.snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908</a><br><a href="https://github.com/advisories/GHSA-93q8-gq69-wqmw">https://github.com/advisories/GHSA-93q8-gq69-wqmw</a><br><a href="https://github.com/chalk/ansi-regex/commit/8d1d7cdb586269882c4bdc1b7325d0c58c8f76f9">https://github.com/chalk/ansi-regex/commit/8d1d7cdb586269882c4bdc1b7325d0c58c8f76f9</a><br><a href="https://github.com/chalk/ansi-regex/issues/38#issuecomment-924086311">https://github.com/chalk/ansi-regex/issues/38#issuecomment-924086311</a><br><a href="https://github.com/chalk/ansi-regex/issues/38#issuecomment-925924774">https://github.com/chalk/ansi-regex/issues/38#issuecomment-925924774</a><br><a href="https://huntr.dev/bounties/5b3cf33b-ede0-4398-9974-800876dfd994">https://huntr.dev/bounties/5b3cf33b-ede0-4398-9974-800876dfd994</a><br><a href="https://linux.oracle.com/cve/CVE-2021-3807.html">https://linux.oracle.com/cve/CVE-2021-3807.html</a><br><a href="https://linux.oracle.com/errata/ELSA-2021-5171.html">https://linux.oracle.com/errata/ELSA-2021-5171.html</a><br><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-3807">https://nvd.nist.gov/vuln/detail/CVE-2021-3807</a><br></details> |
| ansi-regex | CVE-2021-3807 | HIGH | 4.1.0 | 5.0.1, 6.0.1 | <details><summary>Expand...</summary><a href="https://app.snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908">https://app.snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908</a><br><a href="https://github.com/advisories/GHSA-93q8-gq69-wqmw">https://github.com/advisories/GHSA-93q8-gq69-wqmw</a><br><a href="https://github.com/chalk/ansi-regex/commit/8d1d7cdb586269882c4bdc1b7325d0c58c8f76f9">https://github.com/chalk/ansi-regex/commit/8d1d7cdb586269882c4bdc1b7325d0c58c8f76f9</a><br><a href="https://github.com/chalk/ansi-regex/issues/38#issuecomment-924086311">https://github.com/chalk/ansi-regex/issues/38#issuecomment-924086311</a><br><a href="https://github.com/chalk/ansi-regex/issues/38#issuecomment-925924774">https://github.com/chalk/ansi-regex/issues/38#issuecomment-925924774</a><br><a href="https://huntr.dev/bounties/5b3cf33b-ede0-4398-9974-800876dfd994">https://huntr.dev/bounties/5b3cf33b-ede0-4398-9974-800876dfd994</a><br><a href="https://linux.oracle.com/cve/CVE-2021-3807.html">https://linux.oracle.com/cve/CVE-2021-3807.html</a><br><a href="https://linux.oracle.com/errata/ELSA-2021-5171.html">https://linux.oracle.com/errata/ELSA-2021-5171.html</a><br><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-3807">https://nvd.nist.gov/vuln/detail/CVE-2021-3807</a><br></details> |
| glob-parent | CVE-2020-28469 | HIGH | 3.1.0 | 5.1.2 | <details><summary>Expand...</summary><a href="https://github.com/advisories/GHSA-ww39-953v-wcq6">https://github.com/advisories/GHSA-ww39-953v-wcq6</a><br><a href="https://github.com/gulpjs/glob-parent/blob/6ce8d11f2f1ed8e80a9526b1dc8cf3aa71f43474/index.js%23L9">https://github.com/gulpjs/glob-parent/blob/6ce8d11f2f1ed8e80a9526b1dc8cf3aa71f43474/index.js%23L9</a><br><a href="https://github.com/gulpjs/glob-parent/pull/36">https://github.com/gulpjs/glob-parent/pull/36</a><br><a href="https://github.com/gulpjs/glob-parent/releases/tag/v5.1.2">https://github.com/gulpjs/glob-parent/releases/tag/v5.1.2</a><br><a href="https://linux.oracle.com/cve/CVE-2020-28469.html">https://linux.oracle.com/cve/CVE-2020-28469.html</a><br><a href="https://linux.oracle.com/errata/ELSA-2021-5171.html">https://linux.oracle.com/errata/ELSA-2021-5171.html</a><br><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-28469">https://nvd.nist.gov/vuln/detail/CVE-2020-28469</a><br><a href="https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSBOWERGITHUBES128-1059093">https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSBOWERGITHUBES128-1059093</a><br><a href="https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1059092">https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1059092</a><br><a href="https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905">https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905</a><br></details> |
| json-schema | CVE-2021-3918 | CRITICAL | 0.2.3 | 0.4.0 | <details><summary>Expand...</summary><a href="https://github.com/advisories/GHSA-896r-f27r-55mw">https://github.com/advisories/GHSA-896r-f27r-55mw</a><br><a href="https://github.com/kriszyp/json-schema/commit/22f146111f541d9737e832823699ad3528ca7741">https://github.com/kriszyp/json-schema/commit/22f146111f541d9737e832823699ad3528ca7741</a><br><a href="https://github.com/kriszyp/json-schema/commit/b62f1da1ff5442f23443d6be6a92d00e65cba93a">https://github.com/kriszyp/json-schema/commit/b62f1da1ff5442f23443d6be6a92d00e65cba93a</a><br><a href="https://github.com/kriszyp/json-schema/commit/f6f6a3b02d667aa4ba2d5d50cc19208c4462abfa">https://github.com/kriszyp/json-schema/commit/f6f6a3b02d667aa4ba2d5d50cc19208c4462abfa</a><br><a href="https://huntr.dev/bounties/bb6ccd63-f505-4e3a-b55f-cd2662c261a9">https://huntr.dev/bounties/bb6ccd63-f505-4e3a-b55f-cd2662c261a9</a><br><a href="https://linux.oracle.com/cve/CVE-2021-3918.html">https://linux.oracle.com/cve/CVE-2021-3918.html</a><br><a href="https://linux.oracle.com/errata/ELSA-2021-5171.html">https://linux.oracle.com/errata/ELSA-2021-5171.html</a><br><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-3918">https://nvd.nist.gov/vuln/detail/CVE-2021-3918</a><br></details> |
| json-schema | CVE-2021-3918 | CRITICAL | 0.3.0 | 0.4.0 | <details><summary>Expand...</summary><a href="https://github.com/advisories/GHSA-896r-f27r-55mw">https://github.com/advisories/GHSA-896r-f27r-55mw</a><br><a href="https://github.com/kriszyp/json-schema/commit/22f146111f541d9737e832823699ad3528ca7741">https://github.com/kriszyp/json-schema/commit/22f146111f541d9737e832823699ad3528ca7741</a><br><a href="https://github.com/kriszyp/json-schema/commit/b62f1da1ff5442f23443d6be6a92d00e65cba93a">https://github.com/kriszyp/json-schema/commit/b62f1da1ff5442f23443d6be6a92d00e65cba93a</a><br><a href="https://github.com/kriszyp/json-schema/commit/f6f6a3b02d667aa4ba2d5d50cc19208c4462abfa">https://github.com/kriszyp/json-schema/commit/f6f6a3b02d667aa4ba2d5d50cc19208c4462abfa</a><br><a href="https://huntr.dev/bounties/bb6ccd63-f505-4e3a-b55f-cd2662c261a9">https://huntr.dev/bounties/bb6ccd63-f505-4e3a-b55f-cd2662c261a9</a><br><a href="https://linux.oracle.com/cve/CVE-2021-3918.html">https://linux.oracle.com/cve/CVE-2021-3918.html</a><br><a href="https://linux.oracle.com/errata/ELSA-2021-5171.html">https://linux.oracle.com/errata/ELSA-2021-5171.html</a><br><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-3918">https://nvd.nist.gov/vuln/detail/CVE-2021-3918</a><br></details> |
| nth-check | CVE-2021-3803 | HIGH | 1.0.2 | 2.0.1 | <details><summary>Expand...</summary><a href="https://github.com/advisories/GHSA-rp65-9cf3-cjxr">https://github.com/advisories/GHSA-rp65-9cf3-cjxr</a><br><a href="https://github.com/fb55/nth-check/commit/9894c1d2010870c351f66c6f6efcf656e26bb726">https://github.com/fb55/nth-check/commit/9894c1d2010870c351f66c6f6efcf656e26bb726</a><br><a href="https://huntr.dev/bounties/8cf8cc06-d2cf-4b4e-b42c-99fafb0b04d0">https://huntr.dev/bounties/8cf8cc06-d2cf-4b4e-b42c-99fafb0b04d0</a><br><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-3803">https://nvd.nist.gov/vuln/detail/CVE-2021-3803</a><br></details> |
**python-pkg**
| Package | Vulnerability | Severity | Installed Version | Fixed Version | Links |
|:----------------|:------------------:|:-----------:|:------------------:|:-------------:|-----------------------------------------|
| Django | CVE-2021-44420 | HIGH | 3.2.9 | 3.2.10, 3.1.14, 2.2.25 | <details><summary>Expand...</summary><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44420">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44420</a><br><a href="https://docs.djangoproject.com/en/3.2/releases/security/">https://docs.djangoproject.com/en/3.2/releases/security/</a><br><a href="https://github.com/advisories/GHSA-v6rh-hp5x-86rv">https://github.com/advisories/GHSA-v6rh-hp5x-86rv</a><br><a href="https://github.com/django/django/commit/d4dcd5b9dd9e462fec8220e33e3e6c822b7e88a6">https://github.com/django/django/commit/d4dcd5b9dd9e462fec8220e33e3e6c822b7e88a6</a><br><a href="https://groups.google.com/forum/#!forum/django-announce">https://groups.google.com/forum/#!forum/django-announce</a><br><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-44420">https://nvd.nist.gov/vuln/detail/CVE-2021-44420</a><br><a href="https://ubuntu.com/security/notices/USN-5178-1">https://ubuntu.com/security/notices/USN-5178-1</a><br><a href="https://www.djangoproject.com/weblog/2021/dec/07/security-releases/">https://www.djangoproject.com/weblog/2021/dec/07/security-releases/</a><br><a href="https://www.openwall.com/lists/oss-security/2021/12/07/1">https://www.openwall.com/lists/oss-security/2021/12/07/1</a><br></details> |
| lxml | CVE-2021-43818 | HIGH | 4.6.3 | 4.6.5 | <details><summary>Expand...</summary><a href="https://github.com/advisories/GHSA-55x5-fj6c-h6m8">https://github.com/advisories/GHSA-55x5-fj6c-h6m8</a><br><a href="https://github.com/lxml/lxml/blob/lxml-4.6.5/CHANGES.txt">https://github.com/lxml/lxml/blob/lxml-4.6.5/CHANGES.txt</a><br><a href="https://github.com/lxml/lxml/commit/12fa9669007180a7bb87d990c375cf91ca5b664a">https://github.com/lxml/lxml/commit/12fa9669007180a7bb87d990c375cf91ca5b664a</a><br><a href="https://github.com/lxml/lxml/commit/a3eacbc0dcf1de1c822ec29fb7d090a4b1712a9c#diff-59130575b4fb2932c957db2922977d7d89afb0b2085357db1a14615a2fcad776">https://github.com/lxml/lxml/commit/a3eacbc0dcf1de1c822ec29fb7d090a4b1712a9c#diff-59130575b4fb2932c957db2922977d7d89afb0b2085357db1a14615a2fcad776</a><br><a href="https://github.com/lxml/lxml/commit/f2330237440df7e8f39c3ad1b1aa8852be3b27c0">https://github.com/lxml/lxml/commit/f2330237440df7e8f39c3ad1b1aa8852be3b27c0</a><br><a href="https://github.com/lxml/lxml/security/advisories/GHSA-55x5-fj6c-h6m8">https://github.com/lxml/lxml/security/advisories/GHSA-55x5-fj6c-h6m8</a><br><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-43818">https://nvd.nist.gov/vuln/detail/CVE-2021-43818</a><br></details> |
| python-ldap | GHSA-r8wq-qrxc-hmcm | MEDIUM | 3.3.1 | 3.4.0 | <details><summary>Expand...</summary><a href="https://github.com/advisories/GHSA-r8wq-qrxc-hmcm">https://github.com/advisories/GHSA-r8wq-qrxc-hmcm</a><br><a href="https://github.com/python-ldap/python-ldap/issues/424">https://github.com/python-ldap/python-ldap/issues/424</a><br><a href="https://github.com/python-ldap/python-ldap/security/advisories/GHSA-r8wq-qrxc-hmcm">https://github.com/python-ldap/python-ldap/security/advisories/GHSA-r8wq-qrxc-hmcm</a><br></details> |
| No Vulnerabilities found |
|:---------------------------------|
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="whoogle-1.0.26"></a>
### [whoogle-1.0.26](https://github.com/truecharts/apps/compare/whoogle-1.0.25...whoogle-1.0.26) (2021-12-20)
#### Chore
* update docker general non-major ([#1581](https://github.com/truecharts/apps/issues/1581))
<a name="whoogle-1.0.25"></a>
### [whoogle-1.0.25](https://github.com/truecharts/apps/compare/whoogle-1.0.24...whoogle-1.0.25) (2021-12-19)
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.6.0"
appVersion: "0.7.0"
dependencies:
- name: common
repository: https://truecharts.org
+1 -1
View File
@@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"tccr.io/truecharts/whoogle-search"` | image repository |
| image.tag | string | `"v0.6.0@sha256:3eeb08a974169f6f1abd884d0923a86d594f9d41c881c7558cb1cbe8dfeb454f"` | image tag |
| image.tag | string | `"v0.7.0@sha256:d48b7433fa86fbcee3fbee1e8e58ce78bd5bc52cd3a7422c05058d63207bd27c"` | image tag |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| podSecurityContext.runAsGroup | int | `0` | |
+2 -2
View File
@@ -37,7 +37,7 @@ hide:
##### Detected Containers
tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c
tccr.io/truecharts/whoogle-search:v0.6.0@sha256:3eeb08a974169f6f1abd884d0923a86d594f9d41c881c7558cb1cbe8dfeb454f
tccr.io/truecharts/whoogle-search:v0.7.0@sha256:d48b7433fa86fbcee3fbee1e8e58ce78bd5bc52cd3a7422c05058d63207bd27c
##### Scan Results
@@ -74,7 +74,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></details> |
#### Container: tccr.io/truecharts/whoogle-search:v0.6.0@sha256:3eeb08a974169f6f1abd884d0923a86d594f9d41c881c7558cb1cbe8dfeb454f (debian 11.1)
#### Container: tccr.io/truecharts/whoogle-search:v0.7.0@sha256:d48b7433fa86fbcee3fbee1e8e58ce78bd5bc52cd3a7422c05058d63207bd27c (debian 11.1)
**debian**
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="wikijs-4.0.16"></a>
### [wikijs-4.0.16](https://github.com/truecharts/apps/compare/wikijs-4.0.15...wikijs-4.0.16) (2021-12-20)
#### Chore
* update docker general non-major ([#1581](https://github.com/truecharts/apps/issues/1581))
<a name="wikijs-4.0.15"></a>
### [wikijs-4.0.15](https://github.com/truecharts/apps/compare/wikijs-4.0.14...wikijs-4.0.15) (2021-12-19)
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "2.5.255"
appVersion: "2.5.260"
description: Make documentation a joy to write using Wiki.js's beautiful and intuitive interface!
name: wikijs
version: 4.0.16
+1 -1
View File
@@ -19,7 +19,7 @@ You will, however, be able to use all values referenced in the common chart here
| envValueFrom.DB_PASS.secretKeyRef.name | string | `"dbcreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"tccr.io/truecharts/wikijs"` | image repository |
| image.tag | string | `"v2.5.255@sha256:0eba2ff85e7cc877e9036d0b47e98e2a83c65998575908f7e9cddc626f2b8902"` | image tag |
| image.tag | string | `"v2.5.260@sha256:49e014e4774c5cbbbcc9327f437224b748547859ca540211e63051ed60461c5b"` | image tag |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| postgresql.enabled | bool | `true` | |
+2 -2
View File
@@ -62,7 +62,7 @@ hide:
tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c
tccr.io/truecharts/postgresql:v14.1.0@sha256:7ad9b2cbcb614f0c2409c401804da15ccf82e7072acffa0b6aca1dcbf72a6018
tccr.io/truecharts/wikijs:v2.5.255@sha256:0eba2ff85e7cc877e9036d0b47e98e2a83c65998575908f7e9cddc626f2b8902
tccr.io/truecharts/wikijs:v2.5.260@sha256:49e014e4774c5cbbbcc9327f437224b748547859ca540211e63051ed60461c5b
tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c
tccr.io/truecharts/postgresql:v14.1.0@sha256:7ad9b2cbcb614f0c2409c401804da15ccf82e7072acffa0b6aca1dcbf72a6018
@@ -317,7 +317,7 @@ hide:
#### Container: tccr.io/truecharts/wikijs:v2.5.255@sha256:0eba2ff85e7cc877e9036d0b47e98e2a83c65998575908f7e9cddc626f2b8902 (alpine 3.14.3)
#### Container: tccr.io/truecharts/wikijs:v2.5.260@sha256:49e014e4774c5cbbbcc9327f437224b748547859ca540211e63051ed60461c5b (alpine 3.14.3)
**alpine**
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="zwavejs2mqtt-9.0.32"></a>
### [zwavejs2mqtt-9.0.32](https://github.com/truecharts/apps/compare/zwavejs2mqtt-9.0.31...zwavejs2mqtt-9.0.32) (2021-12-20)
#### Chore
* update docker general non-major ([#1581](https://github.com/truecharts/apps/issues/1581))
<a name="zwavejs2mqtt-9.0.31"></a>
### [zwavejs2mqtt-9.0.31](https://github.com/truecharts/apps/compare/zwavejs2mqtt-9.0.30...zwavejs2mqtt-9.0.31) (2021-12-19)
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "6.1.0"
appVersion: "6.1.1"
dependencies:
- name: common
repository: https://truecharts.org
+1 -1
View File
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/zwavejs2mqtt"` | |
| image.tag | string | `"v6.1.0@sha256:a32bf85046c00acd3e9cd2a567c53902d9b83312514057ce3f845b037ffc1bc8"` | |
| image.tag | string | `"v6.1.1@sha256:ad47c3d74af78157d8d049695fb6d10a86f2a03040dc3b2695dbd83aa42f465d"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/usr/src/app/store"` | |
| probes.liveness.enabled | bool | `true` | |
+2 -2
View File
@@ -35,7 +35,7 @@ hide:
##### Detected Containers
tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c
tccr.io/truecharts/zwavejs2mqtt:v6.1.0@sha256:a32bf85046c00acd3e9cd2a567c53902d9b83312514057ce3f845b037ffc1bc8
tccr.io/truecharts/zwavejs2mqtt:v6.1.1@sha256:ad47c3d74af78157d8d049695fb6d10a86f2a03040dc3b2695dbd83aa42f465d
##### Scan Results
@@ -72,7 +72,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></details> |
#### Container: tccr.io/truecharts/zwavejs2mqtt:v6.1.0@sha256:a32bf85046c00acd3e9cd2a567c53902d9b83312514057ce3f845b037ffc1bc8 (alpine 3.12.7)
#### Container: tccr.io/truecharts/zwavejs2mqtt:v6.1.1@sha256:ad47c3d74af78157d8d049695fb6d10a86f2a03040dc3b2695dbd83aa42f465d (alpine 3.12.7)
**alpine**
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="prometheus-1.1.24"></a>
### [prometheus-1.1.24](https://github.com/truecharts/apps/compare/prometheus-1.1.23...prometheus-1.1.24) (2021-12-20)
#### Chore
* update docker general non-major ([#1581](https://github.com/truecharts/apps/issues/1581))
<a name="prometheus-1.1.23"></a>
### [prometheus-1.1.23](https://github.com/truecharts/apps/compare/prometheus-1.1.22...prometheus-1.1.23) (2021-12-19)
+2 -2
View File
@@ -88,7 +88,7 @@ You will, however, be able to use all values referenced in the common chart here
| alertmanager.volumeMounts | list | `[]` | |
| alertmanager.volumes | list | `[]` | |
| alertmanagerImage.repository | string | `"tccr.io/truecharts/alertmanager"` | |
| alertmanagerImage.tag | string | `"v0.23.0@sha256:14da1eb318cca2e5a64677560f04d88089c1d24082ba2047296e88c8a8b99f90"` | |
| alertmanagerImage.tag | string | `"v0.23.0@sha256:a60e78b7c55a3a4f541e93471b521ee183bd299bd6a1631e300dc1ddda02f8f1"` | |
| coreDns.enabled | bool | `true` | |
| coreDns.namespace | string | `"kube-system"` | |
| coreDns.service.enabled | bool | `true` | |
@@ -317,7 +317,7 @@ You will, however, be able to use all values referenced in the common chart here
| prometheus.volumes | list | `[]` | |
| prometheus.walCompression | bool | `false` | |
| prometheusImage.repository | string | `"tccr.io/truecharts/prometheus"` | |
| prometheusImage.tag | string | `"v2.32.1@sha256:8b2bdce4ad2ce34042d3f6749499ede919bf924ef3c67d6b820d6ce8cb438a6a"` | |
| prometheusImage.tag | string | `"v2.32.1@sha256:4f9d5b933b1576a91d857c1289c350e3ba0d67928d4a86d0fc62d16c28ed19f0"` | |
| rbac | object | `{"enabled":true,"rules":[{"apiGroups":["apiextensions.k8s.io"],"resources":["customresourcedefinitions"],"verbs":["create"]},{"apiGroups":["apiextensions.k8s.io"],"resourceNames":["alertmanagers.monitoring.coreos.com","podmonitors.monitoring.coreos.com","prometheuses.monitoring.coreos.com","prometheusrules.monitoring.coreos.com","servicemonitors.monitoring.coreos.com","thanosrulers.monitoring.coreos.com","probes.monitoring.coreos.com"],"resources":["customresourcedefinitions"],"verbs":["get","update"]},{"apiGroups":["monitoring.coreos.com"],"resources":["alertmanagers","alertmanagers/finalizers","alertmanagerconfigs","prometheuses","prometheuses/finalizers","thanosrulers","thanosrulers/finalizers","servicemonitors","podmonitors","probes","prometheusrules"],"verbs":["*"]},{"apiGroups":["apps"],"resources":["statefulsets"],"verbs":["*"]},{"apiGroups":[""],"resources":["configmaps","secrets"],"verbs":["*"]},{"apiGroups":[""],"resources":["pods"],"verbs":["list","delete"]},{"apiGroups":[""],"resources":["services","services/finalizers","endpoints"],"verbs":["get","create","update","delete"]},{"apiGroups":[""],"resources":["nodes"],"verbs":["list","watch"]},{"apiGroups":[""],"resources":["namespaces"],"verbs":["get","list","watch"]},{"apiGroups":["networking.k8s.io"],"resources":["ingresses"],"verbs":["get","list","watch"]}]}` | Whether Role Based Access Control objects like roles and rolebindings should be created |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| service.alertmanager.enabled | bool | `true` | |
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="babybuddy-5.0.22"></a>
### [babybuddy-5.0.22](https://github.com/truecharts/apps/compare/babybuddy-5.0.21...babybuddy-5.0.22) (2021-12-20)
#### Chore
* update docker general non-major ([#1581](https://github.com/truecharts/apps/issues/1581))
<a name="babybuddy-5.0.21"></a>
### [babybuddy-5.0.21](https://github.com/truecharts/apps/compare/babybuddy-5.0.20...babybuddy-5.0.21) (2021-12-19)
+1 -1
View File
@@ -21,7 +21,7 @@ You will, however, be able to use all values referenced in the common chart here
| envValueFrom.DB_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/babybuddy"` | |
| image.tag | string | `"v1.9.3@sha256:efee4db1808bf46d4427434c002536cb8558e8709e2cfcb63ef4632a8683e33a"` | |
| image.tag | string | `"v1.9.3@sha256:254668977f7efbf6e631b3a5155744a7ce194075b7336ad0f136e5d5e4de3077"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.varrun.enabled | bool | `true` | |
+1 -1
View File
@@ -62,7 +62,7 @@ hide:
tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c
tccr.io/truecharts/postgresql:v14.1.0@sha256:7ad9b2cbcb614f0c2409c401804da15ccf82e7072acffa0b6aca1dcbf72a6018
tccr.io/truecharts/babybuddy:v1.9.3@sha256:efee4db1808bf46d4427434c002536cb8558e8709e2cfcb63ef4632a8683e33a
tccr.io/truecharts/babybuddy:v1.9.3@sha256:254668977f7efbf6e631b3a5155744a7ce194075b7336ad0f136e5d5e4de3077
tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c
tccr.io/truecharts/postgresql:v14.1.0@sha256:7ad9b2cbcb614f0c2409c401804da15ccf82e7072acffa0b6aca1dcbf72a6018
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="custom-app-3.0.44"></a>
### [custom-app-3.0.44](https://github.com/truecharts/apps/compare/custom-app-3.0.43...custom-app-3.0.44) (2021-12-20)
#### Chore
* update docker general non-major ([#1581](https://github.com/truecharts/apps/issues/1581))
<a name="custom-app-3.0.43"></a>
### [custom-app-3.0.43](https://github.com/truecharts/apps/compare/custom-app-3.0.42...custom-app-3.0.43) (2021-12-19)
+1 -1
View File
@@ -13,6 +13,6 @@ You will, however, be able to use all values referenced in the common chart here
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/jackett"` | |
| image.tag | string | `"v0.20.178@sha256:92afd9300ad1a8c57d9a8e66f3838db6b261e7f8008c1e469025b4fe10dfcd6f"` | |
| image.tag | string | `"v0.20.184@sha256:193e7d217e0e92cf8f0ebfb6b0886ebfd6158b7714c8443168dfe861d5bb2a6f"` | |
All Rights Reserved - The TrueCharts Project
File diff suppressed because one or more lines are too long
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="grafana-2.0.10"></a>
### [grafana-2.0.10](https://github.com/truecharts/apps/compare/grafana-2.0.9...grafana-2.0.10) (2021-12-20)
#### Chore
* update docker general non-major ([#1581](https://github.com/truecharts/apps/issues/1581))
<a name="grafana-2.0.9"></a>
### [grafana-2.0.9](https://github.com/truecharts/apps/compare/grafana-2.0.8...grafana-2.0.9) (2021-12-19)
+1 -1
View File
@@ -22,7 +22,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.GF_PATHS_PROVISIONING | string | `"/opt/bitnami/grafana/conf/provisioning"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/grafana"` | |
| image.tag | string | `"v8.3.3@sha256:cef512df2d702a033ddf068ec74b4565463dba62f9dd907e5474a112761beb98"` | |
| image.tag | string | `"v8.3.3@sha256:92208b72a61947a965cf52d9e2e876f73fea0ef761ada9b3ba8a7f59e7c31e63"` | |
| metrics.enabled | bool | See values.yaml | Enable and configure a Prometheus serviceMonitor for the chart under this key. |
| metrics.prometheusRule | object | See values.yaml | Enable and configure Prometheus Rules for the chart under this key. |
| metrics.prometheusRule.rules | list | See prometheusrules.yaml | Configure additionial rules for the chart under this key. |
+2 -2
View File
@@ -35,7 +35,7 @@ hide:
##### Detected Containers
tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c
tccr.io/truecharts/grafana:v8.3.3@sha256:cef512df2d702a033ddf068ec74b4565463dba62f9dd907e5474a112761beb98
tccr.io/truecharts/grafana:v8.3.3@sha256:92208b72a61947a965cf52d9e2e876f73fea0ef761ada9b3ba8a7f59e7c31e63
##### Scan Results
@@ -72,7 +72,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></details> |
#### Container: tccr.io/truecharts/grafana:v8.3.3@sha256:cef512df2d702a033ddf068ec74b4565463dba62f9dd907e5474a112761beb98 (debian 10.11)
#### Container: tccr.io/truecharts/grafana:v8.3.3@sha256:92208b72a61947a965cf52d9e2e876f73fea0ef761ada9b3ba8a7f59e7c31e63 (debian 10.11)
**debian**
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="jackett-9.0.53"></a>
### [jackett-9.0.53](https://github.com/truecharts/apps/compare/jackett-9.0.52...jackett-9.0.53) (2021-12-20)
#### Chore
* update docker general non-major ([#1581](https://github.com/truecharts/apps/issues/1581))
<a name="jackett-9.0.52"></a>
### [jackett-9.0.52](https://github.com/truecharts/apps/compare/jackett-9.0.51...jackett-9.0.52) (2021-12-19)
+1 -1
View File
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/jackett"` | |
| image.tag | string | `"v0.20.178@sha256:92afd9300ad1a8c57d9a8e66f3838db6b261e7f8008c1e469025b4fe10dfcd6f"` | |
| image.tag | string | `"v0.20.184@sha256:193e7d217e0e92cf8f0ebfb6b0886ebfd6158b7714c8443168dfe861d5bb2a6f"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| probes.liveness.path | string | `"/UI/Login"` | |
File diff suppressed because one or more lines are too long
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="lidarr-9.0.28"></a>
### [lidarr-9.0.28](https://github.com/truecharts/apps/compare/lidarr-9.0.27...lidarr-9.0.28) (2021-12-20)
#### Chore
* update docker general non-major ([#1581](https://github.com/truecharts/apps/issues/1581))
<a name="lidarr-9.0.27"></a>
### [lidarr-9.0.27](https://github.com/truecharts/apps/compare/lidarr-9.0.26...lidarr-9.0.27) (2021-12-19)
+1 -1
View File
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/lidarr"` | |
| image.tag | string | `"v1.0.0.2378@sha256:49ea0ece73538104491bb96451acf2c144edd21b47cb312f8b5ec57f4044828f"` | |
| image.tag | string | `"v1.0.0.2385@sha256:1b42a728ebc601951969c05792df39d67878b328b818a402f699807c19c5d444"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| probes.liveness.custom | bool | `true` | |
File diff suppressed because one or more lines are too long
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="minio-console-1.0.31"></a>
### [minio-console-1.0.31](https://github.com/truecharts/apps/compare/minio-console-1.0.30...minio-console-1.0.31) (2021-12-20)
#### Chore
* update docker general non-major ([#1581](https://github.com/truecharts/apps/issues/1581))
<a name="minio-console-1.0.30"></a>
### [minio-console-1.0.30](https://github.com/truecharts/apps/compare/minio-console-1.0.29...minio-console-1.0.30) (2021-12-19)
@@ -17,7 +17,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"tccr.io/truecharts/minio-console"` | image repository |
| image.tag | string | `"v0.12.8@sha256:9e4adb0c2b35253cb3a9d11ce114828784e505b305807da5ef1042803c785ae5"` | image tag |
| image.tag | string | `"v0.12.9@sha256:33948ab691ad3961de9a805510903f361a167ce32cc92a55ca4bd1053e2f7a7e"` | image tag |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.varrun.enabled | bool | `true` | |
+5 -5
View File
@@ -35,7 +35,7 @@ hide:
##### Detected Containers
tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c
tccr.io/truecharts/minio-console:v0.12.8@sha256:9e4adb0c2b35253cb3a9d11ce114828784e505b305807da5ef1042803c785ae5
tccr.io/truecharts/minio-console:v0.12.9@sha256:33948ab691ad3961de9a805510903f361a167ce32cc92a55ca4bd1053e2f7a7e
##### Scan Results
@@ -72,7 +72,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></details> |
#### Container: tccr.io/truecharts/minio-console:v0.12.8@sha256:9e4adb0c2b35253cb3a9d11ce114828784e505b305807da5ef1042803c785ae5 (redhat 8.5)
#### Container: tccr.io/truecharts/minio-console:v0.12.9@sha256:33948ab691ad3961de9a805510903f361a167ce32cc92a55ca4bd1053e2f7a7e (redhat 8.5)
**redhat**
@@ -140,9 +140,9 @@ hide:
| sqlite-libs | CVE-2019-19244 | LOW | 3.26.0-15.el8 | | <details><summary>Expand...</summary><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19244">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19244</a><br><a href="https://github.com/sqlite/sqlite/commit/e59c562b3f6894f84c715772c4b116d7b5c01348">https://github.com/sqlite/sqlite/commit/e59c562b3f6894f84c715772c4b116d7b5c01348</a><br><a href="https://ubuntu.com/security/notices/USN-4205-1">https://ubuntu.com/security/notices/USN-4205-1</a><br><a href="https://usn.ubuntu.com/4205-1/">https://usn.ubuntu.com/4205-1/</a><br><a href="https://www.oracle.com/security-alerts/cpuapr2020.html">https://www.oracle.com/security-alerts/cpuapr2020.html</a><br></details> |
| sqlite-libs | CVE-2019-9936 | LOW | 3.26.0-15.el8 | | <details><summary>Expand...</summary><a href="http://lists.opensuse.org/opensuse-security-announce/2019-05/msg00026.html">http://lists.opensuse.org/opensuse-security-announce/2019-05/msg00026.html</a><br><a href="http://www.securityfocus.com/bid/107562">http://www.securityfocus.com/bid/107562</a><br><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9936">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9936</a><br><a href="https://lists.debian.org/debian-lts-announce/2020/08/msg00037.html">https://lists.debian.org/debian-lts-announce/2020/08/msg00037.html</a><br><a href="https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EXD2GYJVTDGEQPUNMMMC5TB7MQXOBBMO/">https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EXD2GYJVTDGEQPUNMMMC5TB7MQXOBBMO/</a><br><a href="https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/N66U5PY5UJU4XBFZJH7QNKIDNAVIB4OP/">https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/N66U5PY5UJU4XBFZJH7QNKIDNAVIB4OP/</a><br><a href="https://security.gentoo.org/glsa/201908-09">https://security.gentoo.org/glsa/201908-09</a><br><a href="https://security.netapp.com/advisory/ntap-20190416-0005/">https://security.netapp.com/advisory/ntap-20190416-0005/</a><br><a href="https://sqlite.org/src/info/b3fa58dd7403dbd4">https://sqlite.org/src/info/b3fa58dd7403dbd4</a><br><a href="https://ubuntu.com/security/notices/USN-4019-1">https://ubuntu.com/security/notices/USN-4019-1</a><br><a href="https://usn.ubuntu.com/4019-1/">https://usn.ubuntu.com/4019-1/</a><br><a href="https://www.mail-archive.com/sqlite-users@mailinglists.sqlite.org/msg114382.html">https://www.mail-archive.com/sqlite-users@mailinglists.sqlite.org/msg114382.html</a><br><a href="https://www.mail-archive.com/sqlite-users@mailinglists.sqlite.org/msg114394.html">https://www.mail-archive.com/sqlite-users@mailinglists.sqlite.org/msg114394.html</a><br><a href="https://www.oracle.com/security-alerts/cpujan2020.html">https://www.oracle.com/security-alerts/cpujan2020.html</a><br><a href="https://www.oracle.com/technetwork/security-advisory/cpuoct2019-5072832.html">https://www.oracle.com/technetwork/security-advisory/cpuoct2019-5072832.html</a><br></details> |
| sqlite-libs | CVE-2019-9937 | LOW | 3.26.0-15.el8 | | <details><summary>Expand...</summary><a href="http://lists.opensuse.org/opensuse-security-announce/2019-05/msg00026.html">http://lists.opensuse.org/opensuse-security-announce/2019-05/msg00026.html</a><br><a href="http://www.securityfocus.com/bid/107562">http://www.securityfocus.com/bid/107562</a><br><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9937">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9937</a><br><a href="https://lists.debian.org/debian-lts-announce/2020/08/msg00037.html">https://lists.debian.org/debian-lts-announce/2020/08/msg00037.html</a><br><a href="https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EXD2GYJVTDGEQPUNMMMC5TB7MQXOBBMO/">https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/EXD2GYJVTDGEQPUNMMMC5TB7MQXOBBMO/</a><br><a href="https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/N66U5PY5UJU4XBFZJH7QNKIDNAVIB4OP/">https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/N66U5PY5UJU4XBFZJH7QNKIDNAVIB4OP/</a><br><a href="https://security.gentoo.org/glsa/201908-09">https://security.gentoo.org/glsa/201908-09</a><br><a href="https://security.netapp.com/advisory/ntap-20190416-0005/">https://security.netapp.com/advisory/ntap-20190416-0005/</a><br><a href="https://sqlite.org/src/info/45c73deb440496e8">https://sqlite.org/src/info/45c73deb440496e8</a><br><a href="https://ubuntu.com/security/notices/USN-4019-1">https://ubuntu.com/security/notices/USN-4019-1</a><br><a href="https://usn.ubuntu.com/4019-1/">https://usn.ubuntu.com/4019-1/</a><br><a href="https://www.mail-archive.com/sqlite-users@mailinglists.sqlite.org/msg114383.html">https://www.mail-archive.com/sqlite-users@mailinglists.sqlite.org/msg114383.html</a><br><a href="https://www.mail-archive.com/sqlite-users@mailinglists.sqlite.org/msg114393.html">https://www.mail-archive.com/sqlite-users@mailinglists.sqlite.org/msg114393.html</a><br><a href="https://www.oracle.com/security-alerts/cpujan2020.html">https://www.oracle.com/security-alerts/cpujan2020.html</a><br><a href="https://www.oracle.com/technetwork/security-advisory/cpuoct2019-5072832.html">https://www.oracle.com/technetwork/security-advisory/cpuoct2019-5072832.html</a><br></details> |
| systemd | CVE-2018-20839 | MEDIUM | 239-51.el8 | | <details><summary>Expand...</summary><a href="http://www.securityfocus.com/bid/108389">http://www.securityfocus.com/bid/108389</a><br><a href="https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1803993">https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1803993</a><br><a href="https://github.com/systemd/systemd/commit/9725f1a10f80f5e0ae7d9b60547458622aeb322f">https://github.com/systemd/systemd/commit/9725f1a10f80f5e0ae7d9b60547458622aeb322f</a><br><a href="https://github.com/systemd/systemd/pull/12378">https://github.com/systemd/systemd/pull/12378</a><br><a href="https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E">https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E</a><br><a href="https://security.netapp.com/advisory/ntap-20190530-0002/">https://security.netapp.com/advisory/ntap-20190530-0002/</a><br></details> |
| systemd-libs | CVE-2018-20839 | MEDIUM | 239-51.el8 | | <details><summary>Expand...</summary><a href="http://www.securityfocus.com/bid/108389">http://www.securityfocus.com/bid/108389</a><br><a href="https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1803993">https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1803993</a><br><a href="https://github.com/systemd/systemd/commit/9725f1a10f80f5e0ae7d9b60547458622aeb322f">https://github.com/systemd/systemd/commit/9725f1a10f80f5e0ae7d9b60547458622aeb322f</a><br><a href="https://github.com/systemd/systemd/pull/12378">https://github.com/systemd/systemd/pull/12378</a><br><a href="https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E">https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E</a><br><a href="https://security.netapp.com/advisory/ntap-20190530-0002/">https://security.netapp.com/advisory/ntap-20190530-0002/</a><br></details> |
| systemd-pam | CVE-2018-20839 | MEDIUM | 239-51.el8 | | <details><summary>Expand...</summary><a href="http://www.securityfocus.com/bid/108389">http://www.securityfocus.com/bid/108389</a><br><a href="https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1803993">https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1803993</a><br><a href="https://github.com/systemd/systemd/commit/9725f1a10f80f5e0ae7d9b60547458622aeb322f">https://github.com/systemd/systemd/commit/9725f1a10f80f5e0ae7d9b60547458622aeb322f</a><br><a href="https://github.com/systemd/systemd/pull/12378">https://github.com/systemd/systemd/pull/12378</a><br><a href="https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E">https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E</a><br><a href="https://security.netapp.com/advisory/ntap-20190530-0002/">https://security.netapp.com/advisory/ntap-20190530-0002/</a><br></details> |
| systemd | CVE-2018-20839 | MEDIUM | 239-51.el8_5.3 | | <details><summary>Expand...</summary><a href="http://www.securityfocus.com/bid/108389">http://www.securityfocus.com/bid/108389</a><br><a href="https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1803993">https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1803993</a><br><a href="https://github.com/systemd/systemd/commit/9725f1a10f80f5e0ae7d9b60547458622aeb322f">https://github.com/systemd/systemd/commit/9725f1a10f80f5e0ae7d9b60547458622aeb322f</a><br><a href="https://github.com/systemd/systemd/pull/12378">https://github.com/systemd/systemd/pull/12378</a><br><a href="https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E">https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E</a><br><a href="https://security.netapp.com/advisory/ntap-20190530-0002/">https://security.netapp.com/advisory/ntap-20190530-0002/</a><br></details> |
| systemd-libs | CVE-2018-20839 | MEDIUM | 239-51.el8_5.3 | | <details><summary>Expand...</summary><a href="http://www.securityfocus.com/bid/108389">http://www.securityfocus.com/bid/108389</a><br><a href="https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1803993">https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1803993</a><br><a href="https://github.com/systemd/systemd/commit/9725f1a10f80f5e0ae7d9b60547458622aeb322f">https://github.com/systemd/systemd/commit/9725f1a10f80f5e0ae7d9b60547458622aeb322f</a><br><a href="https://github.com/systemd/systemd/pull/12378">https://github.com/systemd/systemd/pull/12378</a><br><a href="https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E">https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E</a><br><a href="https://security.netapp.com/advisory/ntap-20190530-0002/">https://security.netapp.com/advisory/ntap-20190530-0002/</a><br></details> |
| systemd-pam | CVE-2018-20839 | MEDIUM | 239-51.el8_5.3 | | <details><summary>Expand...</summary><a href="http://www.securityfocus.com/bid/108389">http://www.securityfocus.com/bid/108389</a><br><a href="https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1803993">https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1803993</a><br><a href="https://github.com/systemd/systemd/commit/9725f1a10f80f5e0ae7d9b60547458622aeb322f">https://github.com/systemd/systemd/commit/9725f1a10f80f5e0ae7d9b60547458622aeb322f</a><br><a href="https://github.com/systemd/systemd/pull/12378">https://github.com/systemd/systemd/pull/12378</a><br><a href="https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E">https://lists.apache.org/thread.html/rf9fa47ab66495c78bb4120b0754dd9531ca2ff0430f6685ac9b07772@%3Cdev.mina.apache.org%3E</a><br><a href="https://security.netapp.com/advisory/ntap-20190530-0002/">https://security.netapp.com/advisory/ntap-20190530-0002/</a><br></details> |
**gobinary**
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="piaware-4.0.30"></a>
### [piaware-4.0.30](https://github.com/truecharts/apps/compare/piaware-4.0.29...piaware-4.0.30) (2021-12-20)
#### Chore
* update docker general non-major ([#1581](https://github.com/truecharts/apps/issues/1581))
<a name="piaware-4.0.29"></a>
### [piaware-4.0.29](https://github.com/truecharts/apps/compare/piaware-4.0.28...piaware-4.0.29) (2021-12-19)
+1 -1
View File
@@ -16,7 +16,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"tccr.io/truecharts/piaware"` | image repository |
| image.tag | string | `"v6.1@sha256:4ffa40f3e233273f4ea1dc0cfadc96e3a3d705452abd2295d2d51e1b2f7722cd"` | image tag |
| image.tag | string | `"v6.1@sha256:90c33cdb151db69adbfebad85c0ab8b252092348e550db30080afb3ae7bf0d07"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
+2 -2
View File
@@ -37,7 +37,7 @@ hide:
##### Detected Containers
tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c
tccr.io/truecharts/piaware:v6.1@sha256:4ffa40f3e233273f4ea1dc0cfadc96e3a3d705452abd2295d2d51e1b2f7722cd
tccr.io/truecharts/piaware:v6.1@sha256:90c33cdb151db69adbfebad85c0ab8b252092348e550db30080afb3ae7bf0d07
##### Scan Results
@@ -74,7 +74,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></details> |
#### Container: tccr.io/truecharts/piaware:v6.1@sha256:4ffa40f3e233273f4ea1dc0cfadc96e3a3d705452abd2295d2d51e1b2f7722cd (debian 10.11)
#### Container: tccr.io/truecharts/piaware:v6.1@sha256:90c33cdb151db69adbfebad85c0ab8b252092348e550db30080afb3ae7bf0d07 (debian 10.11)
**debian**
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="readarr-9.0.40"></a>
### [readarr-9.0.40](https://github.com/truecharts/apps/compare/readarr-9.0.39...readarr-9.0.40) (2021-12-20)
#### Chore
* update docker general non-major ([#1581](https://github.com/truecharts/apps/issues/1581))
<a name="readarr-9.0.39"></a>
### [readarr-9.0.39](https://github.com/truecharts/apps/compare/readarr-9.0.38...readarr-9.0.39) (2021-12-19)
+1 -1
View File
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/readarr"` | |
| image.tag | string | `"v0.1.0.1137@sha256:4171740238946c892ca97d4291bbf844d24d1d07bca82a198edf15ce2363a3f8"` | |
| image.tag | string | `"v0.1.0.1142@sha256:07af91b94315501183f3d55bb9e92ef33d0fa6da6aa76abe38df4f7b264c201f"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| probes.liveness.custom | bool | `true` | |
File diff suppressed because one or more lines are too long
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="recipes-5.0.3"></a>
### [recipes-5.0.3](https://github.com/truecharts/apps/compare/recipes-5.0.2...recipes-5.0.3) (2021-12-20)
#### Chore
* update docker general non-major ([#1581](https://github.com/truecharts/apps/issues/1581))
<a name="recipes-5.0.2"></a>
### [recipes-5.0.2](https://github.com/truecharts/apps/compare/recipes-5.0.1...recipes-5.0.2) (2021-12-19)
+1 -1
View File
@@ -32,7 +32,7 @@ You will, however, be able to use all values referenced in the common chart here
| envValueFrom.SECRET_KEY.secretKeyRef.name | string | `"recipes-secrets"` | |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"tccr.io/truecharts/recipes"` | image repository |
| image.tag | string | `"v1.0.2@sha256:d61f230769c64948f1b2c56ec189666bb08821b02f383f4e0c299c35d2542cbc"` | image tag |
| image.tag | string | `"v1.0.3@sha256:293f8d08b8326899e9ce0f4c4c8ffac521c22f168290ddfa0db1da0b81bda296"` | image tag |
| nginxImage.repository | string | `"tccr.io/truecharts/nginx"` | nginx sidecar image repository |
| nginxImage.tag | string | `"v1.21.4@sha256:81b9486bd8b0f8c9d933013a4b4a6267463625e0dcc756c01ec766ba386f6c93"` | nginx sidecar image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
+6 -9
View File
@@ -74,7 +74,7 @@ hide:
tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c
tccr.io/truecharts/postgresql:v14.1.0@sha256:7ad9b2cbcb614f0c2409c401804da15ccf82e7072acffa0b6aca1dcbf72a6018
tccr.io/truecharts/recipes:v1.0.2@sha256:d61f230769c64948f1b2c56ec189666bb08821b02f383f4e0c299c35d2542cbc
tccr.io/truecharts/recipes:v1.0.3@sha256:293f8d08b8326899e9ce0f4c4c8ffac521c22f168290ddfa0db1da0b81bda296
- 'tccr.io/truecharts/nginx:v1.21.4@sha256:81b9486bd8b0f8c9d933013a4b4a6267463625e0dcc756c01ec766ba386f6c93'
tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c
tccr.io/truecharts/postgresql:v14.1.0@sha256:7ad9b2cbcb614f0c2409c401804da15ccf82e7072acffa0b6aca1dcbf72a6018
@@ -330,7 +330,7 @@ hide:
#### Container: tccr.io/truecharts/recipes:v1.0.2@sha256:d61f230769c64948f1b2c56ec189666bb08821b02f383f4e0c299c35d2542cbc (alpine 3.12.7)
#### Container: tccr.io/truecharts/recipes:v1.0.3@sha256:293f8d08b8326899e9ce0f4c4c8ffac521c22f168290ddfa0db1da0b81bda296 (alpine 3.12.7)
**alpine**
@@ -376,18 +376,15 @@ hide:
| ansi-regex | CVE-2021-3807 | HIGH | 3.0.0 | 5.0.1, 6.0.1 | <details><summary>Expand...</summary><a href="https://app.snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908">https://app.snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908</a><br><a href="https://github.com/advisories/GHSA-93q8-gq69-wqmw">https://github.com/advisories/GHSA-93q8-gq69-wqmw</a><br><a href="https://github.com/chalk/ansi-regex/commit/8d1d7cdb586269882c4bdc1b7325d0c58c8f76f9">https://github.com/chalk/ansi-regex/commit/8d1d7cdb586269882c4bdc1b7325d0c58c8f76f9</a><br><a href="https://github.com/chalk/ansi-regex/issues/38#issuecomment-924086311">https://github.com/chalk/ansi-regex/issues/38#issuecomment-924086311</a><br><a href="https://github.com/chalk/ansi-regex/issues/38#issuecomment-925924774">https://github.com/chalk/ansi-regex/issues/38#issuecomment-925924774</a><br><a href="https://huntr.dev/bounties/5b3cf33b-ede0-4398-9974-800876dfd994">https://huntr.dev/bounties/5b3cf33b-ede0-4398-9974-800876dfd994</a><br><a href="https://linux.oracle.com/cve/CVE-2021-3807.html">https://linux.oracle.com/cve/CVE-2021-3807.html</a><br><a href="https://linux.oracle.com/errata/ELSA-2021-5171.html">https://linux.oracle.com/errata/ELSA-2021-5171.html</a><br><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-3807">https://nvd.nist.gov/vuln/detail/CVE-2021-3807</a><br></details> |
| ansi-regex | CVE-2021-3807 | HIGH | 4.1.0 | 5.0.1, 6.0.1 | <details><summary>Expand...</summary><a href="https://app.snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908">https://app.snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908</a><br><a href="https://github.com/advisories/GHSA-93q8-gq69-wqmw">https://github.com/advisories/GHSA-93q8-gq69-wqmw</a><br><a href="https://github.com/chalk/ansi-regex/commit/8d1d7cdb586269882c4bdc1b7325d0c58c8f76f9">https://github.com/chalk/ansi-regex/commit/8d1d7cdb586269882c4bdc1b7325d0c58c8f76f9</a><br><a href="https://github.com/chalk/ansi-regex/issues/38#issuecomment-924086311">https://github.com/chalk/ansi-regex/issues/38#issuecomment-924086311</a><br><a href="https://github.com/chalk/ansi-regex/issues/38#issuecomment-925924774">https://github.com/chalk/ansi-regex/issues/38#issuecomment-925924774</a><br><a href="https://huntr.dev/bounties/5b3cf33b-ede0-4398-9974-800876dfd994">https://huntr.dev/bounties/5b3cf33b-ede0-4398-9974-800876dfd994</a><br><a href="https://linux.oracle.com/cve/CVE-2021-3807.html">https://linux.oracle.com/cve/CVE-2021-3807.html</a><br><a href="https://linux.oracle.com/errata/ELSA-2021-5171.html">https://linux.oracle.com/errata/ELSA-2021-5171.html</a><br><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-3807">https://nvd.nist.gov/vuln/detail/CVE-2021-3807</a><br></details> |
| glob-parent | CVE-2020-28469 | HIGH | 3.1.0 | 5.1.2 | <details><summary>Expand...</summary><a href="https://github.com/advisories/GHSA-ww39-953v-wcq6">https://github.com/advisories/GHSA-ww39-953v-wcq6</a><br><a href="https://github.com/gulpjs/glob-parent/blob/6ce8d11f2f1ed8e80a9526b1dc8cf3aa71f43474/index.js%23L9">https://github.com/gulpjs/glob-parent/blob/6ce8d11f2f1ed8e80a9526b1dc8cf3aa71f43474/index.js%23L9</a><br><a href="https://github.com/gulpjs/glob-parent/pull/36">https://github.com/gulpjs/glob-parent/pull/36</a><br><a href="https://github.com/gulpjs/glob-parent/releases/tag/v5.1.2">https://github.com/gulpjs/glob-parent/releases/tag/v5.1.2</a><br><a href="https://linux.oracle.com/cve/CVE-2020-28469.html">https://linux.oracle.com/cve/CVE-2020-28469.html</a><br><a href="https://linux.oracle.com/errata/ELSA-2021-5171.html">https://linux.oracle.com/errata/ELSA-2021-5171.html</a><br><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-28469">https://nvd.nist.gov/vuln/detail/CVE-2020-28469</a><br><a href="https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSBOWERGITHUBES128-1059093">https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSBOWERGITHUBES128-1059093</a><br><a href="https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1059092">https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1059092</a><br><a href="https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905">https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905</a><br></details> |
| json-schema | CVE-2021-3918 | CRITICAL | 0.2.3 | 0.4.0 | <details><summary>Expand...</summary><a href="https://github.com/advisories/GHSA-896r-f27r-55mw">https://github.com/advisories/GHSA-896r-f27r-55mw</a><br><a href="https://github.com/kriszyp/json-schema/commit/22f146111f541d9737e832823699ad3528ca7741">https://github.com/kriszyp/json-schema/commit/22f146111f541d9737e832823699ad3528ca7741</a><br><a href="https://github.com/kriszyp/json-schema/commit/b62f1da1ff5442f23443d6be6a92d00e65cba93a">https://github.com/kriszyp/json-schema/commit/b62f1da1ff5442f23443d6be6a92d00e65cba93a</a><br><a href="https://github.com/kriszyp/json-schema/commit/f6f6a3b02d667aa4ba2d5d50cc19208c4462abfa">https://github.com/kriszyp/json-schema/commit/f6f6a3b02d667aa4ba2d5d50cc19208c4462abfa</a><br><a href="https://huntr.dev/bounties/bb6ccd63-f505-4e3a-b55f-cd2662c261a9">https://huntr.dev/bounties/bb6ccd63-f505-4e3a-b55f-cd2662c261a9</a><br><a href="https://linux.oracle.com/cve/CVE-2021-3918.html">https://linux.oracle.com/cve/CVE-2021-3918.html</a><br><a href="https://linux.oracle.com/errata/ELSA-2021-5171.html">https://linux.oracle.com/errata/ELSA-2021-5171.html</a><br><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-3918">https://nvd.nist.gov/vuln/detail/CVE-2021-3918</a><br></details> |
| json-schema | CVE-2021-3918 | CRITICAL | 0.3.0 | 0.4.0 | <details><summary>Expand...</summary><a href="https://github.com/advisories/GHSA-896r-f27r-55mw">https://github.com/advisories/GHSA-896r-f27r-55mw</a><br><a href="https://github.com/kriszyp/json-schema/commit/22f146111f541d9737e832823699ad3528ca7741">https://github.com/kriszyp/json-schema/commit/22f146111f541d9737e832823699ad3528ca7741</a><br><a href="https://github.com/kriszyp/json-schema/commit/b62f1da1ff5442f23443d6be6a92d00e65cba93a">https://github.com/kriszyp/json-schema/commit/b62f1da1ff5442f23443d6be6a92d00e65cba93a</a><br><a href="https://github.com/kriszyp/json-schema/commit/f6f6a3b02d667aa4ba2d5d50cc19208c4462abfa">https://github.com/kriszyp/json-schema/commit/f6f6a3b02d667aa4ba2d5d50cc19208c4462abfa</a><br><a href="https://huntr.dev/bounties/bb6ccd63-f505-4e3a-b55f-cd2662c261a9">https://huntr.dev/bounties/bb6ccd63-f505-4e3a-b55f-cd2662c261a9</a><br><a href="https://linux.oracle.com/cve/CVE-2021-3918.html">https://linux.oracle.com/cve/CVE-2021-3918.html</a><br><a href="https://linux.oracle.com/errata/ELSA-2021-5171.html">https://linux.oracle.com/errata/ELSA-2021-5171.html</a><br><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-3918">https://nvd.nist.gov/vuln/detail/CVE-2021-3918</a><br></details> |
| nth-check | CVE-2021-3803 | HIGH | 1.0.2 | 2.0.1 | <details><summary>Expand...</summary><a href="https://github.com/advisories/GHSA-rp65-9cf3-cjxr">https://github.com/advisories/GHSA-rp65-9cf3-cjxr</a><br><a href="https://github.com/fb55/nth-check/commit/9894c1d2010870c351f66c6f6efcf656e26bb726">https://github.com/fb55/nth-check/commit/9894c1d2010870c351f66c6f6efcf656e26bb726</a><br><a href="https://huntr.dev/bounties/8cf8cc06-d2cf-4b4e-b42c-99fafb0b04d0">https://huntr.dev/bounties/8cf8cc06-d2cf-4b4e-b42c-99fafb0b04d0</a><br><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-3803">https://nvd.nist.gov/vuln/detail/CVE-2021-3803</a><br></details> |
**python-pkg**
| Package | Vulnerability | Severity | Installed Version | Fixed Version | Links |
|:----------------|:------------------:|:-----------:|:------------------:|:-------------:|-----------------------------------------|
| Django | CVE-2021-44420 | HIGH | 3.2.9 | 3.2.10, 3.1.14, 2.2.25 | <details><summary>Expand...</summary><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44420">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44420</a><br><a href="https://docs.djangoproject.com/en/3.2/releases/security/">https://docs.djangoproject.com/en/3.2/releases/security/</a><br><a href="https://github.com/advisories/GHSA-v6rh-hp5x-86rv">https://github.com/advisories/GHSA-v6rh-hp5x-86rv</a><br><a href="https://github.com/django/django/commit/d4dcd5b9dd9e462fec8220e33e3e6c822b7e88a6">https://github.com/django/django/commit/d4dcd5b9dd9e462fec8220e33e3e6c822b7e88a6</a><br><a href="https://groups.google.com/forum/#!forum/django-announce">https://groups.google.com/forum/#!forum/django-announce</a><br><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-44420">https://nvd.nist.gov/vuln/detail/CVE-2021-44420</a><br><a href="https://ubuntu.com/security/notices/USN-5178-1">https://ubuntu.com/security/notices/USN-5178-1</a><br><a href="https://www.djangoproject.com/weblog/2021/dec/07/security-releases/">https://www.djangoproject.com/weblog/2021/dec/07/security-releases/</a><br><a href="https://www.openwall.com/lists/oss-security/2021/12/07/1">https://www.openwall.com/lists/oss-security/2021/12/07/1</a><br></details> |
| lxml | CVE-2021-43818 | HIGH | 4.6.3 | 4.6.5 | <details><summary>Expand...</summary><a href="https://github.com/advisories/GHSA-55x5-fj6c-h6m8">https://github.com/advisories/GHSA-55x5-fj6c-h6m8</a><br><a href="https://github.com/lxml/lxml/blob/lxml-4.6.5/CHANGES.txt">https://github.com/lxml/lxml/blob/lxml-4.6.5/CHANGES.txt</a><br><a href="https://github.com/lxml/lxml/commit/12fa9669007180a7bb87d990c375cf91ca5b664a">https://github.com/lxml/lxml/commit/12fa9669007180a7bb87d990c375cf91ca5b664a</a><br><a href="https://github.com/lxml/lxml/commit/a3eacbc0dcf1de1c822ec29fb7d090a4b1712a9c#diff-59130575b4fb2932c957db2922977d7d89afb0b2085357db1a14615a2fcad776">https://github.com/lxml/lxml/commit/a3eacbc0dcf1de1c822ec29fb7d090a4b1712a9c#diff-59130575b4fb2932c957db2922977d7d89afb0b2085357db1a14615a2fcad776</a><br><a href="https://github.com/lxml/lxml/commit/f2330237440df7e8f39c3ad1b1aa8852be3b27c0">https://github.com/lxml/lxml/commit/f2330237440df7e8f39c3ad1b1aa8852be3b27c0</a><br><a href="https://github.com/lxml/lxml/security/advisories/GHSA-55x5-fj6c-h6m8">https://github.com/lxml/lxml/security/advisories/GHSA-55x5-fj6c-h6m8</a><br><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-43818">https://nvd.nist.gov/vuln/detail/CVE-2021-43818</a><br></details> |
| python-ldap | GHSA-r8wq-qrxc-hmcm | MEDIUM | 3.3.1 | 3.4.0 | <details><summary>Expand...</summary><a href="https://github.com/advisories/GHSA-r8wq-qrxc-hmcm">https://github.com/advisories/GHSA-r8wq-qrxc-hmcm</a><br><a href="https://github.com/python-ldap/python-ldap/issues/424">https://github.com/python-ldap/python-ldap/issues/424</a><br><a href="https://github.com/python-ldap/python-ldap/security/advisories/GHSA-r8wq-qrxc-hmcm">https://github.com/python-ldap/python-ldap/security/advisories/GHSA-r8wq-qrxc-hmcm</a><br></details> |
| No Vulnerabilities found |
|:---------------------------------|
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="whoogle-1.0.26"></a>
### [whoogle-1.0.26](https://github.com/truecharts/apps/compare/whoogle-1.0.25...whoogle-1.0.26) (2021-12-20)
#### Chore
* update docker general non-major ([#1581](https://github.com/truecharts/apps/issues/1581))
<a name="whoogle-1.0.25"></a>
### [whoogle-1.0.25](https://github.com/truecharts/apps/compare/whoogle-1.0.24...whoogle-1.0.25) (2021-12-19)
+1 -1
View File
@@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"tccr.io/truecharts/whoogle-search"` | image repository |
| image.tag | string | `"v0.6.0@sha256:3eeb08a974169f6f1abd884d0923a86d594f9d41c881c7558cb1cbe8dfeb454f"` | image tag |
| image.tag | string | `"v0.7.0@sha256:d48b7433fa86fbcee3fbee1e8e58ce78bd5bc52cd3a7422c05058d63207bd27c"` | image tag |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| podSecurityContext.runAsGroup | int | `0` | |
+2 -2
View File
@@ -37,7 +37,7 @@ hide:
##### Detected Containers
tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c
tccr.io/truecharts/whoogle-search:v0.6.0@sha256:3eeb08a974169f6f1abd884d0923a86d594f9d41c881c7558cb1cbe8dfeb454f
tccr.io/truecharts/whoogle-search:v0.7.0@sha256:d48b7433fa86fbcee3fbee1e8e58ce78bd5bc52cd3a7422c05058d63207bd27c
##### Scan Results
@@ -74,7 +74,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></details> |
#### Container: tccr.io/truecharts/whoogle-search:v0.6.0@sha256:3eeb08a974169f6f1abd884d0923a86d594f9d41c881c7558cb1cbe8dfeb454f (debian 11.1)
#### Container: tccr.io/truecharts/whoogle-search:v0.7.0@sha256:d48b7433fa86fbcee3fbee1e8e58ce78bd5bc52cd3a7422c05058d63207bd27c (debian 11.1)
**debian**
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="wikijs-4.0.16"></a>
### [wikijs-4.0.16](https://github.com/truecharts/apps/compare/wikijs-4.0.15...wikijs-4.0.16) (2021-12-20)
#### Chore
* update docker general non-major ([#1581](https://github.com/truecharts/apps/issues/1581))
<a name="wikijs-4.0.15"></a>
### [wikijs-4.0.15](https://github.com/truecharts/apps/compare/wikijs-4.0.14...wikijs-4.0.15) (2021-12-19)
+1 -1
View File
@@ -19,7 +19,7 @@ You will, however, be able to use all values referenced in the common chart here
| envValueFrom.DB_PASS.secretKeyRef.name | string | `"dbcreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"tccr.io/truecharts/wikijs"` | image repository |
| image.tag | string | `"v2.5.255@sha256:0eba2ff85e7cc877e9036d0b47e98e2a83c65998575908f7e9cddc626f2b8902"` | image tag |
| image.tag | string | `"v2.5.260@sha256:49e014e4774c5cbbbcc9327f437224b748547859ca540211e63051ed60461c5b"` | image tag |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| postgresql.enabled | bool | `true` | |
+2 -2
View File
@@ -62,7 +62,7 @@ hide:
tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c
tccr.io/truecharts/postgresql:v14.1.0@sha256:7ad9b2cbcb614f0c2409c401804da15ccf82e7072acffa0b6aca1dcbf72a6018
tccr.io/truecharts/wikijs:v2.5.255@sha256:0eba2ff85e7cc877e9036d0b47e98e2a83c65998575908f7e9cddc626f2b8902
tccr.io/truecharts/wikijs:v2.5.260@sha256:49e014e4774c5cbbbcc9327f437224b748547859ca540211e63051ed60461c5b
tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c
tccr.io/truecharts/postgresql:v14.1.0@sha256:7ad9b2cbcb614f0c2409c401804da15ccf82e7072acffa0b6aca1dcbf72a6018
@@ -317,7 +317,7 @@ hide:
#### Container: tccr.io/truecharts/wikijs:v2.5.255@sha256:0eba2ff85e7cc877e9036d0b47e98e2a83c65998575908f7e9cddc626f2b8902 (alpine 3.14.3)
#### Container: tccr.io/truecharts/wikijs:v2.5.260@sha256:49e014e4774c5cbbbcc9327f437224b748547859ca540211e63051ed60461c5b (alpine 3.14.3)
**alpine**
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="zwavejs2mqtt-9.0.32"></a>
### [zwavejs2mqtt-9.0.32](https://github.com/truecharts/apps/compare/zwavejs2mqtt-9.0.31...zwavejs2mqtt-9.0.32) (2021-12-20)
#### Chore
* update docker general non-major ([#1581](https://github.com/truecharts/apps/issues/1581))
<a name="zwavejs2mqtt-9.0.31"></a>
### [zwavejs2mqtt-9.0.31](https://github.com/truecharts/apps/compare/zwavejs2mqtt-9.0.30...zwavejs2mqtt-9.0.31) (2021-12-19)
+1 -1
View File
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/zwavejs2mqtt"` | |
| image.tag | string | `"v6.1.0@sha256:a32bf85046c00acd3e9cd2a567c53902d9b83312514057ce3f845b037ffc1bc8"` | |
| image.tag | string | `"v6.1.1@sha256:ad47c3d74af78157d8d049695fb6d10a86f2a03040dc3b2695dbd83aa42f465d"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/usr/src/app/store"` | |
| probes.liveness.enabled | bool | `true` | |
+2 -2
View File
@@ -35,7 +35,7 @@ hide:
##### Detected Containers
tccr.io/truecharts/alpine:v3.14.2@sha256:4095394abbae907e94b1f2fd2e2de6c4f201a5b9704573243ca8eb16db8cdb7c
tccr.io/truecharts/zwavejs2mqtt:v6.1.0@sha256:a32bf85046c00acd3e9cd2a567c53902d9b83312514057ce3f845b037ffc1bc8
tccr.io/truecharts/zwavejs2mqtt:v6.1.1@sha256:ad47c3d74af78157d8d049695fb6d10a86f2a03040dc3b2695dbd83aa42f465d
##### Scan Results
@@ -72,7 +72,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></details> |
#### Container: tccr.io/truecharts/zwavejs2mqtt:v6.1.0@sha256:a32bf85046c00acd3e9cd2a567c53902d9b83312514057ce3f845b037ffc1bc8 (alpine 3.12.7)
#### Container: tccr.io/truecharts/zwavejs2mqtt:v6.1.1@sha256:ad47c3d74af78157d8d049695fb6d10a86f2a03040dc3b2695dbd83aa42f465d (alpine 3.12.7)
**alpine**
+450 -1
View File
@@ -1035,6 +1035,46 @@ entries:
- https://github.com/truecharts/apps/releases/download/authelia-8.0.13/authelia-8.0.13.tgz
version: 8.0.13
babybuddy:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- media
truecharts.org/grade: U
apiVersion: v2
appVersion: 1.9.3
created: "2021-12-20T12:25:19.248630262Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.9.24
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
version: 6.0.34
description: Helps caregivers track sleep, feedings, diaper changes, tummy time
and more to learn about and predict baby's needs without (as much) guess work.
digest: a669764ab3a4a4186c395e43074f4f0d108805ddda15c9365f43cdd594a4fc7f
home: https://github.com/truecharts/apps/tree/main/charts/babybuddy
icon: https://truecharts.org/_static/img/appicons/babybuddy-icon.png
keywords:
- baby
- buddy
- tracker
- parents
- parenting
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: babybuddy
sources:
- https://github.com/babybuddy/babybuddy
- https://github.com/nicholaswilde/docker-babybuddy
type: application
urls:
- https://github.com/truecharts/apps/releases/download/babybuddy-5.0.22/babybuddy-5.0.22.tgz
version: 5.0.22
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@@ -3546,6 +3586,36 @@ entries:
- https://github.com/truecharts/apps/releases/download/cryptofolio-2.0.21/cryptofolio-2.0.21.tgz
version: 2.0.21
custom-app:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- custom
truecharts.org/grade: U
apiVersion: v2
appVersion: 0.20.184
created: "2021-12-20T12:25:19.374298004Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.9.24
description: Advanced tool to create your own TrueCharts-based App
digest: c76d5d7f2ffe3329937bf9d936def0e44fcaec0851b677d59d1e2cec6d8ffee7
home: https://github.com/truecharts/apps/tree/master/charts/stable/custom-app
icon: https://truecharts.org/_static/img/appicons/custom-app-icon.png
keywords:
- custom
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: custom-app
sources:
- https://github.com/truecharts/apps/tree/master/charts/stable/custom-app
type: application
urls:
- https://github.com/truecharts/apps/releases/download/custom-app-3.0.44/custom-app-3.0.44.tgz
version: 3.0.44
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@@ -9227,6 +9297,41 @@ entries:
- https://github.com/truecharts/apps/releases/download/gotify-5.0.13/gotify-5.0.13.tgz
version: 5.0.13
grafana:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- metrics
truecharts.org/grade: U
apiVersion: v2
appVersion: 8.3.3
created: "2021-12-20T12:25:19.524974694Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.9.24
description: Grafana is an open source, feature rich metrics dashboard and graph
editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB.
digest: 28db47ee170192876c0089a025823b70abaef9bbf2dee036acd011fe824aa097
home: https://github.com/truecharts/apps/tree/master/charts/stable/grafana
icon: https://truecharts.org/_static/img/appicons/grafana-icon.png
keywords:
- analytics
- monitoring
- metrics
- logs
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: grafana
sources:
- https://github.com/bitnami/bitnami-docker-grafana
- https://grafana.com/
type: application
urls:
- https://github.com/truecharts/apps/releases/download/grafana-2.0.10/grafana-2.0.10.tgz
version: 2.0.10
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@@ -11698,6 +11803,39 @@ entries:
- https://github.com/truecharts/apps/releases/download/ipfs-0.0.1/ipfs-0.0.1.tgz
version: 0.0.1
jackett:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- media
- test
truecharts.org/grade: U
apiVersion: v2
appVersion: 0.20.184
created: "2021-12-20T12:25:19.65232576Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.9.24
description: API Support for your favorite torrent trackers.
digest: c140f02e3394e0c13a502f48a0237f0d47f55df1cf4445d0e3699003ac1a6a30
home: https://github.com/truecharts/apps/tree/master/charts/stable/jackett
icon: https://truecharts.org/_static/img/appicons/jackett-icon.png
keywords:
- jackett
- torrent
- usenet
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: jackett
sources:
- https://github.com/Jackett/Jackett
type: application
urls:
- https://github.com/truecharts/apps/releases/download/jackett-9.0.53/jackett-9.0.53.tgz
version: 9.0.53
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@@ -13842,6 +13980,38 @@ entries:
- https://github.com/truecharts/apps/releases/download/librespeed-4.0.25/librespeed-4.0.25.tgz
version: 4.0.25
lidarr:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- media
truecharts.org/grade: U
apiVersion: v2
appVersion: 1.0.0.2385
created: "2021-12-20T12:25:19.922965313Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.9.24
description: Looks and smells like Sonarr but made for music
digest: 635967d800fd63d57d8353f16c78e08047df806c8e0dacb8304773b1f1a8606b
home: https://github.com/truecharts/apps/tree/master/charts/stable/lidarr
icon: https://truecharts.org/_static/img/appicons/lidarr-icon.png
keywords:
- lidarr
- torrent
- usenet
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: lidarr
sources:
- https://github.com/Lidarr/Lidarr
type: application
urls:
- https://github.com/truecharts/apps/releases/download/lidarr-9.0.28/lidarr-9.0.28.tgz
version: 9.0.28
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@@ -16322,6 +16492,37 @@ entries:
- https://github.com/truecharts/apps/releases/download/minio-1.0.9/minio-1.0.9.tgz
version: 1.0.9
minio-console:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- media
truecharts.org/grade: U
apiVersion: v2
appVersion: 0.12.9
created: "2021-12-20T12:25:20.062490448Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.9.24
description: A management console for minio server and operator
digest: a4e9b618d1bb8e2de5474d800ebb98e38896629fe98d4f77e767168000a28651
home: https://github.com/truecharts/apps/tree/master/charts/stable/minio-console
icon: https://truecharts.org/_static/img/appicons/minio-console-icon.png
keywords:
- minio-console
- minio
- s3
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: minio-console
sources:
- https://github.com/minio/console
urls:
- https://github.com/truecharts/apps/releases/download/minio-console-1.0.31/minio-console-1.0.31.tgz
version: 1.0.31
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@@ -21423,6 +21624,37 @@ entries:
- https://github.com/truecharts/apps/releases/download/phpldapadmin-4.0.20/phpldapadmin-4.0.20.tgz
version: 4.0.20
piaware:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- media
truecharts.org/grade: U
apiVersion: v2
appVersion: "6.1"
created: "2021-12-20T12:25:20.185606256Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.9.24
description: Program for forwarding ADS-B data to FlightAware
digest: d432285179622fa68fb6768fa0089d4a2ca9fc9aba860a9cdf84b4d64786f262
home: https://github.com/truechartsapps/tree/master/charts/stable/piaware
icon: https://truecharts.org/_static/img/appicons/piaware-icon.png
keywords:
- piaware
- flight-aware
- flight-tracker
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: piaware
sources:
- https://github.com/flightaware/piaware
urls:
- https://github.com/truecharts/apps/releases/download/piaware-4.0.30/piaware-4.0.30.tgz
version: 4.0.30
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@@ -23141,6 +23373,48 @@ entries:
- https://github.com/truecharts/apps/releases/download/promcord-2.0.0/promcord-2.0.0.tgz
version: 2.0.0
prometheus:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- metrics
truecharts.org/grade: U
apiVersion: v2
appVersion: 0.52.1
created: "2021-12-20T12:25:20.34458946Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.9.24
- condition: exporters.enabled,exporters.node-exporter.enabled
name: node-exporter
repository: https://charts.bitnami.com/bitnami
version: 2.3.17
- condition: exporters.enabled,exporters.kube-state-metrics.enabled
name: kube-state-metrics
repository: https://charts.bitnami.com/bitnami
version: 2.1.19
description: kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
and Prometheus rules combined with documentation and scripts to provide easy
to operate end-to-end Kubernetes cluster monitoring with Prometheus using the
Prometheus Operator.
digest: 2d804e706fde234cf71edfe83c98d6759495f673a8d1345aede61ef5ebfd68ef
home: https://github.com/truecharts/apps/tree/master/charts/stable/prometheus
icon: https://truecharts.org/_static/img/appicons/prometheus-icon.png
keywords:
- metrics
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: prometheus
sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
type: application
urls:
- https://github.com/truecharts/apps/releases/download/prometheus-1.1.24/prometheus-1.1.24.tgz
version: 1.1.24
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@@ -25288,6 +25562,41 @@ entries:
- https://github.com/truecharts/apps/releases/download/radarr-9.0.22/radarr-9.0.22.tgz
version: 9.0.22
readarr:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- media
truecharts.org/grade: U
apiVersion: v2
appVersion: 0.1.0.1142
created: "2021-12-20T12:25:20.484508301Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.9.24
description: A fork of Radarr to work with Books & AudioBooks
digest: f292575ba81164f8d7aabd88b168cf00d5aac714f6ea9e647514e763d5bd40ff
home: https://github.com/truecharts/apps/tree/master/charts/stable/readarr
icon: https://truecharts.org/_static/img/appicons/readarr-icon.png
keywords:
- readarr
- torrent
- usenet
- AudioBooks
- ebooks
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: readarr
sources:
- https://github.com/Readarr/Readarr
- https://readarr.com
type: application
urls:
- https://github.com/truecharts/apps/releases/download/readarr-9.0.40/readarr-9.0.40.tgz
version: 9.0.40
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@@ -25534,6 +25843,43 @@ entries:
- https://github.com/truecharts/apps/releases/download/readarr-9.0.30/readarr-9.0.30.tgz
version: 9.0.30
recipes:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- media
truecharts.org/grade: U
apiVersion: v2
appVersion: 1.0.3
created: "2021-12-20T12:25:20.619198469Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.9.24
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
version: 6.0.34
description: Recipes is a Django application to manage, tag and search recipes
using either built in models or external storage providers hosting PDF's, Images
or other files.
digest: a7da64ae29116035640bbce1c5262a4620b4c2c5ad77b57ef3dccbd6ccbeac7c
home: https://github.com/truecharts/apps/tree/master/charts/stable/recipes
icon: https://truecharts.org/_static/img/appicons/recipes-icon.png
keywords:
- recipes
- cooking
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: recipes
sources:
- https://github.com/vabene1111/recipes
- https://hub.docker.com/r/vabene1111/recipes
urls:
- https://github.com/truecharts/apps/releases/download/recipes-5.0.3/recipes-5.0.3.tgz
version: 5.0.3
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@@ -31770,6 +32116,38 @@ entries:
- https://github.com/truecharts/apps/releases/download/webgrabplus-0.0.1/webgrabplus-0.0.1.tgz
version: 0.0.1
whoogle:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- media
truecharts.org/grade: U
apiVersion: v2
appVersion: 0.7.0
created: "2021-12-20T12:25:20.768084233Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.9.24
description: A self-hosted, ad-free, privacy-respecting metasearch engine
digest: b6eacac144e9879062fb6c85b7fd94737087a55e05c774c6b77fbeb3f0c1d072
home: https://github.com/truecharts/apps/tree/master/charts/stable/whoogle
icon: https://truecharts.org/_static/img/appicons/whoogle-icon.png
keywords:
- whoogle
- search
- open source
- privacy
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: whoogle
sources:
- https://github.com/benbusby/whoogle-search
urls:
- https://github.com/truecharts/apps/releases/download/whoogle-1.0.26/whoogle-1.0.26.tgz
version: 1.0.26
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@@ -31867,6 +32245,42 @@ entries:
- https://github.com/truecharts/apps/releases/download/whoogle-1.0.21/whoogle-1.0.21.tgz
version: 1.0.21
wikijs:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- media
truecharts.org/grade: U
apiVersion: v2
appVersion: 2.5.260
created: "2021-12-20T12:25:20.909067489Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.9.24
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
version: 6.0.34
description: Make documentation a joy to write using Wiki.js's beautiful and intuitive
interface!
digest: 84e735c38eaf5ded2c87a3cbc41522410bd4bf32320a83d50fe3a3d9897f06ef
home: https://github.com/truecharts/apps/tree/master/charts/stable/wikijs
icon: https://truecharts.org/_static/img/appicons/wikijs-icon.png
keywords:
- wiki
- wikijs
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: wikijs
sources:
- https://hub.docker.com/r/linuxserver/wikijs/
- https://github.com/Requarks/wiki
urls:
- https://github.com/truecharts/apps/releases/download/wikijs-4.0.16/wikijs-4.0.16.tgz
version: 4.0.16
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@@ -32529,6 +32943,41 @@ entries:
- https://github.com/truecharts/apps/releases/download/znc-0.0.1/znc-0.0.1.tgz
version: 0.0.1
zwavejs2mqtt:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- tools
truecharts.org/grade: U
apiVersion: v2
appVersion: 6.1.1
created: "2021-12-20T12:25:21.033141409Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.9.24
description: Fully configurable Zwave to MQTT gateway and Control Panel using
NodeJS and Vue
digest: 5005d829df4abc795ab62985f87c68a9aabd9f207299b3809cb0ec394f704ac3
home: https://github.com/truecharts/apps/tree/master/charts/stable/zwavejs2mqtt
icon: https://truecharts.org/_static/img/appicons/zwavejs2mqtt-icon.png
keywords:
- zwavejs2mqtt
- zwave-js
- z-wave
- zwave
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: zwavejs2mqtt
sources:
- https://github.com/zwave-js/zwavejs2mqtt
- https://hub.docker.com/r/zwavejs/zwavejs2mqtt
type: application
urls:
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.32/zwavejs2mqtt-9.0.32.tgz
version: 9.0.32
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@@ -32704,4 +33153,4 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.24/zwavejs2mqtt-9.0.24.tgz
version: 9.0.24
generated: "2021-12-19T23:48:47.21165586Z"
generated: "2021-12-20T12:25:21.035948248Z"