From 38c29c57ca03c83822ac216b8f4031372d1b3ecc Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 30 Nov 2021 21:27:51 +0000 Subject: [PATCH] Commit released Helm Chart and docs for TrueCharts Signed-off-by: TrueCharts-Bot --- charts/stable/prowlarr/CHANGELOG.md | 9 +++ charts/stable/prowlarr/Chart.yaml | 2 +- charts/stable/prowlarr/helm-values.md | 2 +- charts/stable/readarr/CHANGELOG.md | 9 +++ charts/stable/readarr/Chart.yaml | 2 +- charts/stable/readarr/helm-values.md | 2 +- docs/apps/stable/prowlarr/CHANGELOG.md | 9 +++ docs/apps/stable/prowlarr/helm-values.md | 2 +- docs/apps/stable/readarr/CHANGELOG.md | 9 +++ docs/apps/stable/readarr/helm-values.md | 2 +- docs/index.yaml | 70 +++++++++++++++++++++++- 11 files changed, 111 insertions(+), 7 deletions(-) diff --git a/charts/stable/prowlarr/CHANGELOG.md b/charts/stable/prowlarr/CHANGELOG.md index ce5dc5546b7..bf90fec73aa 100644 --- a/charts/stable/prowlarr/CHANGELOG.md +++ b/charts/stable/prowlarr/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [prowlarr-4.0.23](https://github.com/truecharts/apps/compare/prowlarr-4.0.22...prowlarr-4.0.23) (2021-11-30) + +#### Chore + +* update non-major docker tags ([#1438](https://github.com/truecharts/apps/issues/1438)) + + + ### [prowlarr-4.0.22](https://github.com/truecharts/apps/compare/prowlarr-4.0.21...prowlarr-4.0.22) (2021-11-30) diff --git a/charts/stable/prowlarr/Chart.yaml b/charts/stable/prowlarr/Chart.yaml index 612ab82131f..6f5d7064823 100644 --- a/charts/stable/prowlarr/Chart.yaml +++ b/charts/stable/prowlarr/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.1.6.1173" +appVersion: "0.1.6.1176" dependencies: - name: common repository: https://truecharts.org diff --git a/charts/stable/prowlarr/helm-values.md b/charts/stable/prowlarr/helm-values.md index c8d767885b6..812d6e755db 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.6.1173@sha256:49f511b068474bb4f5f5cc6e9ffbabe45dc28e815a210983c359a701b8c85eeb"` | image tag | +| image.tag | string | `"v0.1.6.1176@sha256:79507d7af6113fef81cd36887b060c5607ee91ae84c47812acc08ec97c351f0f"` | 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/readarr/CHANGELOG.md b/charts/stable/readarr/CHANGELOG.md index f3a84415397..47323f92abf 100644 --- a/charts/stable/readarr/CHANGELOG.md +++ b/charts/stable/readarr/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [readarr-9.0.22](https://github.com/truecharts/apps/compare/readarr-9.0.21...readarr-9.0.22) (2021-11-30) + +#### Chore + +* update non-major docker tags ([#1438](https://github.com/truecharts/apps/issues/1438)) + + + ### [readarr-9.0.21](https://github.com/truecharts/apps/compare/readarr-9.0.20...readarr-9.0.21) (2021-11-30) diff --git a/charts/stable/readarr/Chart.yaml b/charts/stable/readarr/Chart.yaml index 6bfc8d0e957..be24899d4a6 100644 --- a/charts/stable/readarr/Chart.yaml +++ b/charts/stable/readarr/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "0.1.0.1071" +appVersion: "0.1.0.1072" dependencies: - name: common repository: https://truecharts.org diff --git a/charts/stable/readarr/helm-values.md b/charts/stable/readarr/helm-values.md index 5afa1689f35..e1eee1f35e5 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.1071@sha256:7f7cdc87e912018745e10dd4e0603aad30750317bb47d498ae469a9748d6b455"` | | +| image.tag | string | `"v0.1.0.1072@sha256:536b5586da8ff23375bc01ea0f78946b3f01166fc53e778f480e4222de102dc7"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | | probes.liveness.custom | bool | `true` | | diff --git a/docs/apps/stable/prowlarr/CHANGELOG.md b/docs/apps/stable/prowlarr/CHANGELOG.md index ce5dc5546b7..bf90fec73aa 100644 --- a/docs/apps/stable/prowlarr/CHANGELOG.md +++ b/docs/apps/stable/prowlarr/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [prowlarr-4.0.23](https://github.com/truecharts/apps/compare/prowlarr-4.0.22...prowlarr-4.0.23) (2021-11-30) + +#### Chore + +* update non-major docker tags ([#1438](https://github.com/truecharts/apps/issues/1438)) + + + ### [prowlarr-4.0.22](https://github.com/truecharts/apps/compare/prowlarr-4.0.21...prowlarr-4.0.22) (2021-11-30) diff --git a/docs/apps/stable/prowlarr/helm-values.md b/docs/apps/stable/prowlarr/helm-values.md index c8d767885b6..812d6e755db 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.6.1173@sha256:49f511b068474bb4f5f5cc6e9ffbabe45dc28e815a210983c359a701b8c85eeb"` | image tag | +| image.tag | string | `"v0.1.6.1176@sha256:79507d7af6113fef81cd36887b060c5607ee91ae84c47812acc08ec97c351f0f"` | 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/readarr/CHANGELOG.md b/docs/apps/stable/readarr/CHANGELOG.md index f3a84415397..47323f92abf 100644 --- a/docs/apps/stable/readarr/CHANGELOG.md +++ b/docs/apps/stable/readarr/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [readarr-9.0.22](https://github.com/truecharts/apps/compare/readarr-9.0.21...readarr-9.0.22) (2021-11-30) + +#### Chore + +* update non-major docker tags ([#1438](https://github.com/truecharts/apps/issues/1438)) + + + ### [readarr-9.0.21](https://github.com/truecharts/apps/compare/readarr-9.0.20...readarr-9.0.21) (2021-11-30) diff --git a/docs/apps/stable/readarr/helm-values.md b/docs/apps/stable/readarr/helm-values.md index 5afa1689f35..e1eee1f35e5 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.1071@sha256:7f7cdc87e912018745e10dd4e0603aad30750317bb47d498ae469a9748d6b455"` | | +| image.tag | string | `"v0.1.0.1072@sha256:536b5586da8ff23375bc01ea0f78946b3f01166fc53e778f480e4222de102dc7"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | | probes.liveness.custom | bool | `true` | | diff --git a/docs/index.yaml b/docs/index.yaml index 17d1a2f891f..3c75da27f1d 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -187137,6 +187137,39 @@ entries: - https://github.com/truecharts/apps/releases/download/prototypegui-6.8.7/prototypegui-6.8.7.tgz version: 6.8.7 prowlarr: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 0.1.6.1176 + created: "2021-11-30T21:27:48.938745175Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.7 + description: Indexer manager/proxy built on the popular arr net base stack to + integrate with your various PVR apps. + digest: c39e0a15ba63765bc5d61f7bb0809e84e687b3c9840af36b8c699f6a467ffad2 + home: https://github.com/truecharts/apps/tree/master/charts/stable/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: https://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-4.0.23/prowlarr-4.0.23.tgz + version: 4.0.23 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -196999,6 +197032,41 @@ entries: - https://github.com/truecharts/apps/releases/download/radarr-3.1.5/radarr-3.1.5.tgz version: 3.1.5 readarr: + - annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media + truecharts.org/grade: U + apiVersion: v2 + appVersion: 0.1.0.1072 + created: "2021-11-30T21:27:49.175907549Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 8.9.7 + description: A fork of Radarr to work with Books & AudioBooks + digest: 36a127eefb449d2917a6d76d04410002fc9b2c32a33d832d9a092c41c7dae323 + home: https://github.com/truecharts/apps/tree/master/charts/stable/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: https://truecharts.org + name: readarr + sources: + - https://github.com/Readarr/Readarr + - https://readarr.com + type: application + urls: + - https://github.com/truecharts/apps/releases/download/readarr-9.0.22/readarr-9.0.22.tgz + version: 9.0.22 - annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | @@ -259756,4 +259824,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-11-30T14:31:46.549996566Z" +generated: "2021-11-30T21:27:49.263024874Z"