diff --git a/charts/incubator/sogo/CHANGELOG.md b/charts/incubator/sogo/CHANGELOG.md index 871a44b2685..81f3dcbfc56 100644 --- a/charts/incubator/sogo/CHANGELOG.md +++ b/charts/incubator/sogo/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [sogo-4.0.4](https://github.com/truecharts/apps/compare/sogo-4.0.3...sogo-4.0.4) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [sogo-4.0.3](https://github.com/truecharts/apps/compare/sogo-4.0.2...sogo-4.0.3) (2021-09-27) diff --git a/charts/incubator/sogo/Chart.yaml b/charts/incubator/sogo/Chart.yaml index 8901a2da17b..752164c5e69 100644 --- a/charts/incubator/sogo/Chart.yaml +++ b/charts/incubator/sogo/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 5.2.0 +appVersion: "5.2.0" dependencies: - name: common repository: https://truecharts.org diff --git a/charts/incubator/sogo/SCALE/CHANGELOG.md b/charts/incubator/sogo/SCALE/CHANGELOG.md index f78c7949e34..0876f06cb5e 100644 --- a/charts/incubator/sogo/SCALE/CHANGELOG.md +++ b/charts/incubator/sogo/SCALE/CHANGELOG.md @@ -1,7 +1,7 @@ - -### [sogo-4.0.3](https://github.com/truecharts/apps/compare/sogo-4.0.2...sogo-4.0.3) (2021-09-27) + +### [sogo-4.0.4](https://github.com/truecharts/apps/compare/sogo-4.0.3...sogo-4.0.4) (2021-09-28) #### Chore -* update helm chart postgresql to v3 ([#1041](https://github.com/truecharts/apps/issues/1041)) +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) diff --git a/charts/incubator/sogo/helm-values.md b/charts/incubator/sogo/helm-values.md index af36110e3e3..27c5092f1bc 100644 --- a/charts/incubator/sogo/helm-values.md +++ b/charts/incubator/sogo/helm-values.md @@ -23,7 +23,7 @@ You will, however, be able to use all values referenced in the common chart here | postgresql | object | `{"enabled":true,"existingSecret":"dbcreds","postgresqlDatabase":"sogo","postgresqlUsername":"sogo"}` | postgres dependency settings | | postgresqlImage.pullPolicy | string | `"IfNotPresent"` | | | postgresqlImage.repository | string | `"bitnami/postgresql"` | | -| postgresqlImage.tag | string | `"13.4.0@sha256:abfb7efd31afc36a8b16aa077bb9dd165c4f635412affef37c7859605fda762c"` | | +| postgresqlImage.tag | string | `"13.4.0@sha256:8649fbdf99edc80f42620ae946255fcae687e9b9071ab7e635680828ef212de4"` | | | securityContext.readOnlyRootFilesystem | bool | `false` | | | securityContext.runAsNonRoot | bool | `false` | | | service | object | `{"main":{"ports":{"main":{"port":80}}}}` | services | diff --git a/charts/library/common-test/CHANGELOG.md b/charts/library/common-test/CHANGELOG.md index 5ca628b17fe..39096dadb8d 100644 --- a/charts/library/common-test/CHANGELOG.md +++ b/charts/library/common-test/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [common-test-3.1.5](https://github.com/truecharts/apps/compare/common-test-3.1.4...common-test-3.1.5) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [common-test-3.1.4](https://github.com/truecharts/apps/compare/common-test-3.1.3...common-test-3.1.4) (2021-09-25) diff --git a/charts/library/common-test/Chart.yaml b/charts/library/common-test/Chart.yaml index 3370eee3eb9..3c263ec6695 100644 --- a/charts/library/common-test/Chart.yaml +++ b/charts/library/common-test/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.6.1 +appVersion: "1.6.1" dependencies: - name: common repository: file://../common diff --git a/charts/library/common-test/SCALE/CHANGELOG.md b/charts/library/common-test/SCALE/CHANGELOG.md index 496e6536982..52397b9a014 100644 --- a/charts/library/common-test/SCALE/CHANGELOG.md +++ b/charts/library/common-test/SCALE/CHANGELOG.md @@ -1,3 +1,7 @@ - -### [common-test-3.1.4](https://github.com/truecharts/apps/compare/common-test-3.1.3...common-test-3.1.4) (2021-09-25) + +### [common-test-3.1.5](https://github.com/truecharts/apps/compare/common-test-3.1.4...common-test-3.1.5) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) diff --git a/charts/library/common-test/helm-values.md b/charts/library/common-test/helm-values.md index 0a3f6503ee0..a71a2708711 100644 --- a/charts/library/common-test/helm-values.md +++ b/charts/library/common-test/helm-values.md @@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here | args[1] | string | `"8080"` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"traefik/whoami"` | | -| image.tag | string | `"v1.6.1@sha256:16012fe4680ce69348d98627c7d42c1ea5ffde7bc4d66aaae426bd8d05af0d84"` | | +| image.tag | string | `"v1.6.1@sha256:2c52bb2c848038a33e40415c300b655d7976bafaf033ecf4a6679cb9e1715917"` | | | service.main.ports.main.port | int | `8080` | | All Rights Reserved - The TrueCharts Project diff --git a/charts/stable/airsonic/CHANGELOG.md b/charts/stable/airsonic/CHANGELOG.md index 88890eb818f..67ffb5a132f 100644 --- a/charts/stable/airsonic/CHANGELOG.md +++ b/charts/stable/airsonic/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [airsonic-3.0.2](https://github.com/truecharts/apps/compare/airsonic-3.0.1...airsonic-3.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [airsonic-3.0.1](https://github.com/truecharts/apps/compare/airsonic-3.0.0...airsonic-3.0.1) (2021-09-26) diff --git a/charts/stable/airsonic/Chart.yaml b/charts/stable/airsonic/Chart.yaml index 827a751d75d..71c789c8d75 100644 --- a/charts/stable/airsonic/Chart.yaml +++ b/charts/stable/airsonic/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 10.6.2 +appVersion: "10.6.2" dependencies: - name: common repository: https://truecharts.org diff --git a/charts/stable/airsonic/SCALE/CHANGELOG.md b/charts/stable/airsonic/SCALE/CHANGELOG.md index 1f6fce63d5b..0128aedd325 100644 --- a/charts/stable/airsonic/SCALE/CHANGELOG.md +++ b/charts/stable/airsonic/SCALE/CHANGELOG.md @@ -1,3 +1,7 @@ - -### [airsonic-3.0.1](https://github.com/truecharts/apps/compare/airsonic-3.0.0...airsonic-3.0.1) (2021-09-26) + +### [airsonic-3.0.2](https://github.com/truecharts/apps/compare/airsonic-3.0.1...airsonic-3.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) diff --git a/charts/stable/airsonic/helm-values.md b/charts/stable/airsonic/helm-values.md index 8e909fa97c1..4067718169a 100644 --- a/charts/stable/airsonic/helm-values.md +++ b/charts/stable/airsonic/helm-values.md @@ -19,7 +19,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 | `"ghcr.io/linuxserver/airsonic"` | image repository | -| image.tag | string | `"version-v10.6.2@sha256:bdce3fe421c0502a8e87acf31d680a7ad4acbb7027a83813b25fab3c3aa0713f"` | image tag | +| image.tag | string | `"version-v10.6.2@sha256:e50f803b3012f39cefe29c8765712e8ec1cef3acfbf30dc0e45ef6f4b71bb402"` | image tag | | ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | podSecurityContext.runAsGroup | int | `0` | | diff --git a/charts/stable/booksonic-air/CHANGELOG.md b/charts/stable/booksonic-air/CHANGELOG.md index c12f339057f..68b143042d4 100644 --- a/charts/stable/booksonic-air/CHANGELOG.md +++ b/charts/stable/booksonic-air/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [booksonic-air-3.0.2](https://github.com/truecharts/apps/compare/booksonic-air-3.0.1...booksonic-air-3.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [booksonic-air-3.0.1](https://github.com/truecharts/apps/compare/booksonic-air-3.0.0...booksonic-air-3.0.1) (2021-09-26) diff --git a/charts/stable/booksonic-air/Chart.yaml b/charts/stable/booksonic-air/Chart.yaml index c102baf1ab6..ddbd54e4d52 100644 --- a/charts/stable/booksonic-air/Chart.yaml +++ b/charts/stable/booksonic-air/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 2009.1.0 +appVersion: "2009.1.0" dependencies: - name: common repository: https://truecharts.org diff --git a/charts/stable/booksonic-air/SCALE/CHANGELOG.md b/charts/stable/booksonic-air/SCALE/CHANGELOG.md index e7556bccbc6..c4089cad1c1 100644 --- a/charts/stable/booksonic-air/SCALE/CHANGELOG.md +++ b/charts/stable/booksonic-air/SCALE/CHANGELOG.md @@ -1,3 +1,7 @@ - -### [booksonic-air-3.0.1](https://github.com/truecharts/apps/compare/booksonic-air-3.0.0...booksonic-air-3.0.1) (2021-09-26) + +### [booksonic-air-3.0.2](https://github.com/truecharts/apps/compare/booksonic-air-3.0.1...booksonic-air-3.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) diff --git a/charts/stable/booksonic-air/helm-values.md b/charts/stable/booksonic-air/helm-values.md index df993a4f606..5c86319cabe 100644 --- a/charts/stable/booksonic-air/helm-values.md +++ b/charts/stable/booksonic-air/helm-values.md @@ -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 | `"ghcr.io/linuxserver/booksonic-air"` | image repository | -| image.tag | string | `"version-v2009.1.0@sha256:e05e9b40b03ad4f7468c297f4282cd9a713de9513968b0872abf90b10cce00e7"` | image tag | +| image.tag | string | `"version-v2009.1.0@sha256:808cffbd67f61e636f61ed9eb03b52f7e3ff0ead77f1be5016f9518c43f15118"` | image tag | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | podSecurityContext.runAsGroup | int | `0` | | | podSecurityContext.runAsUser | int | `0` | | diff --git a/charts/stable/custom-app/CHANGELOG.md b/charts/stable/custom-app/CHANGELOG.md index 6cfc1d021f8..97916e25408 100644 --- a/charts/stable/custom-app/CHANGELOG.md +++ b/charts/stable/custom-app/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [custom-app-2.0.2](https://github.com/truecharts/apps/compare/custom-app-2.0.1...custom-app-2.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [custom-app-2.0.1](https://github.com/truecharts/apps/compare/custom-app-2.0.0...custom-app-2.0.1) (2021-09-26) diff --git a/charts/stable/custom-app/Chart.yaml b/charts/stable/custom-app/Chart.yaml index 499e6969735..57641d86f08 100644 --- a/charts/stable/custom-app/Chart.yaml +++ b/charts/stable/custom-app/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.18.773 +appVersion: "0.18.815" dependencies: - name: common repository: https://truecharts.org diff --git a/charts/stable/custom-app/SCALE/CHANGELOG.md b/charts/stable/custom-app/SCALE/CHANGELOG.md index 821633ca302..39cae363409 100644 --- a/charts/stable/custom-app/SCALE/CHANGELOG.md +++ b/charts/stable/custom-app/SCALE/CHANGELOG.md @@ -1,3 +1,7 @@ - -### [custom-app-2.0.1](https://github.com/truecharts/apps/compare/custom-app-2.0.0...custom-app-2.0.1) (2021-09-26) + +### [custom-app-2.0.2](https://github.com/truecharts/apps/compare/custom-app-2.0.1...custom-app-2.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) diff --git a/charts/stable/custom-app/helm-values.md b/charts/stable/custom-app/helm-values.md index 4ab882043c5..40743cf8ab4 100644 --- a/charts/stable/custom-app/helm-values.md +++ b/charts/stable/custom-app/helm-values.md @@ -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 | `"ghcr.io/k8s-at-home/jackett"` | | -| image.tag | string | `"v0.18.773@sha256:288d33f51df057ba91a8f4586e7b47082984c66f21ccfa09a39339402aebcbad"` | | +| image.tag | string | `"v0.18.815@sha256:ddf778183a731e63fc090bcfabc7133a4b740372bd69a6ef8dfccaa2971e4745"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/charts/stable/deluge/CHANGELOG.md b/charts/stable/deluge/CHANGELOG.md index 277c7540fd8..5c0ca956c50 100644 --- a/charts/stable/deluge/CHANGELOG.md +++ b/charts/stable/deluge/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [deluge-8.0.2](https://github.com/truecharts/apps/compare/deluge-8.0.1...deluge-8.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [deluge-8.0.1](https://github.com/truecharts/apps/compare/deluge-8.0.0...deluge-8.0.1) (2021-09-26) diff --git a/charts/stable/deluge/Chart.yaml b/charts/stable/deluge/Chart.yaml index 17b0eef605d..791918397ff 100644 --- a/charts/stable/deluge/Chart.yaml +++ b/charts/stable/deluge/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 2.0.3-2201 +appVersion: "2.0.3-2201" dependencies: - name: common repository: https://truecharts.org diff --git a/charts/stable/deluge/SCALE/CHANGELOG.md b/charts/stable/deluge/SCALE/CHANGELOG.md index ba43a76a015..f8040bcd260 100644 --- a/charts/stable/deluge/SCALE/CHANGELOG.md +++ b/charts/stable/deluge/SCALE/CHANGELOG.md @@ -1,3 +1,7 @@ - -### [deluge-8.0.1](https://github.com/truecharts/apps/compare/deluge-8.0.0...deluge-8.0.1) (2021-09-26) + +### [deluge-8.0.2](https://github.com/truecharts/apps/compare/deluge-8.0.1...deluge-8.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) diff --git a/charts/stable/deluge/helm-values.md b/charts/stable/deluge/helm-values.md index 6015826a6eb..48044778c65 100644 --- a/charts/stable/deluge/helm-values.md +++ b/charts/stable/deluge/helm-values.md @@ -13,7 +13,7 @@ You will, however, be able to use all values referenced in the common chart here |-----|------|---------|-------------| | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/linuxserver/deluge"` | | -| image.tag | string | `"version-2.0.3-2201906121747ubuntu18.04.1@sha256:a32d8680e315932b799c8267e2c0d630185aaf8b542d56a134c74c9a5c957c36"` | | +| image.tag | string | `"version-2.0.3-2201906121747ubuntu18.04.1@sha256:e9c5709346f2746b0b7a893c5c6a31a92617f685d053a0a17246707f80256e3e"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/charts/stable/dizquetv/CHANGELOG.md b/charts/stable/dizquetv/CHANGELOG.md index 3af687bd55b..b3048a55f7c 100644 --- a/charts/stable/dizquetv/CHANGELOG.md +++ b/charts/stable/dizquetv/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [dizquetv-3.0.2](https://github.com/truecharts/apps/compare/dizquetv-3.0.1...dizquetv-3.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [dizquetv-3.0.1](https://github.com/truecharts/apps/compare/dizquetv-3.0.0...dizquetv-3.0.1) (2021-09-26) diff --git a/charts/stable/dizquetv/Chart.yaml b/charts/stable/dizquetv/Chart.yaml index 40c81d8a5f6..9ee76393c5b 100644 --- a/charts/stable/dizquetv/Chart.yaml +++ b/charts/stable/dizquetv/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.4.5 +appVersion: "1.5.0" dependencies: - name: common repository: https://truecharts.org diff --git a/charts/stable/dizquetv/SCALE/CHANGELOG.md b/charts/stable/dizquetv/SCALE/CHANGELOG.md index 4bc14efdc4f..8f6fb4c7d27 100644 --- a/charts/stable/dizquetv/SCALE/CHANGELOG.md +++ b/charts/stable/dizquetv/SCALE/CHANGELOG.md @@ -1,3 +1,7 @@ - -### [dizquetv-3.0.1](https://github.com/truecharts/apps/compare/dizquetv-3.0.0...dizquetv-3.0.1) (2021-09-26) + +### [dizquetv-3.0.2](https://github.com/truecharts/apps/compare/dizquetv-3.0.1...dizquetv-3.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) diff --git a/charts/stable/dizquetv/helm-values.md b/charts/stable/dizquetv/helm-values.md index a868458aa1b..e48044159cb 100644 --- a/charts/stable/dizquetv/helm-values.md +++ b/charts/stable/dizquetv/helm-values.md @@ -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 | `"ghcr.io/truecharts/dizquetv"` | image repository | -| image.tag | string | `"v1.4.5@sha256:a6d6ad27279086a679386e8a86d891a01503134e893028f0db6d8a4578649f18"` | image tag | +| image.tag | string | `"v1.5.0@sha256:e7fab135e5048700be9635208c5500b830ceddb7fa0b0f9fffd2fcaa645a8374"` | image tag | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | service | object | See values.yaml | Configures service settings for the chart. | diff --git a/charts/stable/duplicati/CHANGELOG.md b/charts/stable/duplicati/CHANGELOG.md index f3bf788bc9a..bd376c2f723 100644 --- a/charts/stable/duplicati/CHANGELOG.md +++ b/charts/stable/duplicati/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [duplicati-3.0.2](https://github.com/truecharts/apps/compare/duplicati-3.0.1...duplicati-3.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [duplicati-3.0.1](https://github.com/truecharts/apps/compare/duplicati-3.0.0...duplicati-3.0.1) (2021-09-26) diff --git a/charts/stable/duplicati/Chart.yaml b/charts/stable/duplicati/Chart.yaml index afec274ba68..b4c232d1077 100644 --- a/charts/stable/duplicati/Chart.yaml +++ b/charts/stable/duplicati/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: latest +appVersion: "latest" dependencies: - name: common repository: https://truecharts.org diff --git a/charts/stable/duplicati/SCALE/CHANGELOG.md b/charts/stable/duplicati/SCALE/CHANGELOG.md index 6f52a9925e9..e35a9ceb47d 100644 --- a/charts/stable/duplicati/SCALE/CHANGELOG.md +++ b/charts/stable/duplicati/SCALE/CHANGELOG.md @@ -1,3 +1,7 @@ - -### [duplicati-3.0.1](https://github.com/truecharts/apps/compare/duplicati-3.0.0...duplicati-3.0.1) (2021-09-26) + +### [duplicati-3.0.2](https://github.com/truecharts/apps/compare/duplicati-3.0.1...duplicati-3.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) diff --git a/charts/stable/duplicati/helm-values.md b/charts/stable/duplicati/helm-values.md index a7da1821d39..b9f1efb29f7 100644 --- a/charts/stable/duplicati/helm-values.md +++ b/charts/stable/duplicati/helm-values.md @@ -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 | `"ghcr.io/linuxserver/duplicati"` | image repository | -| image.tag | string | `"latest@sha256:98947d1b6dc0a890a89d38daef1c0752181c604ada7b207390dc5b2f91c90a40"` | image tag | +| image.tag | string | `"latest@sha256:153b177ece89a870e64aafba2897be258e6b2942289b2d05d33a642bfaeb5e31"` | image tag | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | podSecurityContext.runAsGroup | int | `0` | | | podSecurityContext.runAsUser | int | `0` | | diff --git a/charts/stable/fireflyiii/CHANGELOG.md b/charts/stable/fireflyiii/CHANGELOG.md index 980a8645c1c..2ee39b8782d 100644 --- a/charts/stable/fireflyiii/CHANGELOG.md +++ b/charts/stable/fireflyiii/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [fireflyiii-9.0.3](https://github.com/truecharts/apps/compare/fireflyiii-9.0.2...fireflyiii-9.0.3) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [fireflyiii-9.0.2](https://github.com/truecharts/apps/compare/fireflyiii-9.0.1...fireflyiii-9.0.2) (2021-09-27) diff --git a/charts/stable/fireflyiii/Chart.yaml b/charts/stable/fireflyiii/Chart.yaml index 8a4015b772f..88118e6d32b 100644 --- a/charts/stable/fireflyiii/Chart.yaml +++ b/charts/stable/fireflyiii/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 5.5.12 +appVersion: "5.5.12" dependencies: - name: common repository: https://truecharts.org diff --git a/charts/stable/fireflyiii/SCALE/CHANGELOG.md b/charts/stable/fireflyiii/SCALE/CHANGELOG.md index 9de96e91166..0be7a623e72 100644 --- a/charts/stable/fireflyiii/SCALE/CHANGELOG.md +++ b/charts/stable/fireflyiii/SCALE/CHANGELOG.md @@ -1,7 +1,7 @@ - -### [fireflyiii-9.0.2](https://github.com/truecharts/apps/compare/fireflyiii-9.0.1...fireflyiii-9.0.2) (2021-09-27) + +### [fireflyiii-9.0.3](https://github.com/truecharts/apps/compare/fireflyiii-9.0.2...fireflyiii-9.0.3) (2021-09-28) #### Chore -* update helm chart postgresql to v3 ([#1041](https://github.com/truecharts/apps/issues/1041)) +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) diff --git a/charts/stable/fireflyiii/helm-values.md b/charts/stable/fireflyiii/helm-values.md index 31dcad4e6a0..e3db36c40d5 100644 --- a/charts/stable/fireflyiii/helm-values.md +++ b/charts/stable/fireflyiii/helm-values.md @@ -42,7 +42,7 @@ You will, however, be able to use all values referenced in the common chart here | postgresql.postgresqlUsername | string | `"firefly"` | | | postgresqlImage.pullPolicy | string | `"IfNotPresent"` | | | postgresqlImage.repository | string | `"bitnami/postgresql"` | | -| postgresqlImage.tag | string | `"13.4.0@sha256:abfb7efd31afc36a8b16aa077bb9dd165c4f635412affef37c7859605fda762c"` | | +| postgresqlImage.tag | string | `"13.4.0@sha256:8649fbdf99edc80f42620ae946255fcae687e9b9071ab7e635680828ef212de4"` | | | probes.liveness.path | string | `"/login"` | | | probes.readiness.path | string | `"/login"` | | | probes.startup.path | string | `"/login"` | | diff --git a/charts/stable/freshrss/CHANGELOG.md b/charts/stable/freshrss/CHANGELOG.md index 4dba430e673..5012bdf3c05 100644 --- a/charts/stable/freshrss/CHANGELOG.md +++ b/charts/stable/freshrss/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [freshrss-8.0.2](https://github.com/truecharts/apps/compare/freshrss-8.0.1...freshrss-8.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [freshrss-8.0.1](https://github.com/truecharts/apps/compare/freshrss-8.0.0...freshrss-8.0.1) (2021-09-26) diff --git a/charts/stable/freshrss/Chart.yaml b/charts/stable/freshrss/Chart.yaml index 8bba8a543fc..79bdf6e8d5f 100644 --- a/charts/stable/freshrss/Chart.yaml +++ b/charts/stable/freshrss/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.18.1 +appVersion: "1.18.1" dependencies: - name: common repository: https://truecharts.org diff --git a/charts/stable/freshrss/SCALE/CHANGELOG.md b/charts/stable/freshrss/SCALE/CHANGELOG.md index 714cfb7271d..a453f56ff3b 100644 --- a/charts/stable/freshrss/SCALE/CHANGELOG.md +++ b/charts/stable/freshrss/SCALE/CHANGELOG.md @@ -1,3 +1,7 @@ - -### [freshrss-8.0.1](https://github.com/truecharts/apps/compare/freshrss-8.0.0...freshrss-8.0.1) (2021-09-26) + +### [freshrss-8.0.2](https://github.com/truecharts/apps/compare/freshrss-8.0.1...freshrss-8.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) diff --git a/charts/stable/freshrss/helm-values.md b/charts/stable/freshrss/helm-values.md index d60622cbbbb..cc653a508e9 100644 --- a/charts/stable/freshrss/helm-values.md +++ b/charts/stable/freshrss/helm-values.md @@ -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 | `"ghcr.io/linuxserver/freshrss"` | | -| image.tag | string | `"version-1.18.1@sha256:08fbb9de9f6c0292fc4334375ae0e7b7c618a0dac2a946306f57c64e9508e6b1"` | | +| image.tag | string | `"version-1.18.1@sha256:b5323d52c18871a62d5b7c618dce71ac5c3e7712e13b1d813606b78559630226"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/charts/stable/grocy/CHANGELOG.md b/charts/stable/grocy/CHANGELOG.md index 2b20add8f55..36b005cd8e3 100644 --- a/charts/stable/grocy/CHANGELOG.md +++ b/charts/stable/grocy/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [grocy-8.0.2](https://github.com/truecharts/apps/compare/grocy-8.0.1...grocy-8.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [grocy-8.0.1](https://github.com/truecharts/apps/compare/grocy-8.0.0...grocy-8.0.1) (2021-09-26) diff --git a/charts/stable/grocy/Chart.yaml b/charts/stable/grocy/Chart.yaml index f3917f793ab..9ed0b13e6ec 100644 --- a/charts/stable/grocy/Chart.yaml +++ b/charts/stable/grocy/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 3.1.1 +appVersion: "3.1.1" dependencies: - name: common repository: https://truecharts.org diff --git a/charts/stable/grocy/SCALE/CHANGELOG.md b/charts/stable/grocy/SCALE/CHANGELOG.md index e391977688e..0cedf5e31b4 100644 --- a/charts/stable/grocy/SCALE/CHANGELOG.md +++ b/charts/stable/grocy/SCALE/CHANGELOG.md @@ -1,3 +1,7 @@ - -### [grocy-8.0.1](https://github.com/truecharts/apps/compare/grocy-8.0.0...grocy-8.0.1) (2021-09-26) + +### [grocy-8.0.2](https://github.com/truecharts/apps/compare/grocy-8.0.1...grocy-8.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) diff --git a/charts/stable/grocy/helm-values.md b/charts/stable/grocy/helm-values.md index 0bb2b3664e2..479b2d392da 100644 --- a/charts/stable/grocy/helm-values.md +++ b/charts/stable/grocy/helm-values.md @@ -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 | `"ghcr.io/linuxserver/grocy"` | | -| image.tag | string | `"version-v3.1.1@sha256:26537103c844e83316d64c4c42f11ea2225f878930c590d1c9048b49ad902188"` | | +| image.tag | string | `"version-v3.1.1@sha256:f67e4ce1c7498f5360d874955b0baf3b6b4ae88f5411094d32f7bfb93ddd4a5a"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/charts/stable/heimdall/CHANGELOG.md b/charts/stable/heimdall/CHANGELOG.md index 1eea75ea814..e5c971d5ae9 100644 --- a/charts/stable/heimdall/CHANGELOG.md +++ b/charts/stable/heimdall/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [heimdall-8.0.2](https://github.com/truecharts/apps/compare/heimdall-8.0.1...heimdall-8.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [heimdall-8.0.1](https://github.com/truecharts/apps/compare/heimdall-8.0.0...heimdall-8.0.1) (2021-09-26) diff --git a/charts/stable/heimdall/Chart.yaml b/charts/stable/heimdall/Chart.yaml index a1ca58788db..006ace196ca 100644 --- a/charts/stable/heimdall/Chart.yaml +++ b/charts/stable/heimdall/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 2.2.2 +appVersion: "2.2.2" dependencies: - name: common repository: https://truecharts.org diff --git a/charts/stable/heimdall/SCALE/CHANGELOG.md b/charts/stable/heimdall/SCALE/CHANGELOG.md index a03d527e939..594088574f1 100644 --- a/charts/stable/heimdall/SCALE/CHANGELOG.md +++ b/charts/stable/heimdall/SCALE/CHANGELOG.md @@ -1,3 +1,7 @@ - -### [heimdall-8.0.1](https://github.com/truecharts/apps/compare/heimdall-8.0.0...heimdall-8.0.1) (2021-09-26) + +### [heimdall-8.0.2](https://github.com/truecharts/apps/compare/heimdall-8.0.1...heimdall-8.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) diff --git a/charts/stable/heimdall/helm-values.md b/charts/stable/heimdall/helm-values.md index 8f935ba5f3e..0581b67dba1 100644 --- a/charts/stable/heimdall/helm-values.md +++ b/charts/stable/heimdall/helm-values.md @@ -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 | `"ghcr.io/linuxserver/heimdall"` | | -| image.tag | string | `"version-2.2.2@sha256:823ce3c0e05b9bd7c011c03cea3af33b71efd726514d22b2d5b1d6989cefd5a7"` | | +| image.tag | string | `"version-2.2.2@sha256:71c2d79a0c05666797f59c6bb323464f6c4618819a84691d250c536ab1d42c1c"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/charts/stable/jackett/CHANGELOG.md b/charts/stable/jackett/CHANGELOG.md index 3e9a7d8fc08..7aed4a1e1f8 100644 --- a/charts/stable/jackett/CHANGELOG.md +++ b/charts/stable/jackett/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [jackett-8.0.2](https://github.com/truecharts/apps/compare/jackett-8.0.1...jackett-8.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [jackett-8.0.1](https://github.com/truecharts/apps/compare/jackett-8.0.0...jackett-8.0.1) (2021-09-26) diff --git a/charts/stable/jackett/Chart.yaml b/charts/stable/jackett/Chart.yaml index 98ee340e1ad..625b55faca3 100644 --- a/charts/stable/jackett/Chart.yaml +++ b/charts/stable/jackett/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.18.773 +appVersion: "0.18.815" dependencies: - name: common repository: https://truecharts.org diff --git a/charts/stable/jackett/SCALE/CHANGELOG.md b/charts/stable/jackett/SCALE/CHANGELOG.md index 2fe1236fe60..f5a7efa03d3 100644 --- a/charts/stable/jackett/SCALE/CHANGELOG.md +++ b/charts/stable/jackett/SCALE/CHANGELOG.md @@ -1,3 +1,7 @@ - -### [jackett-8.0.1](https://github.com/truecharts/apps/compare/jackett-8.0.0...jackett-8.0.1) (2021-09-26) + +### [jackett-8.0.2](https://github.com/truecharts/apps/compare/jackett-8.0.1...jackett-8.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) diff --git a/charts/stable/jackett/helm-values.md b/charts/stable/jackett/helm-values.md index 3b88f9781f0..a2ca3d16b57 100644 --- a/charts/stable/jackett/helm-values.md +++ b/charts/stable/jackett/helm-values.md @@ -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 | `"ghcr.io/k8s-at-home/jackett"` | | -| image.tag | string | `"v0.18.773@sha256:288d33f51df057ba91a8f4586e7b47082984c66f21ccfa09a39339402aebcbad"` | | +| image.tag | string | `"v0.18.815@sha256:ddf778183a731e63fc090bcfabc7133a4b740372bd69a6ef8dfccaa2971e4745"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/charts/stable/komga/CHANGELOG.md b/charts/stable/komga/CHANGELOG.md index b1cdbde17e9..e08d2d73806 100644 --- a/charts/stable/komga/CHANGELOG.md +++ b/charts/stable/komga/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [komga-3.0.2](https://github.com/truecharts/apps/compare/komga-3.0.1...komga-3.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [komga-3.0.1](https://github.com/truecharts/apps/compare/komga-3.0.0...komga-3.0.1) (2021-09-26) diff --git a/charts/stable/komga/Chart.yaml b/charts/stable/komga/Chart.yaml index 231c757276a..a811bc9d1d8 100644 --- a/charts/stable/komga/Chart.yaml +++ b/charts/stable/komga/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.128.3 +appVersion: "0.130.0" dependencies: - name: common repository: https://truecharts.org diff --git a/charts/stable/komga/SCALE/CHANGELOG.md b/charts/stable/komga/SCALE/CHANGELOG.md index 6e9fafd4a7f..2ef81415c0c 100644 --- a/charts/stable/komga/SCALE/CHANGELOG.md +++ b/charts/stable/komga/SCALE/CHANGELOG.md @@ -1,3 +1,7 @@ - -### [komga-3.0.1](https://github.com/truecharts/apps/compare/komga-3.0.0...komga-3.0.1) (2021-09-26) + +### [komga-3.0.2](https://github.com/truecharts/apps/compare/komga-3.0.1...komga-3.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) diff --git a/charts/stable/komga/helm-values.md b/charts/stable/komga/helm-values.md index 9dab6b8e728..17f6a426cc7 100644 --- a/charts/stable/komga/helm-values.md +++ b/charts/stable/komga/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | See below | environment variables. See more environment variables in the [komga documentation](https://komga.org/installation/configuration.html#optional-configuration). | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"ghcr.io/truecharts/komga"` | image repository | -| image.tag | string | `"v0.128.3@sha256:7868a1e1362466c51e185b41a0715c27b6b7c67f3a9cc76f1f39243ad57c47a2"` | image tag | +| image.tag | string | `"v0.130.0@sha256:98447ce3b1bc244aed902e1944493f9929aefc9dabc0b4020aceae74b83bfd82"` | image tag | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | service | object | See values.yaml | Configures service settings for the chart. | diff --git a/charts/stable/lazylibrarian/CHANGELOG.md b/charts/stable/lazylibrarian/CHANGELOG.md index 346f9855358..f1e497124ac 100644 --- a/charts/stable/lazylibrarian/CHANGELOG.md +++ b/charts/stable/lazylibrarian/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [lazylibrarian-8.0.2](https://github.com/truecharts/apps/compare/lazylibrarian-8.0.1...lazylibrarian-8.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [lazylibrarian-8.0.1](https://github.com/truecharts/apps/compare/lazylibrarian-8.0.0...lazylibrarian-8.0.1) (2021-09-26) diff --git a/charts/stable/lazylibrarian/Chart.yaml b/charts/stable/lazylibrarian/Chart.yaml index a45dc0e5721..0ff59358309 100644 --- a/charts/stable/lazylibrarian/Chart.yaml +++ b/charts/stable/lazylibrarian/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: latest +appVersion: "latest" dependencies: - name: common repository: https://truecharts.org diff --git a/charts/stable/lazylibrarian/SCALE/CHANGELOG.md b/charts/stable/lazylibrarian/SCALE/CHANGELOG.md index d63fc7ffd8e..db796fd68ad 100644 --- a/charts/stable/lazylibrarian/SCALE/CHANGELOG.md +++ b/charts/stable/lazylibrarian/SCALE/CHANGELOG.md @@ -1,3 +1,7 @@ - -### [lazylibrarian-8.0.1](https://github.com/truecharts/apps/compare/lazylibrarian-8.0.0...lazylibrarian-8.0.1) (2021-09-26) + +### [lazylibrarian-8.0.2](https://github.com/truecharts/apps/compare/lazylibrarian-8.0.1...lazylibrarian-8.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) diff --git a/charts/stable/lazylibrarian/helm-values.md b/charts/stable/lazylibrarian/helm-values.md index b0d42fbc7a3..ec2108e2e5d 100644 --- a/charts/stable/lazylibrarian/helm-values.md +++ b/charts/stable/lazylibrarian/helm-values.md @@ -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 | `"ghcr.io/linuxserver/lazylibrarian"` | | -| image.tag | string | `"latest@sha256:148eb92d265fc31b3fcd39759ed65d608b7ffdf4ffac530ec1ba33aa1f717c2b"` | | +| image.tag | string | `"latest@sha256:0b09d330d023fe3f36ff1383b0e55b1f06936af0957004193457c97e40fbd5ca"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/charts/stable/nzbhydra/CHANGELOG.md b/charts/stable/nzbhydra/CHANGELOG.md index fac603b238f..f2fef42a5f4 100644 --- a/charts/stable/nzbhydra/CHANGELOG.md +++ b/charts/stable/nzbhydra/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [nzbhydra-8.0.3](https://github.com/truecharts/apps/compare/nzbhydra-8.0.2...nzbhydra-8.0.3) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [nzbhydra-8.0.2](https://github.com/truecharts/apps/compare/nzbhydra-8.0.0...nzbhydra-8.0.2) (2021-09-26) diff --git a/charts/stable/nzbhydra/Chart.yaml b/charts/stable/nzbhydra/Chart.yaml index 8e3f3a2bf90..a45300e8eeb 100644 --- a/charts/stable/nzbhydra/Chart.yaml +++ b/charts/stable/nzbhydra/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 3.15.2 +appVersion: "3.16.2" dependencies: - name: common repository: https://truecharts.org diff --git a/charts/stable/nzbhydra/SCALE/CHANGELOG.md b/charts/stable/nzbhydra/SCALE/CHANGELOG.md index e8f9d73fe62..8e9ee27a6f0 100644 --- a/charts/stable/nzbhydra/SCALE/CHANGELOG.md +++ b/charts/stable/nzbhydra/SCALE/CHANGELOG.md @@ -1,7 +1,7 @@ - -### [nzbhydra-8.0.2](https://github.com/truecharts/apps/compare/nzbhydra-8.0.0...nzbhydra-8.0.2) (2021-09-26) + +### [nzbhydra-8.0.3](https://github.com/truecharts/apps/compare/nzbhydra-8.0.2...nzbhydra-8.0.3) (2021-09-28) #### Chore -* update non-major deps helm releases ([#1040](https://github.com/truecharts/apps/issues/1040)) +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) diff --git a/charts/stable/nzbhydra/helm-values.md b/charts/stable/nzbhydra/helm-values.md index 7216fd4bbd7..750031d1b17 100644 --- a/charts/stable/nzbhydra/helm-values.md +++ b/charts/stable/nzbhydra/helm-values.md @@ -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 | `"ghcr.io/k8s-at-home/nzbhydra2"` | | -| image.tag | string | `"v3.15.2@sha256:3bad273e062a950fbc1ac8ab40f00c39efcb16f30abf5db7b5d2086777384362"` | | +| image.tag | string | `"v3.16.2@sha256:9882ef4be719ab4bbd774f0e77aabba178e523f6bd961ec5389137920cda18b0"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/charts/stable/omada-controller/CHANGELOG.md b/charts/stable/omada-controller/CHANGELOG.md index 4667cf41add..4f5e25e8c44 100644 --- a/charts/stable/omada-controller/CHANGELOG.md +++ b/charts/stable/omada-controller/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [omada-controller-3.0.2](https://github.com/truecharts/apps/compare/omada-controller-3.0.1...omada-controller-3.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [omada-controller-3.0.1](https://github.com/truecharts/apps/compare/omada-controller-3.0.0...omada-controller-3.0.1) (2021-09-26) diff --git a/charts/stable/omada-controller/Chart.yaml b/charts/stable/omada-controller/Chart.yaml index 754c5f7e047..05ee28ab8f4 100644 --- a/charts/stable/omada-controller/Chart.yaml +++ b/charts/stable/omada-controller/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: '4.4' +appVersion: "4.4" dependencies: - name: common repository: https://truecharts.org diff --git a/charts/stable/omada-controller/SCALE/CHANGELOG.md b/charts/stable/omada-controller/SCALE/CHANGELOG.md index 787e9c8f4b2..da8f9d7fb82 100644 --- a/charts/stable/omada-controller/SCALE/CHANGELOG.md +++ b/charts/stable/omada-controller/SCALE/CHANGELOG.md @@ -1,3 +1,7 @@ - -### [omada-controller-3.0.1](https://github.com/truecharts/apps/compare/omada-controller-3.0.0...omada-controller-3.0.1) (2021-09-26) + +### [omada-controller-3.0.2](https://github.com/truecharts/apps/compare/omada-controller-3.0.1...omada-controller-3.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) diff --git a/charts/stable/omada-controller/helm-values.md b/charts/stable/omada-controller/helm-values.md index 87a9c69f9f9..d70df5b5424 100644 --- a/charts/stable/omada-controller/helm-values.md +++ b/charts/stable/omada-controller/helm-values.md @@ -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 | `"docker.io/mbentley/omada-controller"` | image repository | -| image.tag | string | `"4.4@sha256:207876a39cf4fc6e3133c011ad283296677e314537d354149628de2b13f7990e"` | image tag | +| image.tag | string | `"4.4@sha256:4af661728fde7cf87e83e8d1c9a49c924e1bde892b7af077e2b385447e9f2120"` | image tag | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | podSecurityContext.runAsGroup | int | `0` | | | podSecurityContext.runAsUser | int | `0` | | diff --git a/charts/stable/owncast/CHANGELOG.md b/charts/stable/owncast/CHANGELOG.md index 6c284ba869f..0a625f81097 100644 --- a/charts/stable/owncast/CHANGELOG.md +++ b/charts/stable/owncast/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [owncast-3.0.2](https://github.com/truecharts/apps/compare/owncast-3.0.1...owncast-3.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [owncast-3.0.1](https://github.com/truecharts/apps/compare/owncast-3.0.0...owncast-3.0.1) (2021-09-26) diff --git a/charts/stable/owncast/Chart.yaml b/charts/stable/owncast/Chart.yaml index bff16a5cf38..d62d4e458d9 100644 --- a/charts/stable/owncast/Chart.yaml +++ b/charts/stable/owncast/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.0.8 +appVersion: "0.0.9" dependencies: - name: common repository: https://truecharts.org diff --git a/charts/stable/owncast/SCALE/CHANGELOG.md b/charts/stable/owncast/SCALE/CHANGELOG.md index 9c9aecc34d4..f132027e890 100644 --- a/charts/stable/owncast/SCALE/CHANGELOG.md +++ b/charts/stable/owncast/SCALE/CHANGELOG.md @@ -1,3 +1,7 @@ - -### [owncast-3.0.1](https://github.com/truecharts/apps/compare/owncast-3.0.0...owncast-3.0.1) (2021-09-26) + +### [owncast-3.0.2](https://github.com/truecharts/apps/compare/owncast-3.0.1...owncast-3.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) diff --git a/charts/stable/owncast/helm-values.md b/charts/stable/owncast/helm-values.md index cb1bb1a5693..bb1b300a368 100644 --- a/charts/stable/owncast/helm-values.md +++ b/charts/stable/owncast/helm-values.md @@ -13,7 +13,7 @@ You will, however, be able to use all values referenced in the common chart here |-----|------|---------|-------------| | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"ghcr.io/truecharts/owncast"` | image repository | -| image.tag | string | `"v0.0.8@sha256:5a271ca7d7870bfc9ef777190c882f373063624013cf67517e73c9ef4bdd338d"` | image tag | +| image.tag | string | `"v0.0.9@sha256:dcef5ec7b68a30b120c62d6d0eb9adfe4ff87228b04d64097b40b12f5faa5e90"` | image tag | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | podSecurityContext.runAsGroup | int | `0` | | | podSecurityContext.runAsUser | int | `0` | | diff --git a/charts/stable/postgresql/CHANGELOG.md b/charts/stable/postgresql/CHANGELOG.md index 278d39c6ada..73d360cf8c0 100644 --- a/charts/stable/postgresql/CHANGELOG.md +++ b/charts/stable/postgresql/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [postgresql-3.0.2](https://github.com/truecharts/apps/compare/postgresql-3.0.1...postgresql-3.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [postgresql-3.0.1](https://github.com/truecharts/apps/compare/postgresql-3.0.0...postgresql-3.0.1) (2021-09-26) diff --git a/charts/stable/postgresql/Chart.yaml b/charts/stable/postgresql/Chart.yaml index 4c8b88de6c0..74c4f867633 100644 --- a/charts/stable/postgresql/Chart.yaml +++ b/charts/stable/postgresql/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 13.4.0 +appVersion: "13.4.0" dependencies: - name: common repository: https://truecharts.org diff --git a/charts/stable/postgresql/SCALE/CHANGELOG.md b/charts/stable/postgresql/SCALE/CHANGELOG.md index b23da00a82e..b5d1f6f004b 100644 --- a/charts/stable/postgresql/SCALE/CHANGELOG.md +++ b/charts/stable/postgresql/SCALE/CHANGELOG.md @@ -1,3 +1,7 @@ - -### [postgresql-3.0.1](https://github.com/truecharts/apps/compare/postgresql-3.0.0...postgresql-3.0.1) (2021-09-26) + +### [postgresql-3.0.2](https://github.com/truecharts/apps/compare/postgresql-3.0.1...postgresql-3.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) diff --git a/charts/stable/postgresql/helm-values.md b/charts/stable/postgresql/helm-values.md index 5e7a5f9442e..c8b5142733f 100644 --- a/charts/stable/postgresql/helm-values.md +++ b/charts/stable/postgresql/helm-values.md @@ -19,7 +19,7 @@ You will, however, be able to use all values referenced in the common chart here | existingSecret | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"bitnami/postgresql"` | | -| image.tag | string | `"13.4.0@sha256:abfb7efd31afc36a8b16aa077bb9dd165c4f635412affef37c7859605fda762c"` | | +| image.tag | string | `"13.4.0@sha256:8649fbdf99edc80f42620ae946255fcae687e9b9071ab7e635680828ef212de4"` | | | initContainers.migrate-db.command[0] | string | `"/bin/sh"` | | | initContainers.migrate-db.command[1] | string | `"-cx"` | | | initContainers.migrate-db.command[2] | string | `"echo 'trying to migrate old db to new location...'\nmkdir -p /bitnami/postgresql/data\nmv -f /bitnami/postgresql/old/* /bitnami/postgresql/data/ || true\nchown -R {{ .Values.podSecurityContext.runAsUser }}:{{ .Values.podSecurityContext.fsGroup }} /bitnami/postgresql/data\nchmod 775 /bitnami/postgresql/data\n"` | | diff --git a/charts/stable/prowlarr/CHANGELOG.md b/charts/stable/prowlarr/CHANGELOG.md index 8fdb032c59b..bad26cb35ec 100644 --- a/charts/stable/prowlarr/CHANGELOG.md +++ b/charts/stable/prowlarr/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [prowlarr-3.0.2](https://github.com/truecharts/apps/compare/prowlarr-3.0.1...prowlarr-3.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [prowlarr-3.0.1](https://github.com/truecharts/apps/compare/prowlarr-3.0.0...prowlarr-3.0.1) (2021-09-26) diff --git a/charts/stable/prowlarr/Chart.yaml b/charts/stable/prowlarr/Chart.yaml index e5e69d6f687..5987ec3737b 100644 --- a/charts/stable/prowlarr/Chart.yaml +++ b/charts/stable/prowlarr/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.1.1.946 +appVersion: "0.1.1.953" dependencies: - name: common repository: https://truecharts.org diff --git a/charts/stable/prowlarr/SCALE/CHANGELOG.md b/charts/stable/prowlarr/SCALE/CHANGELOG.md index 3297d386120..607d8d18972 100644 --- a/charts/stable/prowlarr/SCALE/CHANGELOG.md +++ b/charts/stable/prowlarr/SCALE/CHANGELOG.md @@ -1,3 +1,7 @@ - -### [prowlarr-3.0.1](https://github.com/truecharts/apps/compare/prowlarr-3.0.0...prowlarr-3.0.1) (2021-09-26) + +### [prowlarr-3.0.2](https://github.com/truecharts/apps/compare/prowlarr-3.0.1...prowlarr-3.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) diff --git a/charts/stable/prowlarr/helm-values.md b/charts/stable/prowlarr/helm-values.md index c000bd799ae..c363a734f38 100644 --- a/charts/stable/prowlarr/helm-values.md +++ b/charts/stable/prowlarr/helm-values.md @@ -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 | `"ghcr.io/k8s-at-home/prowlarr"` | image repository | -| image.tag | string | `"v0.1.1.946@sha256:dfdbeb5a072cd2795cbc9fe74a053d376be841ccee5056e5ffc91cdc498cec99"` | image tag | +| image.tag | string | `"v0.1.1.953@sha256:3cbdb4379830f584f1572fb18e9157503dd2c5612140bdf4b0121f73a2aa8d31"` | image tag | | ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | securityContext.readOnlyRootFilesystem | bool | `false` | | diff --git a/charts/stable/qbittorrent/CHANGELOG.md b/charts/stable/qbittorrent/CHANGELOG.md index eca5c3b3ddb..2e794f48672 100644 --- a/charts/stable/qbittorrent/CHANGELOG.md +++ b/charts/stable/qbittorrent/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [qbittorrent-8.0.2](https://github.com/truecharts/apps/compare/qbittorrent-8.0.1...qbittorrent-8.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [qbittorrent-8.0.1](https://github.com/truecharts/apps/compare/qbittorrent-8.0.0...qbittorrent-8.0.1) (2021-09-26) diff --git a/charts/stable/qbittorrent/Chart.yaml b/charts/stable/qbittorrent/Chart.yaml index 6f945dd6cfd..9ffeeabcc70 100644 --- a/charts/stable/qbittorrent/Chart.yaml +++ b/charts/stable/qbittorrent/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 4.3.7 +appVersion: "4.3.8" dependencies: - name: common repository: https://truecharts.org diff --git a/charts/stable/qbittorrent/SCALE/CHANGELOG.md b/charts/stable/qbittorrent/SCALE/CHANGELOG.md index 4a3405820eb..de064335bcf 100644 --- a/charts/stable/qbittorrent/SCALE/CHANGELOG.md +++ b/charts/stable/qbittorrent/SCALE/CHANGELOG.md @@ -1,3 +1,7 @@ - -### [qbittorrent-8.0.1](https://github.com/truecharts/apps/compare/qbittorrent-8.0.0...qbittorrent-8.0.1) (2021-09-26) + +### [qbittorrent-8.0.2](https://github.com/truecharts/apps/compare/qbittorrent-8.0.1...qbittorrent-8.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) diff --git a/charts/stable/qbittorrent/helm-values.md b/charts/stable/qbittorrent/helm-values.md index d142959e8b8..2c8b6653d6e 100644 --- a/charts/stable/qbittorrent/helm-values.md +++ b/charts/stable/qbittorrent/helm-values.md @@ -18,7 +18,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 | `"ghcr.io/k8s-at-home/qbittorrent"` | | -| image.tag | string | `"v4.3.7@sha256:a51b97508cfd5ec81e6693e7203490d275e76eaa0d7772d40512dea8d8509f45"` | | +| image.tag | string | `"v4.3.8@sha256:d224ead6e97bbd655a18b6d23a76c8bed23098c9c9d745bcd6e84feea31fd494"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/charts/stable/readarr/CHANGELOG.md b/charts/stable/readarr/CHANGELOG.md index ea35fb4f21d..16465f2eb14 100644 --- a/charts/stable/readarr/CHANGELOG.md +++ b/charts/stable/readarr/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [readarr-8.0.2](https://github.com/truecharts/apps/compare/readarr-8.0.1...readarr-8.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [readarr-8.0.1](https://github.com/truecharts/apps/compare/readarr-8.0.0...readarr-8.0.1) (2021-09-26) diff --git a/charts/stable/readarr/Chart.yaml b/charts/stable/readarr/Chart.yaml index 301a1f0b1b1..948bb781914 100644 --- a/charts/stable/readarr/Chart.yaml +++ b/charts/stable/readarr/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 0.1.0.968 +appVersion: "0.1.0.971" dependencies: - name: common repository: https://truecharts.org diff --git a/charts/stable/readarr/SCALE/CHANGELOG.md b/charts/stable/readarr/SCALE/CHANGELOG.md index f860c8b2d7e..9be67dcaddf 100644 --- a/charts/stable/readarr/SCALE/CHANGELOG.md +++ b/charts/stable/readarr/SCALE/CHANGELOG.md @@ -1,3 +1,7 @@ - -### [readarr-8.0.1](https://github.com/truecharts/apps/compare/readarr-8.0.0...readarr-8.0.1) (2021-09-26) + +### [readarr-8.0.2](https://github.com/truecharts/apps/compare/readarr-8.0.1...readarr-8.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) diff --git a/charts/stable/readarr/helm-values.md b/charts/stable/readarr/helm-values.md index 30662375033..4fa50b0ee65 100644 --- a/charts/stable/readarr/helm-values.md +++ b/charts/stable/readarr/helm-values.md @@ -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 | `"ghcr.io/k8s-at-home/readarr"` | | -| image.tag | string | `"v0.1.0.968@sha256:83baf69d209958ef0a60f20906b568c6a265c36b7ae468a63a52fffeaa32e1b6"` | | +| image.tag | string | `"v0.1.0.971@sha256:6cafd5b5eb09733902e8b4aaa20aa35887a39a4368fafc0f85024ae1c6ba7e90"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/charts/stable/sabnzbd/CHANGELOG.md b/charts/stable/sabnzbd/CHANGELOG.md index 2717848d8df..e9ba4bba4c1 100644 --- a/charts/stable/sabnzbd/CHANGELOG.md +++ b/charts/stable/sabnzbd/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [sabnzbd-8.0.2](https://github.com/truecharts/apps/compare/sabnzbd-8.0.1...sabnzbd-8.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [sabnzbd-8.0.1](https://github.com/truecharts/apps/compare/sabnzbd-8.0.0...sabnzbd-8.0.1) (2021-09-26) diff --git a/charts/stable/sabnzbd/Chart.yaml b/charts/stable/sabnzbd/Chart.yaml index d61667719e8..c92c932369a 100644 --- a/charts/stable/sabnzbd/Chart.yaml +++ b/charts/stable/sabnzbd/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 3.3.1 +appVersion: "3.4.1" dependencies: - name: common repository: https://truecharts.org diff --git a/charts/stable/sabnzbd/SCALE/CHANGELOG.md b/charts/stable/sabnzbd/SCALE/CHANGELOG.md index 09133a40506..9d3336d8bf0 100644 --- a/charts/stable/sabnzbd/SCALE/CHANGELOG.md +++ b/charts/stable/sabnzbd/SCALE/CHANGELOG.md @@ -1,3 +1,7 @@ - -### [sabnzbd-8.0.1](https://github.com/truecharts/apps/compare/sabnzbd-8.0.0...sabnzbd-8.0.1) (2021-09-26) + +### [sabnzbd-8.0.2](https://github.com/truecharts/apps/compare/sabnzbd-8.0.1...sabnzbd-8.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) diff --git a/charts/stable/sabnzbd/helm-values.md b/charts/stable/sabnzbd/helm-values.md index d7a0c3df04a..7122b5a6642 100644 --- a/charts/stable/sabnzbd/helm-values.md +++ b/charts/stable/sabnzbd/helm-values.md @@ -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 | `"ghcr.io/k8s-at-home/sabnzbd"` | | -| image.tag | string | `"v3.3.1@sha256:c2d6e775db5a75dbc37efb7a948ad520b7b69cfa288a0588a24a659c332b5baf"` | | +| image.tag | string | `"v3.4.1@sha256:1c8ecab8f4783fd84fe69855c7aa0b78a62002b3733aa9ef0aaec591f90125a0"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/charts/stable/vaultwarden/CHANGELOG.md b/charts/stable/vaultwarden/CHANGELOG.md index 19ba4eba048..09d57ac8752 100644 --- a/charts/stable/vaultwarden/CHANGELOG.md +++ b/charts/stable/vaultwarden/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [vaultwarden-9.0.3](https://github.com/truecharts/apps/compare/vaultwarden-9.0.2...vaultwarden-9.0.3) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [vaultwarden-9.0.2](https://github.com/truecharts/apps/compare/vaultwarden-9.0.1...vaultwarden-9.0.2) (2021-09-27) diff --git a/charts/stable/vaultwarden/Chart.yaml b/charts/stable/vaultwarden/Chart.yaml index d2f4ac07623..65d147892b3 100644 --- a/charts/stable/vaultwarden/Chart.yaml +++ b/charts/stable/vaultwarden/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.22.2 +appVersion: "1.22.2" dependencies: - name: common repository: https://truecharts.org diff --git a/charts/stable/vaultwarden/SCALE/CHANGELOG.md b/charts/stable/vaultwarden/SCALE/CHANGELOG.md index bea8ce66479..ef06f3a96da 100644 --- a/charts/stable/vaultwarden/SCALE/CHANGELOG.md +++ b/charts/stable/vaultwarden/SCALE/CHANGELOG.md @@ -1,7 +1,7 @@ - -### [vaultwarden-9.0.2](https://github.com/truecharts/apps/compare/vaultwarden-9.0.1...vaultwarden-9.0.2) (2021-09-27) + +### [vaultwarden-9.0.3](https://github.com/truecharts/apps/compare/vaultwarden-9.0.2...vaultwarden-9.0.3) (2021-09-28) #### Chore -* update helm chart postgresql to v3 ([#1041](https://github.com/truecharts/apps/issues/1041)) +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) diff --git a/charts/stable/vaultwarden/helm-values.md b/charts/stable/vaultwarden/helm-values.md index 1a2f486e3af..444be074ffa 100644 --- a/charts/stable/vaultwarden/helm-values.md +++ b/charts/stable/vaultwarden/helm-values.md @@ -54,7 +54,7 @@ You will, however, be able to use all values referenced in the common chart here | postgresql.postgresqlUsername | string | `"vaultwarden"` | | | postgresqlImage.pullPolicy | string | `"IfNotPresent"` | | | postgresqlImage.repository | string | `"bitnami/postgresql"` | | -| postgresqlImage.tag | string | `"13.4.0@sha256:abfb7efd31afc36a8b16aa077bb9dd165c4f635412affef37c7859605fda762c"` | | +| postgresqlImage.tag | string | `"13.4.0@sha256:8649fbdf99edc80f42620ae946255fcae687e9b9071ab7e635680828ef212de4"` | | | service.main.ports.main.port | int | `8080` | | | service.ws.ports.ws.enabled | bool | `true` | | | service.ws.ports.ws.port | int | `3012` | | diff --git a/charts/stable/zwavejs2mqtt/CHANGELOG.md b/charts/stable/zwavejs2mqtt/CHANGELOG.md index df10d7189f2..4581b7f0c62 100644 --- a/charts/stable/zwavejs2mqtt/CHANGELOG.md +++ b/charts/stable/zwavejs2mqtt/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [zwavejs2mqtt-8.0.2](https://github.com/truecharts/apps/compare/zwavejs2mqtt-8.0.1...zwavejs2mqtt-8.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [zwavejs2mqtt-8.0.1](https://github.com/truecharts/apps/compare/zwavejs2mqtt-8.0.0...zwavejs2mqtt-8.0.1) (2021-09-26) diff --git a/charts/stable/zwavejs2mqtt/Chart.yaml b/charts/stable/zwavejs2mqtt/Chart.yaml index 6231d47601d..fddcca6c891 100644 --- a/charts/stable/zwavejs2mqtt/Chart.yaml +++ b/charts/stable/zwavejs2mqtt/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 5.6.0 +appVersion: "5.7.1" dependencies: - name: common repository: https://truecharts.org diff --git a/charts/stable/zwavejs2mqtt/SCALE/CHANGELOG.md b/charts/stable/zwavejs2mqtt/SCALE/CHANGELOG.md index e499d006e1d..f76da7c1590 100644 --- a/charts/stable/zwavejs2mqtt/SCALE/CHANGELOG.md +++ b/charts/stable/zwavejs2mqtt/SCALE/CHANGELOG.md @@ -1,3 +1,7 @@ - -### [zwavejs2mqtt-8.0.1](https://github.com/truecharts/apps/compare/zwavejs2mqtt-8.0.0...zwavejs2mqtt-8.0.1) (2021-09-26) + +### [zwavejs2mqtt-8.0.2](https://github.com/truecharts/apps/compare/zwavejs2mqtt-8.0.1...zwavejs2mqtt-8.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) diff --git a/charts/stable/zwavejs2mqtt/helm-values.md b/charts/stable/zwavejs2mqtt/helm-values.md index 4f611f104d3..c8a58783244 100644 --- a/charts/stable/zwavejs2mqtt/helm-values.md +++ b/charts/stable/zwavejs2mqtt/helm-values.md @@ -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 | `"ghcr.io/truecharts/zwavejs2mqtt"` | | -| image.tag | string | `"v5.6.0@sha256:469de8c0d224549bb051263603276a78a3c9281579d21ac3f71611cc17281457"` | | +| image.tag | string | `"v5.7.1@sha256:66b338d1494ab0e7359af73748481c65b6f10235c0c694c1c80bec64e26a6b8a"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/docs/apps/incubator/sogo/CHANGELOG.md b/docs/apps/incubator/sogo/CHANGELOG.md index 871a44b2685..81f3dcbfc56 100644 --- a/docs/apps/incubator/sogo/CHANGELOG.md +++ b/docs/apps/incubator/sogo/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [sogo-4.0.4](https://github.com/truecharts/apps/compare/sogo-4.0.3...sogo-4.0.4) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [sogo-4.0.3](https://github.com/truecharts/apps/compare/sogo-4.0.2...sogo-4.0.3) (2021-09-27) diff --git a/docs/apps/incubator/sogo/helm-values.md b/docs/apps/incubator/sogo/helm-values.md index af36110e3e3..27c5092f1bc 100644 --- a/docs/apps/incubator/sogo/helm-values.md +++ b/docs/apps/incubator/sogo/helm-values.md @@ -23,7 +23,7 @@ You will, however, be able to use all values referenced in the common chart here | postgresql | object | `{"enabled":true,"existingSecret":"dbcreds","postgresqlDatabase":"sogo","postgresqlUsername":"sogo"}` | postgres dependency settings | | postgresqlImage.pullPolicy | string | `"IfNotPresent"` | | | postgresqlImage.repository | string | `"bitnami/postgresql"` | | -| postgresqlImage.tag | string | `"13.4.0@sha256:abfb7efd31afc36a8b16aa077bb9dd165c4f635412affef37c7859605fda762c"` | | +| postgresqlImage.tag | string | `"13.4.0@sha256:8649fbdf99edc80f42620ae946255fcae687e9b9071ab7e635680828ef212de4"` | | | securityContext.readOnlyRootFilesystem | bool | `false` | | | securityContext.runAsNonRoot | bool | `false` | | | service | object | `{"main":{"ports":{"main":{"port":80}}}}` | services | diff --git a/docs/apps/library/common-test/CHANGELOG.md b/docs/apps/library/common-test/CHANGELOG.md index 5ca628b17fe..39096dadb8d 100644 --- a/docs/apps/library/common-test/CHANGELOG.md +++ b/docs/apps/library/common-test/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [common-test-3.1.5](https://github.com/truecharts/apps/compare/common-test-3.1.4...common-test-3.1.5) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [common-test-3.1.4](https://github.com/truecharts/apps/compare/common-test-3.1.3...common-test-3.1.4) (2021-09-25) diff --git a/docs/apps/library/common-test/helm-values.md b/docs/apps/library/common-test/helm-values.md index 0a3f6503ee0..a71a2708711 100644 --- a/docs/apps/library/common-test/helm-values.md +++ b/docs/apps/library/common-test/helm-values.md @@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here | args[1] | string | `"8080"` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"traefik/whoami"` | | -| image.tag | string | `"v1.6.1@sha256:16012fe4680ce69348d98627c7d42c1ea5ffde7bc4d66aaae426bd8d05af0d84"` | | +| image.tag | string | `"v1.6.1@sha256:2c52bb2c848038a33e40415c300b655d7976bafaf033ecf4a6679cb9e1715917"` | | | service.main.ports.main.port | int | `8080` | | All Rights Reserved - The TrueCharts Project diff --git a/docs/apps/stable/airsonic/CHANGELOG.md b/docs/apps/stable/airsonic/CHANGELOG.md index 88890eb818f..67ffb5a132f 100644 --- a/docs/apps/stable/airsonic/CHANGELOG.md +++ b/docs/apps/stable/airsonic/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [airsonic-3.0.2](https://github.com/truecharts/apps/compare/airsonic-3.0.1...airsonic-3.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [airsonic-3.0.1](https://github.com/truecharts/apps/compare/airsonic-3.0.0...airsonic-3.0.1) (2021-09-26) diff --git a/docs/apps/stable/airsonic/helm-values.md b/docs/apps/stable/airsonic/helm-values.md index 8e909fa97c1..4067718169a 100644 --- a/docs/apps/stable/airsonic/helm-values.md +++ b/docs/apps/stable/airsonic/helm-values.md @@ -19,7 +19,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 | `"ghcr.io/linuxserver/airsonic"` | image repository | -| image.tag | string | `"version-v10.6.2@sha256:bdce3fe421c0502a8e87acf31d680a7ad4acbb7027a83813b25fab3c3aa0713f"` | image tag | +| image.tag | string | `"version-v10.6.2@sha256:e50f803b3012f39cefe29c8765712e8ec1cef3acfbf30dc0e45ef6f4b71bb402"` | image tag | | ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | podSecurityContext.runAsGroup | int | `0` | | diff --git a/docs/apps/stable/booksonic-air/CHANGELOG.md b/docs/apps/stable/booksonic-air/CHANGELOG.md index c12f339057f..68b143042d4 100644 --- a/docs/apps/stable/booksonic-air/CHANGELOG.md +++ b/docs/apps/stable/booksonic-air/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [booksonic-air-3.0.2](https://github.com/truecharts/apps/compare/booksonic-air-3.0.1...booksonic-air-3.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [booksonic-air-3.0.1](https://github.com/truecharts/apps/compare/booksonic-air-3.0.0...booksonic-air-3.0.1) (2021-09-26) diff --git a/docs/apps/stable/booksonic-air/helm-values.md b/docs/apps/stable/booksonic-air/helm-values.md index df993a4f606..5c86319cabe 100644 --- a/docs/apps/stable/booksonic-air/helm-values.md +++ b/docs/apps/stable/booksonic-air/helm-values.md @@ -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 | `"ghcr.io/linuxserver/booksonic-air"` | image repository | -| image.tag | string | `"version-v2009.1.0@sha256:e05e9b40b03ad4f7468c297f4282cd9a713de9513968b0872abf90b10cce00e7"` | image tag | +| image.tag | string | `"version-v2009.1.0@sha256:808cffbd67f61e636f61ed9eb03b52f7e3ff0ead77f1be5016f9518c43f15118"` | image tag | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | podSecurityContext.runAsGroup | int | `0` | | | podSecurityContext.runAsUser | int | `0` | | diff --git a/docs/apps/stable/custom-app/CHANGELOG.md b/docs/apps/stable/custom-app/CHANGELOG.md index 6cfc1d021f8..97916e25408 100644 --- a/docs/apps/stable/custom-app/CHANGELOG.md +++ b/docs/apps/stable/custom-app/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [custom-app-2.0.2](https://github.com/truecharts/apps/compare/custom-app-2.0.1...custom-app-2.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [custom-app-2.0.1](https://github.com/truecharts/apps/compare/custom-app-2.0.0...custom-app-2.0.1) (2021-09-26) diff --git a/docs/apps/stable/custom-app/helm-values.md b/docs/apps/stable/custom-app/helm-values.md index 4ab882043c5..40743cf8ab4 100644 --- a/docs/apps/stable/custom-app/helm-values.md +++ b/docs/apps/stable/custom-app/helm-values.md @@ -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 | `"ghcr.io/k8s-at-home/jackett"` | | -| image.tag | string | `"v0.18.773@sha256:288d33f51df057ba91a8f4586e7b47082984c66f21ccfa09a39339402aebcbad"` | | +| image.tag | string | `"v0.18.815@sha256:ddf778183a731e63fc090bcfabc7133a4b740372bd69a6ef8dfccaa2971e4745"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/docs/apps/stable/deluge/CHANGELOG.md b/docs/apps/stable/deluge/CHANGELOG.md index 277c7540fd8..5c0ca956c50 100644 --- a/docs/apps/stable/deluge/CHANGELOG.md +++ b/docs/apps/stable/deluge/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [deluge-8.0.2](https://github.com/truecharts/apps/compare/deluge-8.0.1...deluge-8.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [deluge-8.0.1](https://github.com/truecharts/apps/compare/deluge-8.0.0...deluge-8.0.1) (2021-09-26) diff --git a/docs/apps/stable/deluge/helm-values.md b/docs/apps/stable/deluge/helm-values.md index 6015826a6eb..48044778c65 100644 --- a/docs/apps/stable/deluge/helm-values.md +++ b/docs/apps/stable/deluge/helm-values.md @@ -13,7 +13,7 @@ You will, however, be able to use all values referenced in the common chart here |-----|------|---------|-------------| | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/linuxserver/deluge"` | | -| image.tag | string | `"version-2.0.3-2201906121747ubuntu18.04.1@sha256:a32d8680e315932b799c8267e2c0d630185aaf8b542d56a134c74c9a5c957c36"` | | +| image.tag | string | `"version-2.0.3-2201906121747ubuntu18.04.1@sha256:e9c5709346f2746b0b7a893c5c6a31a92617f685d053a0a17246707f80256e3e"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/docs/apps/stable/dizquetv/CHANGELOG.md b/docs/apps/stable/dizquetv/CHANGELOG.md index 3af687bd55b..b3048a55f7c 100644 --- a/docs/apps/stable/dizquetv/CHANGELOG.md +++ b/docs/apps/stable/dizquetv/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [dizquetv-3.0.2](https://github.com/truecharts/apps/compare/dizquetv-3.0.1...dizquetv-3.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [dizquetv-3.0.1](https://github.com/truecharts/apps/compare/dizquetv-3.0.0...dizquetv-3.0.1) (2021-09-26) diff --git a/docs/apps/stable/dizquetv/helm-values.md b/docs/apps/stable/dizquetv/helm-values.md index a868458aa1b..e48044159cb 100644 --- a/docs/apps/stable/dizquetv/helm-values.md +++ b/docs/apps/stable/dizquetv/helm-values.md @@ -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 | `"ghcr.io/truecharts/dizquetv"` | image repository | -| image.tag | string | `"v1.4.5@sha256:a6d6ad27279086a679386e8a86d891a01503134e893028f0db6d8a4578649f18"` | image tag | +| image.tag | string | `"v1.5.0@sha256:e7fab135e5048700be9635208c5500b830ceddb7fa0b0f9fffd2fcaa645a8374"` | image tag | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | service | object | See values.yaml | Configures service settings for the chart. | diff --git a/docs/apps/stable/duplicati/CHANGELOG.md b/docs/apps/stable/duplicati/CHANGELOG.md index f3bf788bc9a..bd376c2f723 100644 --- a/docs/apps/stable/duplicati/CHANGELOG.md +++ b/docs/apps/stable/duplicati/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [duplicati-3.0.2](https://github.com/truecharts/apps/compare/duplicati-3.0.1...duplicati-3.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [duplicati-3.0.1](https://github.com/truecharts/apps/compare/duplicati-3.0.0...duplicati-3.0.1) (2021-09-26) diff --git a/docs/apps/stable/duplicati/helm-values.md b/docs/apps/stable/duplicati/helm-values.md index a7da1821d39..b9f1efb29f7 100644 --- a/docs/apps/stable/duplicati/helm-values.md +++ b/docs/apps/stable/duplicati/helm-values.md @@ -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 | `"ghcr.io/linuxserver/duplicati"` | image repository | -| image.tag | string | `"latest@sha256:98947d1b6dc0a890a89d38daef1c0752181c604ada7b207390dc5b2f91c90a40"` | image tag | +| image.tag | string | `"latest@sha256:153b177ece89a870e64aafba2897be258e6b2942289b2d05d33a642bfaeb5e31"` | image tag | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | podSecurityContext.runAsGroup | int | `0` | | | podSecurityContext.runAsUser | int | `0` | | diff --git a/docs/apps/stable/fireflyiii/CHANGELOG.md b/docs/apps/stable/fireflyiii/CHANGELOG.md index 980a8645c1c..2ee39b8782d 100644 --- a/docs/apps/stable/fireflyiii/CHANGELOG.md +++ b/docs/apps/stable/fireflyiii/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [fireflyiii-9.0.3](https://github.com/truecharts/apps/compare/fireflyiii-9.0.2...fireflyiii-9.0.3) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [fireflyiii-9.0.2](https://github.com/truecharts/apps/compare/fireflyiii-9.0.1...fireflyiii-9.0.2) (2021-09-27) diff --git a/docs/apps/stable/fireflyiii/helm-values.md b/docs/apps/stable/fireflyiii/helm-values.md index 31dcad4e6a0..e3db36c40d5 100644 --- a/docs/apps/stable/fireflyiii/helm-values.md +++ b/docs/apps/stable/fireflyiii/helm-values.md @@ -42,7 +42,7 @@ You will, however, be able to use all values referenced in the common chart here | postgresql.postgresqlUsername | string | `"firefly"` | | | postgresqlImage.pullPolicy | string | `"IfNotPresent"` | | | postgresqlImage.repository | string | `"bitnami/postgresql"` | | -| postgresqlImage.tag | string | `"13.4.0@sha256:abfb7efd31afc36a8b16aa077bb9dd165c4f635412affef37c7859605fda762c"` | | +| postgresqlImage.tag | string | `"13.4.0@sha256:8649fbdf99edc80f42620ae946255fcae687e9b9071ab7e635680828ef212de4"` | | | probes.liveness.path | string | `"/login"` | | | probes.readiness.path | string | `"/login"` | | | probes.startup.path | string | `"/login"` | | diff --git a/docs/apps/stable/freshrss/CHANGELOG.md b/docs/apps/stable/freshrss/CHANGELOG.md index 4dba430e673..5012bdf3c05 100644 --- a/docs/apps/stable/freshrss/CHANGELOG.md +++ b/docs/apps/stable/freshrss/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [freshrss-8.0.2](https://github.com/truecharts/apps/compare/freshrss-8.0.1...freshrss-8.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [freshrss-8.0.1](https://github.com/truecharts/apps/compare/freshrss-8.0.0...freshrss-8.0.1) (2021-09-26) diff --git a/docs/apps/stable/freshrss/helm-values.md b/docs/apps/stable/freshrss/helm-values.md index d60622cbbbb..cc653a508e9 100644 --- a/docs/apps/stable/freshrss/helm-values.md +++ b/docs/apps/stable/freshrss/helm-values.md @@ -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 | `"ghcr.io/linuxserver/freshrss"` | | -| image.tag | string | `"version-1.18.1@sha256:08fbb9de9f6c0292fc4334375ae0e7b7c618a0dac2a946306f57c64e9508e6b1"` | | +| image.tag | string | `"version-1.18.1@sha256:b5323d52c18871a62d5b7c618dce71ac5c3e7712e13b1d813606b78559630226"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/docs/apps/stable/grocy/CHANGELOG.md b/docs/apps/stable/grocy/CHANGELOG.md index 2b20add8f55..36b005cd8e3 100644 --- a/docs/apps/stable/grocy/CHANGELOG.md +++ b/docs/apps/stable/grocy/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [grocy-8.0.2](https://github.com/truecharts/apps/compare/grocy-8.0.1...grocy-8.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [grocy-8.0.1](https://github.com/truecharts/apps/compare/grocy-8.0.0...grocy-8.0.1) (2021-09-26) diff --git a/docs/apps/stable/grocy/helm-values.md b/docs/apps/stable/grocy/helm-values.md index 0bb2b3664e2..479b2d392da 100644 --- a/docs/apps/stable/grocy/helm-values.md +++ b/docs/apps/stable/grocy/helm-values.md @@ -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 | `"ghcr.io/linuxserver/grocy"` | | -| image.tag | string | `"version-v3.1.1@sha256:26537103c844e83316d64c4c42f11ea2225f878930c590d1c9048b49ad902188"` | | +| image.tag | string | `"version-v3.1.1@sha256:f67e4ce1c7498f5360d874955b0baf3b6b4ae88f5411094d32f7bfb93ddd4a5a"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/docs/apps/stable/heimdall/CHANGELOG.md b/docs/apps/stable/heimdall/CHANGELOG.md index 1eea75ea814..e5c971d5ae9 100644 --- a/docs/apps/stable/heimdall/CHANGELOG.md +++ b/docs/apps/stable/heimdall/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [heimdall-8.0.2](https://github.com/truecharts/apps/compare/heimdall-8.0.1...heimdall-8.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [heimdall-8.0.1](https://github.com/truecharts/apps/compare/heimdall-8.0.0...heimdall-8.0.1) (2021-09-26) diff --git a/docs/apps/stable/heimdall/helm-values.md b/docs/apps/stable/heimdall/helm-values.md index 8f935ba5f3e..0581b67dba1 100644 --- a/docs/apps/stable/heimdall/helm-values.md +++ b/docs/apps/stable/heimdall/helm-values.md @@ -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 | `"ghcr.io/linuxserver/heimdall"` | | -| image.tag | string | `"version-2.2.2@sha256:823ce3c0e05b9bd7c011c03cea3af33b71efd726514d22b2d5b1d6989cefd5a7"` | | +| image.tag | string | `"version-2.2.2@sha256:71c2d79a0c05666797f59c6bb323464f6c4618819a84691d250c536ab1d42c1c"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/docs/apps/stable/jackett/CHANGELOG.md b/docs/apps/stable/jackett/CHANGELOG.md index 3e9a7d8fc08..7aed4a1e1f8 100644 --- a/docs/apps/stable/jackett/CHANGELOG.md +++ b/docs/apps/stable/jackett/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [jackett-8.0.2](https://github.com/truecharts/apps/compare/jackett-8.0.1...jackett-8.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [jackett-8.0.1](https://github.com/truecharts/apps/compare/jackett-8.0.0...jackett-8.0.1) (2021-09-26) diff --git a/docs/apps/stable/jackett/helm-values.md b/docs/apps/stable/jackett/helm-values.md index 3b88f9781f0..a2ca3d16b57 100644 --- a/docs/apps/stable/jackett/helm-values.md +++ b/docs/apps/stable/jackett/helm-values.md @@ -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 | `"ghcr.io/k8s-at-home/jackett"` | | -| image.tag | string | `"v0.18.773@sha256:288d33f51df057ba91a8f4586e7b47082984c66f21ccfa09a39339402aebcbad"` | | +| image.tag | string | `"v0.18.815@sha256:ddf778183a731e63fc090bcfabc7133a4b740372bd69a6ef8dfccaa2971e4745"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/docs/apps/stable/komga/CHANGELOG.md b/docs/apps/stable/komga/CHANGELOG.md index b1cdbde17e9..e08d2d73806 100644 --- a/docs/apps/stable/komga/CHANGELOG.md +++ b/docs/apps/stable/komga/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [komga-3.0.2](https://github.com/truecharts/apps/compare/komga-3.0.1...komga-3.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [komga-3.0.1](https://github.com/truecharts/apps/compare/komga-3.0.0...komga-3.0.1) (2021-09-26) diff --git a/docs/apps/stable/komga/helm-values.md b/docs/apps/stable/komga/helm-values.md index 9dab6b8e728..17f6a426cc7 100644 --- a/docs/apps/stable/komga/helm-values.md +++ b/docs/apps/stable/komga/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | See below | environment variables. See more environment variables in the [komga documentation](https://komga.org/installation/configuration.html#optional-configuration). | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"ghcr.io/truecharts/komga"` | image repository | -| image.tag | string | `"v0.128.3@sha256:7868a1e1362466c51e185b41a0715c27b6b7c67f3a9cc76f1f39243ad57c47a2"` | image tag | +| image.tag | string | `"v0.130.0@sha256:98447ce3b1bc244aed902e1944493f9929aefc9dabc0b4020aceae74b83bfd82"` | image tag | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | service | object | See values.yaml | Configures service settings for the chart. | diff --git a/docs/apps/stable/lazylibrarian/CHANGELOG.md b/docs/apps/stable/lazylibrarian/CHANGELOG.md index 346f9855358..f1e497124ac 100644 --- a/docs/apps/stable/lazylibrarian/CHANGELOG.md +++ b/docs/apps/stable/lazylibrarian/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [lazylibrarian-8.0.2](https://github.com/truecharts/apps/compare/lazylibrarian-8.0.1...lazylibrarian-8.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [lazylibrarian-8.0.1](https://github.com/truecharts/apps/compare/lazylibrarian-8.0.0...lazylibrarian-8.0.1) (2021-09-26) diff --git a/docs/apps/stable/lazylibrarian/helm-values.md b/docs/apps/stable/lazylibrarian/helm-values.md index b0d42fbc7a3..ec2108e2e5d 100644 --- a/docs/apps/stable/lazylibrarian/helm-values.md +++ b/docs/apps/stable/lazylibrarian/helm-values.md @@ -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 | `"ghcr.io/linuxserver/lazylibrarian"` | | -| image.tag | string | `"latest@sha256:148eb92d265fc31b3fcd39759ed65d608b7ffdf4ffac530ec1ba33aa1f717c2b"` | | +| image.tag | string | `"latest@sha256:0b09d330d023fe3f36ff1383b0e55b1f06936af0957004193457c97e40fbd5ca"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/docs/apps/stable/nzbhydra/CHANGELOG.md b/docs/apps/stable/nzbhydra/CHANGELOG.md index fac603b238f..f2fef42a5f4 100644 --- a/docs/apps/stable/nzbhydra/CHANGELOG.md +++ b/docs/apps/stable/nzbhydra/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [nzbhydra-8.0.3](https://github.com/truecharts/apps/compare/nzbhydra-8.0.2...nzbhydra-8.0.3) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [nzbhydra-8.0.2](https://github.com/truecharts/apps/compare/nzbhydra-8.0.0...nzbhydra-8.0.2) (2021-09-26) diff --git a/docs/apps/stable/nzbhydra/helm-values.md b/docs/apps/stable/nzbhydra/helm-values.md index 7216fd4bbd7..750031d1b17 100644 --- a/docs/apps/stable/nzbhydra/helm-values.md +++ b/docs/apps/stable/nzbhydra/helm-values.md @@ -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 | `"ghcr.io/k8s-at-home/nzbhydra2"` | | -| image.tag | string | `"v3.15.2@sha256:3bad273e062a950fbc1ac8ab40f00c39efcb16f30abf5db7b5d2086777384362"` | | +| image.tag | string | `"v3.16.2@sha256:9882ef4be719ab4bbd774f0e77aabba178e523f6bd961ec5389137920cda18b0"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/docs/apps/stable/omada-controller/CHANGELOG.md b/docs/apps/stable/omada-controller/CHANGELOG.md index 4667cf41add..4f5e25e8c44 100644 --- a/docs/apps/stable/omada-controller/CHANGELOG.md +++ b/docs/apps/stable/omada-controller/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [omada-controller-3.0.2](https://github.com/truecharts/apps/compare/omada-controller-3.0.1...omada-controller-3.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [omada-controller-3.0.1](https://github.com/truecharts/apps/compare/omada-controller-3.0.0...omada-controller-3.0.1) (2021-09-26) diff --git a/docs/apps/stable/omada-controller/helm-values.md b/docs/apps/stable/omada-controller/helm-values.md index 87a9c69f9f9..d70df5b5424 100644 --- a/docs/apps/stable/omada-controller/helm-values.md +++ b/docs/apps/stable/omada-controller/helm-values.md @@ -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 | `"docker.io/mbentley/omada-controller"` | image repository | -| image.tag | string | `"4.4@sha256:207876a39cf4fc6e3133c011ad283296677e314537d354149628de2b13f7990e"` | image tag | +| image.tag | string | `"4.4@sha256:4af661728fde7cf87e83e8d1c9a49c924e1bde892b7af077e2b385447e9f2120"` | image tag | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | podSecurityContext.runAsGroup | int | `0` | | | podSecurityContext.runAsUser | int | `0` | | diff --git a/docs/apps/stable/owncast/CHANGELOG.md b/docs/apps/stable/owncast/CHANGELOG.md index 6c284ba869f..0a625f81097 100644 --- a/docs/apps/stable/owncast/CHANGELOG.md +++ b/docs/apps/stable/owncast/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [owncast-3.0.2](https://github.com/truecharts/apps/compare/owncast-3.0.1...owncast-3.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [owncast-3.0.1](https://github.com/truecharts/apps/compare/owncast-3.0.0...owncast-3.0.1) (2021-09-26) diff --git a/docs/apps/stable/owncast/helm-values.md b/docs/apps/stable/owncast/helm-values.md index cb1bb1a5693..bb1b300a368 100644 --- a/docs/apps/stable/owncast/helm-values.md +++ b/docs/apps/stable/owncast/helm-values.md @@ -13,7 +13,7 @@ You will, however, be able to use all values referenced in the common chart here |-----|------|---------|-------------| | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"ghcr.io/truecharts/owncast"` | image repository | -| image.tag | string | `"v0.0.8@sha256:5a271ca7d7870bfc9ef777190c882f373063624013cf67517e73c9ef4bdd338d"` | image tag | +| image.tag | string | `"v0.0.9@sha256:dcef5ec7b68a30b120c62d6d0eb9adfe4ff87228b04d64097b40b12f5faa5e90"` | image tag | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | podSecurityContext.runAsGroup | int | `0` | | | podSecurityContext.runAsUser | int | `0` | | diff --git a/docs/apps/stable/postgresql/CHANGELOG.md b/docs/apps/stable/postgresql/CHANGELOG.md index 278d39c6ada..73d360cf8c0 100644 --- a/docs/apps/stable/postgresql/CHANGELOG.md +++ b/docs/apps/stable/postgresql/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [postgresql-3.0.2](https://github.com/truecharts/apps/compare/postgresql-3.0.1...postgresql-3.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [postgresql-3.0.1](https://github.com/truecharts/apps/compare/postgresql-3.0.0...postgresql-3.0.1) (2021-09-26) diff --git a/docs/apps/stable/postgresql/helm-values.md b/docs/apps/stable/postgresql/helm-values.md index 5e7a5f9442e..c8b5142733f 100644 --- a/docs/apps/stable/postgresql/helm-values.md +++ b/docs/apps/stable/postgresql/helm-values.md @@ -19,7 +19,7 @@ You will, however, be able to use all values referenced in the common chart here | existingSecret | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"bitnami/postgresql"` | | -| image.tag | string | `"13.4.0@sha256:abfb7efd31afc36a8b16aa077bb9dd165c4f635412affef37c7859605fda762c"` | | +| image.tag | string | `"13.4.0@sha256:8649fbdf99edc80f42620ae946255fcae687e9b9071ab7e635680828ef212de4"` | | | initContainers.migrate-db.command[0] | string | `"/bin/sh"` | | | initContainers.migrate-db.command[1] | string | `"-cx"` | | | initContainers.migrate-db.command[2] | string | `"echo 'trying to migrate old db to new location...'\nmkdir -p /bitnami/postgresql/data\nmv -f /bitnami/postgresql/old/* /bitnami/postgresql/data/ || true\nchown -R {{ .Values.podSecurityContext.runAsUser }}:{{ .Values.podSecurityContext.fsGroup }} /bitnami/postgresql/data\nchmod 775 /bitnami/postgresql/data\n"` | | diff --git a/docs/apps/stable/prowlarr/CHANGELOG.md b/docs/apps/stable/prowlarr/CHANGELOG.md index 8fdb032c59b..bad26cb35ec 100644 --- a/docs/apps/stable/prowlarr/CHANGELOG.md +++ b/docs/apps/stable/prowlarr/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [prowlarr-3.0.2](https://github.com/truecharts/apps/compare/prowlarr-3.0.1...prowlarr-3.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [prowlarr-3.0.1](https://github.com/truecharts/apps/compare/prowlarr-3.0.0...prowlarr-3.0.1) (2021-09-26) diff --git a/docs/apps/stable/prowlarr/helm-values.md b/docs/apps/stable/prowlarr/helm-values.md index c000bd799ae..c363a734f38 100644 --- a/docs/apps/stable/prowlarr/helm-values.md +++ b/docs/apps/stable/prowlarr/helm-values.md @@ -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 | `"ghcr.io/k8s-at-home/prowlarr"` | image repository | -| image.tag | string | `"v0.1.1.946@sha256:dfdbeb5a072cd2795cbc9fe74a053d376be841ccee5056e5ffc91cdc498cec99"` | image tag | +| image.tag | string | `"v0.1.1.953@sha256:3cbdb4379830f584f1572fb18e9157503dd2c5612140bdf4b0121f73a2aa8d31"` | image tag | | ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | securityContext.readOnlyRootFilesystem | bool | `false` | | diff --git a/docs/apps/stable/qbittorrent/CHANGELOG.md b/docs/apps/stable/qbittorrent/CHANGELOG.md index eca5c3b3ddb..2e794f48672 100644 --- a/docs/apps/stable/qbittorrent/CHANGELOG.md +++ b/docs/apps/stable/qbittorrent/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [qbittorrent-8.0.2](https://github.com/truecharts/apps/compare/qbittorrent-8.0.1...qbittorrent-8.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [qbittorrent-8.0.1](https://github.com/truecharts/apps/compare/qbittorrent-8.0.0...qbittorrent-8.0.1) (2021-09-26) diff --git a/docs/apps/stable/qbittorrent/helm-values.md b/docs/apps/stable/qbittorrent/helm-values.md index d142959e8b8..2c8b6653d6e 100644 --- a/docs/apps/stable/qbittorrent/helm-values.md +++ b/docs/apps/stable/qbittorrent/helm-values.md @@ -18,7 +18,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 | `"ghcr.io/k8s-at-home/qbittorrent"` | | -| image.tag | string | `"v4.3.7@sha256:a51b97508cfd5ec81e6693e7203490d275e76eaa0d7772d40512dea8d8509f45"` | | +| image.tag | string | `"v4.3.8@sha256:d224ead6e97bbd655a18b6d23a76c8bed23098c9c9d745bcd6e84feea31fd494"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/docs/apps/stable/readarr/CHANGELOG.md b/docs/apps/stable/readarr/CHANGELOG.md index ea35fb4f21d..16465f2eb14 100644 --- a/docs/apps/stable/readarr/CHANGELOG.md +++ b/docs/apps/stable/readarr/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [readarr-8.0.2](https://github.com/truecharts/apps/compare/readarr-8.0.1...readarr-8.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [readarr-8.0.1](https://github.com/truecharts/apps/compare/readarr-8.0.0...readarr-8.0.1) (2021-09-26) diff --git a/docs/apps/stable/readarr/helm-values.md b/docs/apps/stable/readarr/helm-values.md index 30662375033..4fa50b0ee65 100644 --- a/docs/apps/stable/readarr/helm-values.md +++ b/docs/apps/stable/readarr/helm-values.md @@ -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 | `"ghcr.io/k8s-at-home/readarr"` | | -| image.tag | string | `"v0.1.0.968@sha256:83baf69d209958ef0a60f20906b568c6a265c36b7ae468a63a52fffeaa32e1b6"` | | +| image.tag | string | `"v0.1.0.971@sha256:6cafd5b5eb09733902e8b4aaa20aa35887a39a4368fafc0f85024ae1c6ba7e90"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/docs/apps/stable/sabnzbd/CHANGELOG.md b/docs/apps/stable/sabnzbd/CHANGELOG.md index 2717848d8df..e9ba4bba4c1 100644 --- a/docs/apps/stable/sabnzbd/CHANGELOG.md +++ b/docs/apps/stable/sabnzbd/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [sabnzbd-8.0.2](https://github.com/truecharts/apps/compare/sabnzbd-8.0.1...sabnzbd-8.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [sabnzbd-8.0.1](https://github.com/truecharts/apps/compare/sabnzbd-8.0.0...sabnzbd-8.0.1) (2021-09-26) diff --git a/docs/apps/stable/sabnzbd/helm-values.md b/docs/apps/stable/sabnzbd/helm-values.md index d7a0c3df04a..7122b5a6642 100644 --- a/docs/apps/stable/sabnzbd/helm-values.md +++ b/docs/apps/stable/sabnzbd/helm-values.md @@ -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 | `"ghcr.io/k8s-at-home/sabnzbd"` | | -| image.tag | string | `"v3.3.1@sha256:c2d6e775db5a75dbc37efb7a948ad520b7b69cfa288a0588a24a659c332b5baf"` | | +| image.tag | string | `"v3.4.1@sha256:1c8ecab8f4783fd84fe69855c7aa0b78a62002b3733aa9ef0aaec591f90125a0"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/docs/apps/stable/vaultwarden/CHANGELOG.md b/docs/apps/stable/vaultwarden/CHANGELOG.md index 19ba4eba048..09d57ac8752 100644 --- a/docs/apps/stable/vaultwarden/CHANGELOG.md +++ b/docs/apps/stable/vaultwarden/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [vaultwarden-9.0.3](https://github.com/truecharts/apps/compare/vaultwarden-9.0.2...vaultwarden-9.0.3) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [vaultwarden-9.0.2](https://github.com/truecharts/apps/compare/vaultwarden-9.0.1...vaultwarden-9.0.2) (2021-09-27) diff --git a/docs/apps/stable/vaultwarden/helm-values.md b/docs/apps/stable/vaultwarden/helm-values.md index 1a2f486e3af..444be074ffa 100644 --- a/docs/apps/stable/vaultwarden/helm-values.md +++ b/docs/apps/stable/vaultwarden/helm-values.md @@ -54,7 +54,7 @@ You will, however, be able to use all values referenced in the common chart here | postgresql.postgresqlUsername | string | `"vaultwarden"` | | | postgresqlImage.pullPolicy | string | `"IfNotPresent"` | | | postgresqlImage.repository | string | `"bitnami/postgresql"` | | -| postgresqlImage.tag | string | `"13.4.0@sha256:abfb7efd31afc36a8b16aa077bb9dd165c4f635412affef37c7859605fda762c"` | | +| postgresqlImage.tag | string | `"13.4.0@sha256:8649fbdf99edc80f42620ae946255fcae687e9b9071ab7e635680828ef212de4"` | | | service.main.ports.main.port | int | `8080` | | | service.ws.ports.ws.enabled | bool | `true` | | | service.ws.ports.ws.port | int | `3012` | | diff --git a/docs/apps/stable/zwavejs2mqtt/CHANGELOG.md b/docs/apps/stable/zwavejs2mqtt/CHANGELOG.md index df10d7189f2..4581b7f0c62 100644 --- a/docs/apps/stable/zwavejs2mqtt/CHANGELOG.md +++ b/docs/apps/stable/zwavejs2mqtt/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [zwavejs2mqtt-8.0.2](https://github.com/truecharts/apps/compare/zwavejs2mqtt-8.0.1...zwavejs2mqtt-8.0.2) (2021-09-28) + +#### Chore + +* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046)) + + + ### [zwavejs2mqtt-8.0.1](https://github.com/truecharts/apps/compare/zwavejs2mqtt-8.0.0...zwavejs2mqtt-8.0.1) (2021-09-26) diff --git a/docs/apps/stable/zwavejs2mqtt/helm-values.md b/docs/apps/stable/zwavejs2mqtt/helm-values.md index 4f611f104d3..c8a58783244 100644 --- a/docs/apps/stable/zwavejs2mqtt/helm-values.md +++ b/docs/apps/stable/zwavejs2mqtt/helm-values.md @@ -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 | `"ghcr.io/truecharts/zwavejs2mqtt"` | | -| image.tag | string | `"v5.6.0@sha256:469de8c0d224549bb051263603276a78a3c9281579d21ac3f71611cc17281457"` | | +| image.tag | string | `"v5.7.1@sha256:66b338d1494ab0e7359af73748481c65b6f10235c0c694c1c80bec64e26a6b8a"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/docs/index.yaml b/docs/index.yaml index 43f5693fe58..c402c6bcd9d 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -1,6 +1,32 @@ apiVersion: v1 entries: airsonic: + - apiVersion: v2 + appVersion: 10.6.2 + created: "2021-09-28T06:41:57.663683628Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.0.8 + description: Airsonic is a Free and Open Source community driven media server + digest: a6d4ae7020034ab40a99b4e1db921c7299beb52bdba98504d0596a9d4e2369b2 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/airsonic + icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/airsonic-logo.png + keywords: + - airsonic + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: truecharts.org + name: airsonic + sources: + - https://github.com/airsonic/airsonic + - https://github.com/linuxserver/docker-airsonic + - https://github.com/k8s-at-home/charts/tree/master/charts/airsonic + urls: + - https://github.com/truecharts/apps/releases/download/airsonic-3.0.2/airsonic-3.0.2.tgz + version: 3.0.2 - apiVersion: v2 appVersion: 10.6.2 created: "2021-09-26T23:18:08.719655734Z" @@ -10286,6 +10312,33 @@ entries: - https://github.com/truecharts/apps/releases/download/bitwarden-1.2.5/bitwarden-1.2.5.tgz version: 1.2.5 booksonic-air: + - apiVersion: v2 + appVersion: 2009.1.0 + created: "2021-09-28T06:41:57.856708049Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.0.8 + description: Booksonic is a platform for accessing the audibooks you own wherever + you are + digest: a6a46a631ba3d6bd5fa4e1f96358db4c9147660b239e51808974e7ea087221cc + home: https://github.com/truechartsapps/tree/master/charts/incubator/booksonic-air + icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/booksonic-air.png + keywords: + - booksonic + - audiobook + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: truecharts + url: https://truecharts.org + name: booksonic-air + sources: + - https://github.com/popeen/Booksonic-Air + - https://hub.docker.com/r/linuxserver/booksonic-air + urls: + - https://github.com/truecharts/apps/releases/download/booksonic-air-3.0.2/booksonic-air-3.0.2.tgz + version: 3.0.2 - apiVersion: v2 appVersion: 2009.1.0 created: "2021-09-26T23:18:09.697742632Z" @@ -20735,6 +20788,34 @@ entries: - https://github.com/truecharts/apps/releases/download/common-2.0.2/common-2.0.2.tgz version: 2.0.2 common-test: + - apiVersion: v2 + appVersion: 1.6.1 + created: "2021-09-28T06:41:58.059502549Z" + dependencies: + - name: common + repository: file://../common + version: latest + description: Helper chart to test different use cases of the common library + digest: 09515c7e4179193895feb66d2eae1cc42ef4948780f20605ea673aa0fe1b797f + home: https://github.com/truecharts/apps/tree/master/charts/library/common-test + icon: https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png + keywords: + - common-test + - truecharts + - common + - test + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: truecharts.org + name: common-test + sources: + - https://github.com/truecharts/apps/tree/master/charts/library/common-test + type: application + urls: + - https://github.com/truecharts/apps/releases/download/common-test-3.1.5/common-test-3.1.5.tgz + version: 3.1.5 - apiVersion: v2 appVersion: 1.6.1 created: "2021-09-25T17:25:53.476091911Z" @@ -21408,6 +21489,31 @@ entries: - https://github.com/truecharts/apps/releases/download/common-test-2.0.0/common-test-2.0.0.tgz version: 2.0.0 custom-app: + - apiVersion: v2 + appVersion: 0.18.815 + created: "2021-09-28T06:41:58.281693797Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.0.8 + description: Advanced tool to create your own TrueCharts-based App + digest: 38b6c47d270a37f40796ef4c0581f0166b51626ad85e60a04b3691b252a9fc39 + home: https://github.com/truecharts/apps/tree/master/charts/stable/custom-app + icon: https://truecharts.org/_static/img/custom-app-icon.png + keywords: + - custom + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: 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-2.0.2/custom-app-2.0.2.tgz + version: 2.0.2 - apiVersion: v2 appVersion: 0.18.773 created: "2021-09-26T23:18:10.510758358Z" @@ -25869,6 +25975,33 @@ entries: - https://github.com/truecharts/apps/releases/download/deepstack-cpu-1.0.3/deepstack-cpu-1.0.3.tgz version: 1.0.3 deluge: + - apiVersion: v2 + appVersion: 2.0.3-2201 + created: "2021-09-28T06:41:58.487777592Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.0.8 + description: Deluge App for TrueNAS SCALE + digest: fff6d67b799ac3e45e903d7a21bfe4a17286e301acfdd5b1700f11e3cfcedf91 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/deluge + icon: https://avatars2.githubusercontent.com/u/6733935?v=3&s=200 + keywords: + - transmission + - torrent + - usenet + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: truecharts.org + name: deluge + sources: + - https://github.com/deluge-torrent/deluge + type: application + urls: + - https://github.com/truecharts/apps/releases/download/deluge-8.0.2/deluge-8.0.2.tgz + version: 8.0.2 - apiVersion: v2 appVersion: 2.0.3-2201 created: "2021-09-26T23:18:11.100514054Z" @@ -28016,6 +28149,32 @@ entries: - https://github.com/truecharts/apps/releases/download/deluge-3.1.5/deluge-3.1.5.tgz version: 3.1.5 dizquetv: + - apiVersion: v2 + appVersion: 1.5.0 + created: "2021-09-28T06:41:58.685185673Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.0.8 + description: Create live TV channel streams from media on your Plex servers. + digest: a144dc70879739ec78e75b29a4668f3558203f3d1c1f6e18a67e0fa29fce4250 + home: https://github.com/truechartsapps/tree/master/charts/incubator/dizquetv + icon: https://github.com/vexorian/dizquetv/raw/main/resources/dizquetv.png?raw=true + keywords: + - dizqueTV + - dizquetv + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: truecharts + url: https://truecharts.org + name: dizquetv + sources: + - https://github.com/vexorian/dizquetv + - https://hub.docker.com/r/vexorian/dizquetv + urls: + - https://github.com/truecharts/apps/releases/download/dizquetv-3.0.2/dizquetv-3.0.2.tgz + version: 3.0.2 - apiVersion: v2 appVersion: 1.4.5 created: "2021-09-26T23:18:11.275378417Z" @@ -29239,6 +29398,31 @@ entries: - https://github.com/truecharts/apps/releases/download/dizquetv-1.0.1/dizquetv-1.0.1.tgz version: 1.0.1 duplicati: + - apiVersion: v2 + appVersion: latest + created: "2021-09-28T06:41:58.906401563Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.0.8 + description: Store securely encrypted backups on cloud storage services! + digest: b2dda3db29b9614bbe9b1be9835d63c2fd3398e3f7aaf522a9b4cc4a5549128e + home: https://github.com/truechartsapps/tree/master/charts/incubator/duplicati + icon: https://avatars.githubusercontent.com/u/8270231?s=200&v=4 + keywords: + - duplicati + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: truecharts + url: https://truecharts.org + name: duplicati + sources: + - https://hub.docker.com/r/linuxserver/duplicati/ + - https://github.com/duplicati/duplicati + urls: + - https://github.com/truecharts/apps/releases/download/duplicati-3.0.2/duplicati-3.0.2.tgz + version: 3.0.2 - apiVersion: v2 appVersion: latest created: "2021-09-26T23:18:11.476529419Z" @@ -36569,6 +36753,39 @@ entries: - https://github.com/truecharts/apps/releases/download/external-service-0.0.1/external-service-0.0.1.tgz version: 0.0.1 fireflyiii: + - apiVersion: v2 + appVersion: 5.5.12 + created: "2021-09-28T06:41:59.119313462Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.0.8 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 3.0.1 + description: A free and open source personal finance manager + digest: 7e60e258f4270ec0b937b16df1f6604b5c2bd807d568031c61cf80df8c82bbc0 + home: https://github.com/firefly-iii/firefly-iii/ + icon: https://www.firefly-iii.org/assets/logo/color.png + keywords: + - fireflyiii + - finacial + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: truecharts.org + - email: 20650065+warllo54@users.noreply.github.com + name: warllo54 + url: truecharts.org + name: fireflyiii + sources: + - https://github.com/firefly-iii/firefly-iii/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/fireflyiii-9.0.3/fireflyiii-9.0.3.tgz + version: 9.0.3 - apiVersion: v2 appVersion: 5.5.12 created: "2021-09-27T19:49:43.192631876Z" @@ -45790,6 +46007,33 @@ entries: - https://github.com/truecharts/apps/releases/download/freeradius-1.0.0/freeradius-1.0.0.tgz version: 1.0.0 freshrss: + - apiVersion: v2 + appVersion: 1.18.1 + created: "2021-09-28T06:41:59.331291905Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.0.8 + description: FreshRSS is a self-hosted RSS feed aggregator + digest: d75983f345dbb338d5b996b653e369dcb634a2267b7e73b4ea570b141e7795f5 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/freshrss + icon: https://github.com/FreshRSS/FreshRSS/blob/master/docs/img/FreshRSS-logo.png?raw=true + keywords: + - freshrss + - rss + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: truecharts.org + name: freshrss + sources: + - https://github.com/FreshRSS/FreshRSS + - https://hub.docker.com/r/linuxserver/freshrss + type: application + urls: + - https://github.com/truecharts/apps/releases/download/freshrss-8.0.2/freshrss-8.0.2.tgz + version: 8.0.2 - apiVersion: v2 appVersion: 1.18.1 created: "2021-09-26T23:18:13.134280592Z" @@ -51440,6 +51684,32 @@ entries: - https://github.com/truecharts/apps/releases/download/gonic-1.0.1/gonic-1.0.1.tgz version: 1.0.1 grocy: + - apiVersion: v2 + appVersion: 3.1.1 + created: "2021-09-28T06:41:59.529339824Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.0.8 + description: ERP beyond your fridge - grocy is a web-based self-hosted groceries + & household management solution for your home + digest: 9df7658ab4efbd9fed585baf8608c6dfdc9e28fecfd96bde04346eb52c48b3a2 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/grocy + icon: https://github.com/grocy/grocy/raw/master/public/img/appicons/mstile-150x150.png + keywords: + - grocy + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: truecharts.org + name: grocy + sources: + - https://github.com/grocy/grocy + type: application + urls: + - https://github.com/truecharts/apps/releases/download/grocy-8.0.2/grocy-8.0.2.tgz + version: 8.0.2 - apiVersion: v2 appVersion: 3.1.1 created: "2021-09-26T23:18:13.712412237Z" @@ -59651,6 +59921,29 @@ entries: - https://github.com/truecharts/apps/releases/download/healthchecks-1.0.1/healthchecks-1.0.1.tgz version: 1.0.1 heimdall: + - apiVersion: v2 + appVersion: 2.2.2 + created: "2021-09-28T06:41:59.734255402Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.0.8 + description: An Application dashboard and launcher + digest: 4965c47f20f18f99c3ef51d65ef6ec826816541073b0fb1ef757f27da1015ebd + home: https://github.com/truecharts/apps/tree/master/charts/incubator/heimdall + icon: https://i.imgur.com/mM4tcO5.png + keywords: + - heimdall + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: truecharts.org + name: heimdall + type: application + urls: + - https://github.com/truecharts/apps/releases/download/heimdall-8.0.2/heimdall-8.0.2.tgz + version: 8.0.2 - apiVersion: v2 appVersion: 2.2.2 created: "2021-09-26T23:18:14.453445601Z" @@ -65661,6 +65954,36 @@ entries: - https://github.com/truecharts/apps/releases/download/hyperion-ng-1.0.1/hyperion-ng-1.0.1.tgz version: 1.0.1 jackett: + - apiVersion: v2 + appVersion: 0.18.815 + created: "2021-09-28T06:42:00.051781373Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.0.8 + description: API Support for your favorite torrent trackers. + digest: d7e1c34ff4664814fd9f42b0949d19a04bf29adec866169470b993c739d3197e + home: https://github.com/truecharts/apps/tree/master/charts/stable/jackett + icon: https://truecharts.org/_static/img/jackett-icon.png + keywords: + - jackett + - torrent + - usenet + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: truecharts.org + - email: kjeld@schouten-lebbing.nl + name: Ornias1993 + url: truecharts.org + name: jackett + sources: + - https://github.com/Jackett/Jackett + type: application + urls: + - https://github.com/truecharts/apps/releases/download/jackett-8.0.2/jackett-8.0.2.tgz + version: 8.0.2 - apiVersion: v2 appVersion: 0.18.773 created: "2021-09-26T23:18:14.990444464Z" @@ -74866,6 +75189,34 @@ entries: - https://github.com/truecharts/apps/releases/download/kms-3.1.5/kms-3.1.5.tgz version: 3.1.5 komga: + - apiVersion: v2 + appVersion: 0.130.0 + created: "2021-09-28T06:42:00.261920998Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.0.8 + description: A comics/mangas server to serve/stream pages via API + digest: 6ba338bc53f8b4189bffa7408293b7dc48d7e4145207491f9f8b31b9e5f442e6 + home: https://github.com/truechartsapps/tree/master/charts/incubator/komga + icon: https://komga.org/assets/media/logo.svg + keywords: + - komga + - comics + - mangas + - server + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: truecharts + url: https://truecharts.org + name: komga + sources: + - https://komga.org/ + - https://github.com/gotson/komga + urls: + - https://github.com/truecharts/apps/releases/download/komga-3.0.2/komga-3.0.2.tgz + version: 3.0.2 - apiVersion: v2 appVersion: 0.128.3 created: "2021-09-26T23:18:15.933888711Z" @@ -76603,6 +76954,36 @@ entries: - https://github.com/truecharts/apps/releases/download/komga-1.0.1/komga-1.0.1.tgz version: 1.0.1 lazylibrarian: + - apiVersion: v2 + appVersion: latest + created: "2021-09-28T06:42:00.50692705Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.0.8 + description: Get all your books, like series with Sonarr... + digest: 517181cac1c806c8b0ef2b5a4c41fa09c88921e0c8fecea46b8f70cd4445d421 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/lazylibrarian + icon: https://lazylibrarian.gitlab.io/logo.svg + keywords: + - lazylibrarian + - ebooks + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: truecharts.org + - email: kjeld@schouten-lebbing.nl + name: Ornias1993 + url: truecharts.org + name: lazylibrarian + sources: + - https://gitlab.com/LazyLibrarian/LazyLibrarian.git + - https://lazylibrarian.gitlab.io + type: application + urls: + - https://github.com/truecharts/apps/releases/download/lazylibrarian-8.0.2/lazylibrarian-8.0.2.tgz + version: 8.0.2 - apiVersion: v2 appVersion: latest created: "2021-09-26T23:18:16.124824833Z" @@ -104073,6 +104454,29 @@ entries: - https://github.com/truecharts/apps/releases/download/nzbget-3.1.5/nzbget-3.1.5.tgz version: 3.1.5 nzbhydra: + - apiVersion: v2 + appVersion: 3.16.2 + created: "2021-09-28T06:42:00.818596981Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.0.8 + deprecated: true + description: Usenet meta search + digest: 49bd111e38e6cc851f33fe054f5af8510b5f3f0e581880ba3abd671e6562f728 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/nzbhydra + icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/hydra-icon.png + keywords: + - nzbhydra + - usenet + kubeVersion: '>=1.16.0-0' + name: nzbhydra + sources: + - https://github.com/theotherp/nzbhydra2 + type: application + urls: + - https://github.com/truecharts/apps/releases/download/nzbhydra-8.0.3/nzbhydra-8.0.3.tgz + version: 8.0.3 - apiVersion: v2 appVersion: 3.15.2 created: "2021-09-26T23:18:18.587451234Z" @@ -107295,6 +107699,32 @@ entries: - https://github.com/truecharts/apps/releases/download/octoprint-1.0.1/octoprint-1.0.1.tgz version: 1.0.1 omada-controller: + - apiVersion: v2 + appVersion: "4.4" + created: "2021-09-28T06:42:01.306655173Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.0.8 + description: Omada enables the network administrators to monitor and manage all + the Omada products in the network with a centralized management platform. + digest: 6d704a80f66bac2dbcba39ef56d285b65dc17ea2e068cde6616196f1a632d21c + home: https://github.com/truechartsapps/tree/master/charts/incubator/omada-controller + icon: https://www.tp-link.com/assets/images/icon/logo-white.svg + keywords: + - omada-controller + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: truecharts + url: https://truecharts.org + name: omada-controller + sources: + - https://github.com/mbentley/docker-omada-controller + - https://github.com/truechartsapps/tree/master/charts/omada-controller + urls: + - https://github.com/truecharts/apps/releases/download/omada-controller-3.0.2/omada-controller-3.0.2.tgz + version: 3.0.2 - apiVersion: v2 appVersion: "4.4" created: "2021-09-26T23:18:18.956147853Z" @@ -116991,6 +117421,35 @@ entries: - https://github.com/truecharts/apps/releases/download/overseerr-1.0.1/overseerr-1.0.1.tgz version: 1.0.1 owncast: + - apiVersion: v2 + appVersion: 0.0.9 + created: "2021-09-28T06:42:01.523813405Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.0.8 + description: Take control over your live stream video by running it yourself. + Streaming + chat out of the box. + digest: 1d366d2ed93e02fac0f70b233b8b7a74ea0490a14d42ae3e289c1fd843db7436 + home: https://github.com/truechartsapps/tree/master/charts/incubator/owncast + icon: https://owncast.online/images/owncast-logo-1000x1000.png + keywords: + - owncast + - stream + - open source + - chat + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: truecharts + url: https://truecharts.org + name: owncast + sources: + - https://owncast.online/ + - https://github.com/owncast/owncast + urls: + - https://github.com/truecharts/apps/releases/download/owncast-3.0.2/owncast-3.0.2.tgz + version: 3.0.2 - apiVersion: v2 appVersion: 0.0.8 created: "2021-09-26T23:18:20.071068128Z" @@ -130799,6 +131258,37 @@ entries: - https://github.com/truecharts/apps/releases/download/portalexample-0.0.1/portalexample-0.0.1.tgz version: 0.0.1 postgresql: + - apiVersion: v2 + appVersion: 13.4.0 + created: "2021-09-28T06:42:01.823558942Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.0.8 + description: PostgresSQL + digest: 3bf27e4998771b270aa5c178227f1caa72d70baf26f1b43cb224283305299ddf + home: https://github.com/truecharts/apps/tree/master/stable/postgres + icon: https://d1q6f0aelx0por.cloudfront.net/product-logos/library-postgres-logo.png + keywords: + - postgres + - postgressql + - dtabase + - sql + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: truecharts.org + - email: kjeld@schouten-lebbing.nl + name: Ornias1993 + url: truecharts.org + name: postgresql + sources: + - https://www.postgresql.org/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/postgresql-3.0.2/postgresql-3.0.2.tgz + version: 3.0.2 - apiVersion: v2 appVersion: 13.4.0 created: "2021-09-26T23:18:21.688626932Z" @@ -136760,6 +137250,34 @@ entries: - https://github.com/truecharts/apps/releases/download/prototypegui-6.8.7/prototypegui-6.8.7.tgz version: 6.8.7 prowlarr: + - apiVersion: v2 + appVersion: 0.1.1.953 + created: "2021-09-28T06:42:02.090505571Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.0.8 + description: Indexer manager/proxy built on the popular arr net base stack to + integrate with your various PVR apps. + digest: 5365b9f38cd702c73193195da73c3f5f3e4f26f29755824f0788669e852e1891 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/prowlarr + icon: https://raw.githubusercontent.com/Prowlarr/Prowlarr/develop/Logo/400.png + keywords: + - prowlarr + - torrent + - usenet + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: truecharts.org + name: prowlarr + sources: + - https://github.com/Prowlarr/Prowlarr + - https://github.com/k8s-at-home/container-images + urls: + - https://github.com/truecharts/apps/releases/download/prowlarr-3.0.2/prowlarr-3.0.2.tgz + version: 3.0.2 - apiVersion: v2 appVersion: 0.1.1.946 created: "2021-09-26T23:18:22.217095624Z" @@ -140486,6 +141004,30 @@ entries: - https://github.com/truecharts/apps/releases/download/pyload-1.0.1/pyload-1.0.1.tgz version: 1.0.1 qbittorrent: + - apiVersion: v2 + appVersion: 4.3.8 + created: "2021-09-28T06:42:02.308231037Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.0.8 + description: qBittorrent is a cross-platform free and open-source BitTorrent client + digest: 1bb7c91549ecc3925b17f8b86db256b1126bb910dcf898b9cc202c908e494c25 + home: https://github.com/truecharts/apps/tree/master/charts/incubator/qbittorrent + icon: https://cloud.githubusercontent.com/assets/14862437/23586868/89ef2922-01c4-11e7-869c-52aafcece17f.png + keywords: + - qbittorrent + - torrrent + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: truecharts.org + name: qbittorrent + type: application + urls: + - https://github.com/truecharts/apps/releases/download/qbittorrent-8.0.2/qbittorrent-8.0.2.tgz + version: 8.0.2 - apiVersion: v2 appVersion: 4.3.7 created: "2021-09-26T23:18:22.572360923Z" @@ -144956,6 +145498,39 @@ entries: - https://github.com/truecharts/apps/releases/download/radarr-3.1.5/radarr-3.1.5.tgz version: 3.1.5 readarr: + - apiVersion: v2 + appVersion: 0.1.0.971 + created: "2021-09-28T06:42:02.562048702Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.0.8 + description: A fork of Radarr to work with Books & AudioBooks + digest: b32dab325ac8bec1363f3bab8ec90de2bfc1b1e256fb2f3d46539588a9fb8dfc + home: https://github.com/truecharts/apps/tree/master/charts/incubator/readarr + icon: https://github.com/Readarr/Readarr/blob/develop/Logo/1024.png?raw=true + keywords: + - readarr + - torrent + - usenet + - AudioBooks + - ebooks + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: truecharts.org + - email: kjeld@schouten-lebbing.nl + name: Ornias1993 + url: truecharts.org + name: readarr + sources: + - https://github.com/Readarr/Readarr + - https://readarr.com + type: application + urls: + - https://github.com/truecharts/apps/releases/download/readarr-8.0.2/readarr-8.0.2.tgz + version: 8.0.2 - apiVersion: v2 appVersion: 0.1.0.968 created: "2021-09-26T23:18:22.933127307Z" @@ -151222,6 +151797,32 @@ entries: - https://github.com/truecharts/apps/releases/download/resilio-sync-1.0.1/resilio-sync-1.0.1.tgz version: 1.0.1 sabnzbd: + - apiVersion: v2 + appVersion: 3.4.1 + created: "2021-09-28T06:42:02.743641066Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.0.8 + description: Free and easy binary newsreader + digest: 50c4982921f8c60da294274b30466c8a2302b8e091532d3d4124ab5c56c8e2ea + home: https://github.com/truecharts/apps/tree/master/charts/incubator/sabnzbd + icon: https://avatars1.githubusercontent.com/u/960698?s=400&v=4 + keywords: + - sabnzbd + - usenet + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: truecharts.org + name: sabnzbd + sources: + - https://sabnzbd.org/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/sabnzbd-8.0.2/sabnzbd-8.0.2.tgz + version: 8.0.2 - apiVersion: v2 appVersion: 3.3.1 created: "2021-09-26T23:18:23.477176848Z" @@ -154519,6 +155120,39 @@ entries: - https://github.com/truecharts/apps/releases/download/ser2sock-1.0.1/ser2sock-1.0.1.tgz version: 1.0.1 sogo: + - apiVersion: v2 + appVersion: 5.2.0 + created: "2021-09-28T06:42:03.021844449Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.0.8 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 3.0.1 + - condition: memcached.enabled + name: memcached + repository: https://charts.bitnami.com/bitnami + version: 5.15.2 + description: Groupware package + digest: 374c764252eeee20810c6e3038f3ab04e8cfee26f200c3f26be6f3c230ccd1a1 + home: https://github.com/truecharts/apps/tree/master/charts/stable/sogo + icon: https://truecharts.org/_static/img/sogo-icon.png + keywords: + - groupware + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: truecharts.org + name: sogo + sources: + - https://www.sogo.nu/ + type: application + urls: + - https://github.com/truecharts/apps/releases/download/sogo-4.0.4/sogo-4.0.4.tgz + version: 4.0.4 - apiVersion: v2 appVersion: 5.2.0 created: "2021-09-27T19:49:43.704642778Z" @@ -181606,6 +182240,43 @@ entries: - https://github.com/truecharts/apps/releases/download/unpackerr-1.0.0/unpackerr-1.0.0.tgz version: 1.0.0 vaultwarden: + - apiVersion: v2 + appVersion: 1.22.2 + created: "2021-09-28T06:42:03.275851126Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.0.8 + - condition: postgresql.enabled + name: postgresql + repository: https://truecharts.org/ + version: 3.0.1 + description: Unofficial Bitwarden compatible server written in Rust + digest: ad9454da44f946cb3287d0d5ce0ee0683226a03b2ae0b58bb5c1c53ae7b08003 + home: https://github.com/truecharts/apps/tree/master/charts/stable/vaultwarden + icon: https://raw.githubusercontent.com/bitwarden/brand/master/icons/256x256.png + keywords: + - bitwarden + - bitwardenrs + - bitwarden_rs + - vaultwarden + - password + - rust + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: truecharts.org + - email: kjeld@schouten-lebbing.nl + name: Ornias1993 + url: truecharts.org + name: vaultwarden + sources: + - https://github.com/dani-garcia/vaultwarden + type: application + urls: + - https://github.com/truecharts/apps/releases/download/vaultwarden-9.0.3/vaultwarden-9.0.3.tgz + version: 9.0.3 - apiVersion: v2 appVersion: 1.22.2 created: "2021-09-27T19:49:43.882048881Z" @@ -187508,6 +188179,39 @@ entries: - https://github.com/truecharts/apps/releases/download/xteve-1.0.1/xteve-1.0.1.tgz version: 1.0.1 zwavejs2mqtt: + - apiVersion: v2 + appVersion: 5.7.1 + created: "2021-09-28T06:42:03.545881634Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.0.8 + description: Fully configurable Zwave to MQTT gateway and Control Panel using + NodeJS and Vue + digest: a2eb84e9e982e45e010443209662a7fbc78f646f7d8a2f2d2708d018f8dca35d + home: https://github.com/truecharts/apps/tree/master/charts/stable/zwavejs2mqtt + icon: https://raw.githubusercontent.com/zwave-js/zwavejs2mqtt/master/static/logo.png + keywords: + - zwavejs2mqtt + - zwave-js + - z-wave + - zwave + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: truecharts.org + - email: 35702532+tprelog@users.noreply.github.com + name: tprelog + url: 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-8.0.2/zwavejs2mqtt-8.0.2.tgz + version: 8.0.2 - apiVersion: v2 appVersion: 5.6.0 created: "2021-09-26T23:18:26.596928241Z" @@ -190840,4 +191544,4 @@ entries: urls: - https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-3.1.5/zwavejs2mqtt-3.1.5.tgz version: 3.1.5 -generated: "2021-09-27T22:08:08.83752252Z" +generated: "2021-09-28T06:42:03.607251304Z"