Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-12-20 12:25:24 +00:00
parent 68e78e9271
commit 8336b47e14
219 changed files with 271 additions and 306 deletions

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)
@ -88,12 +97,3 @@
#### Chore
* update non-major docker ([#1507](https://github.com/truecharts/apps/issues/1507))
<a name="prometheus-1.1.13"></a>
### [prometheus-1.1.13](https://github.com/truecharts/apps/compare/uptimerobot-prometheus-1.0.9...prometheus-1.1.13) (2021-12-08)
#### Chore
* update non-major ([#1488](https://github.com/truecharts/apps/issues/1488))

View File

@ -9,4 +9,4 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
version: 2.1.19
digest: sha256:9996c081f33e1a636bcbb3b060bcb8ea425ad59e6bf5c808f6e88c2a3e136ab1
generated: "2021-12-19T23:04:14.799042413Z"
generated: "2021-12-20T12:20:34.464001073Z"

View File

@ -28,7 +28,7 @@ sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
type: application
version: 1.1.23
version: 1.1.24
annotations:
truecharts.org/catagories: |
- metrics

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` | |

View File

@ -4,7 +4,7 @@ image:
prometheusImage:
repository: tccr.io/truecharts/prometheus
tag: v2.32.1@sha256:8b2bdce4ad2ce34042d3f6749499ede919bf924ef3c67d6b820d6ce8cb438a6a
tag: v2.32.1@sha256:4f9d5b933b1576a91d857c1289c350e3ba0d67928d4a86d0fc62d16c28ed19f0
thanosImage:
repository: tccr.io/truecharts/thanos
@ -12,7 +12,7 @@ thanosImage:
alertmanagerImage:
repository: tccr.io/truecharts/alertmanager
tag: v0.23.0@sha256:14da1eb318cca2e5a64677560f04d88089c1d24082ba2047296e88c8a8b99f90
tag: v0.23.0@sha256:a60e78b7c55a3a4f541e93471b521ee183bd299bd6a1631e300dc1ddda02f8f1
global:
labels: {}

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)
@ -88,12 +97,3 @@
* move all container references to TCCR ([#1448](https://github.com/truecharts/apps/issues/1448))
* update non-major ([#1466](https://github.com/truecharts/apps/issues/1466))
* update non-major deps helm releases ([#1453](https://github.com/truecharts/apps/issues/1453))
* update non-major ([#1449](https://github.com/truecharts/apps/issues/1449))
* update non-major deps helm releases ([#1471](https://github.com/truecharts/apps/issues/1471))
* update non-major deps helm releases ([#1468](https://github.com/truecharts/apps/issues/1468))
* update non-major deps helm releases ([#1432](https://github.com/truecharts/apps/issues/1432))
#### Fix
* fix typo in theme selection ([#1428](https://github.com/truecharts/apps/issues/1428))

View File

@ -6,4 +6,4 @@ dependencies:
repository: https://truecharts.org/
version: 6.0.34
digest: sha256:a2f9da8eb5a143b88948556b5b4d13040d445dcb0d438eefc699eaa01c458c7a
generated: "2021-12-19T23:07:24.693646718Z"
generated: "2021-12-20T12:20:27.410852396Z"

View File

@ -1,7 +1,7 @@
apiVersion: v2
appVersion: "1.9.3"
kubeVersion: '>=1.16.0-0'
version: 5.0.21
version: 5.0.22
name: babybuddy
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.
type: application

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` | |

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/babybuddy
pullPolicy: IfNotPresent
tag: v1.9.3@sha256:efee4db1808bf46d4427434c002536cb8558e8709e2cfcb63ef4632a8683e33a
tag: v1.9.3@sha256:254668977f7efbf6e631b3a5155744a7ce194075b7336ad0f136e5d5e4de3077
# See more environment variables in the babybuddy documentation
# https://github.com/linuxserver/docker-babybuddy#parameters

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

View File

@ -1,4 +0,0 @@
image:
repository: tccr.io/truecharts/jackett
pullPolicy: IfNotPresent
tag: v0.20.178@sha256:92afd9300ad1a8c57d9a8e66f3838db6b261e7f8008c1e469025b4fe10dfcd6f

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)
@ -88,12 +97,3 @@
<a name="custom-app-3.0.34"></a>
### [custom-app-3.0.34](https://github.com/truecharts/apps/compare/custom-app-3.0.33...custom-app-3.0.34) (2021-12-11)
#### Chore
* update non-major docker ([#1507](https://github.com/truecharts/apps/issues/1507))
<a name="custom-app-3.0.33"></a>
### [custom-app-3.0.33](https://github.com/truecharts/apps/compare/custom-app-3.0.32...custom-app-3.0.33) (2021-12-08)

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.9.24
digest: sha256:1496c228986729d8cb70f0dd54bedbe7987b6ea0809484b4f4a394e26df9343c
generated: "2021-12-19T23:22:27.570675347Z"
generated: "2021-12-20T12:20:26.997729579Z"

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.20.178"
appVersion: "0.20.184"
dependencies:
- name: common
repository: https://truecharts.org
@ -19,7 +19,7 @@ name: custom-app
sources:
- https://github.com/truecharts/apps/tree/master/charts/stable/custom-app
type: application
version: 3.0.43
version: 3.0.44
annotations:
truecharts.org/catagories: |
- custom

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/jackett
pullPolicy: IfNotPresent
tag: v0.20.178@sha256:92afd9300ad1a8c57d9a8e66f3838db6b261e7f8008c1e469025b4fe10dfcd6f
tag: v0.20.184@sha256:193e7d217e0e92cf8f0ebfb6b0886ebfd6158b7714c8443168dfe861d5bb2a6f
securityContext:
readOnlyRootFilesystem: false

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

View File

@ -0,0 +1,4 @@
image:
repository: tccr.io/truecharts/jackett
pullPolicy: IfNotPresent
tag: v0.20.184@sha256:193e7d217e0e92cf8f0ebfb6b0886ebfd6158b7714c8443168dfe861d5bb2a6f

File diff suppressed because one or more lines are too long

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)
@ -88,12 +97,3 @@
<a name="grafana-2.0.0"></a>
### [grafana-2.0.0](https://github.com/truecharts/apps/compare/grafana-1.0.14...grafana-2.0.0) (2021-12-11)
#### Feat
* move user/pass/secrets/keys from `env` to `secret` ([#1501](https://github.com/truecharts/apps/issues/1501))
<a name="grafana-1.0.14"></a>
### [grafana-1.0.14](https://github.com/truecharts/apps/compare/grafana-1.0.13...grafana-1.0.14) (2021-12-11)

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.9.24
digest: sha256:1496c228986729d8cb70f0dd54bedbe7987b6ea0809484b4f4a394e26df9343c
generated: "2021-12-19T23:20:11.530925389Z"
generated: "2021-12-20T12:20:27.005749092Z"

View File

@ -23,7 +23,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-grafana
- https://grafana.com/
type: application
version: 2.0.9
version: 2.0.10
annotations:
truecharts.org/catagories: |
- metrics

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. |

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/grafana
pullPolicy: IfNotPresent
tag: v8.3.3@sha256:cef512df2d702a033ddf068ec74b4565463dba62f9dd907e5474a112761beb98
tag: v8.3.3@sha256:92208b72a61947a965cf52d9e2e876f73fea0ef761ada9b3ba8a7f59e7c31e63
securityContext:
readOnlyRootFilesystem: false

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**

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)
@ -88,12 +97,3 @@
<a name="jackett-9.0.43"></a>
### [jackett-9.0.43](https://github.com/truecharts/apps/compare/jackett-9.0.42...jackett-9.0.43) (2021-12-11)
#### Chore
* update non-major docker ([#1507](https://github.com/truecharts/apps/issues/1507))
<a name="jackett-9.0.42"></a>
### [jackett-9.0.42](https://github.com/truecharts/apps/compare/jackett-9.0.41...jackett-9.0.42) (2021-12-08)

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.9.24
digest: sha256:1496c228986729d8cb70f0dd54bedbe7987b6ea0809484b4f4a394e26df9343c
generated: "2021-12-19T23:10:26.923781043Z"
generated: "2021-12-20T12:20:48.622102074Z"

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.20.178"
appVersion: "0.20.184"
dependencies:
- name: common
repository: https://truecharts.org
@ -21,7 +21,7 @@ name: jackett
sources:
- https://github.com/Jackett/Jackett
type: application
version: 9.0.52
version: 9.0.53
annotations:
truecharts.org/catagories: |
- media

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"` | |

Some files were not shown because too many files have changed in this diff Show More