diff --git a/stable/prowlarr/4.0.22/CHANGELOG.md b/stable/prowlarr/4.0.23/CHANGELOG.md
similarity index 88%
rename from stable/prowlarr/4.0.22/CHANGELOG.md
rename to stable/prowlarr/4.0.23/CHANGELOG.md
index ccc6736366..d20581dcad 100644
--- a/stable/prowlarr/4.0.22/CHANGELOG.md
+++ b/stable/prowlarr/4.0.23/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)
@@ -88,12 +97,3 @@
### [prowlarr-4.0.12](https://github.com/truecharts/apps/compare/prowlarr-4.0.11...prowlarr-4.0.12) (2021-11-15)
#### Chore
-
-* persistence cleanup and small bugfixes ([#1329](https://github.com/truecharts/apps/issues/1329))
-* update non-major deps helm releases ([#1338](https://github.com/truecharts/apps/issues/1338))
-
-
-
-
-### [prowlarr-4.0.11](https://github.com/truecharts/apps/compare/prowlarr-4.0.10...prowlarr-4.0.11) (2021-11-14)
-
diff --git a/stable/prowlarr/4.0.22/CONFIG.md b/stable/prowlarr/4.0.23/CONFIG.md
similarity index 100%
rename from stable/prowlarr/4.0.22/CONFIG.md
rename to stable/prowlarr/4.0.23/CONFIG.md
diff --git a/stable/readarr/9.0.21/Chart.lock b/stable/prowlarr/4.0.23/Chart.lock
similarity index 78%
rename from stable/readarr/9.0.21/Chart.lock
rename to stable/prowlarr/4.0.23/Chart.lock
index d955fb913c..921b29b0ed 100644
--- a/stable/readarr/9.0.21/Chart.lock
+++ b/stable/prowlarr/4.0.23/Chart.lock
@@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.9.7
digest: sha256:fcde72accd942e87af2e3e43b8743053fca3f604d214556f2357bd39ca43d3dd
-generated: "2021-11-30T12:36:04.904028508Z"
+generated: "2021-11-30T21:24:30.762144051Z"
diff --git a/stable/prowlarr/4.0.22/Chart.yaml b/stable/prowlarr/4.0.23/Chart.yaml
similarity index 94%
rename from stable/prowlarr/4.0.22/Chart.yaml
rename to stable/prowlarr/4.0.23/Chart.yaml
index de6fed7391..6f5d706482 100644
--- a/stable/prowlarr/4.0.22/Chart.yaml
+++ b/stable/prowlarr/4.0.23/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
@@ -21,7 +21,7 @@ name: prowlarr
sources:
- https://github.com/Prowlarr/Prowlarr
- https://github.com/k8s-at-home/container-images
-version: 4.0.22
+version: 4.0.23
annotations:
truecharts.org/catagories: |
- media
diff --git a/stable/prowlarr/4.0.22/README.md b/stable/prowlarr/4.0.23/README.md
similarity index 100%
rename from stable/prowlarr/4.0.22/README.md
rename to stable/prowlarr/4.0.23/README.md
diff --git a/stable/prowlarr/4.0.22/app-readme.md b/stable/prowlarr/4.0.23/app-readme.md
similarity index 100%
rename from stable/prowlarr/4.0.22/app-readme.md
rename to stable/prowlarr/4.0.23/app-readme.md
diff --git a/stable/prowlarr/4.0.22/charts/common-8.9.7.tgz b/stable/prowlarr/4.0.23/charts/common-8.9.7.tgz
similarity index 100%
rename from stable/prowlarr/4.0.22/charts/common-8.9.7.tgz
rename to stable/prowlarr/4.0.23/charts/common-8.9.7.tgz
diff --git a/stable/prowlarr/4.0.22/helm-values.md b/stable/prowlarr/4.0.23/helm-values.md
similarity index 91%
rename from stable/prowlarr/4.0.22/helm-values.md
rename to stable/prowlarr/4.0.23/helm-values.md
index c8d767885b..812d6e755d 100644
--- a/stable/prowlarr/4.0.22/helm-values.md
+++ b/stable/prowlarr/4.0.23/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/stable/prowlarr/4.0.22/ix_values.yaml b/stable/prowlarr/4.0.23/ix_values.yaml
similarity index 91%
rename from stable/prowlarr/4.0.22/ix_values.yaml
rename to stable/prowlarr/4.0.23/ix_values.yaml
index 5d2335fbdc..1c62774d60 100644
--- a/stable/prowlarr/4.0.22/ix_values.yaml
+++ b/stable/prowlarr/4.0.23/ix_values.yaml
@@ -9,7 +9,7 @@ image:
# -- image repository
repository: ghcr.io/k8s-at-home/prowlarr
# -- image tag
- tag: v0.1.6.1173@sha256:49f511b068474bb4f5f5cc6e9ffbabe45dc28e815a210983c359a701b8c85eeb
+ tag: v0.1.6.1176@sha256:79507d7af6113fef81cd36887b060c5607ee91ae84c47812acc08ec97c351f0f
# -- image pull policy
pullPolicy: IfNotPresent
diff --git a/stable/prowlarr/4.0.22/questions.yaml b/stable/prowlarr/4.0.23/questions.yaml
similarity index 100%
rename from stable/prowlarr/4.0.22/questions.yaml
rename to stable/prowlarr/4.0.23/questions.yaml
diff --git a/stable/prowlarr/4.0.22/templates/common.yaml b/stable/prowlarr/4.0.23/templates/common.yaml
similarity index 100%
rename from stable/prowlarr/4.0.22/templates/common.yaml
rename to stable/prowlarr/4.0.23/templates/common.yaml
diff --git a/stable/prowlarr/4.0.22/values.yaml b/stable/prowlarr/4.0.23/values.yaml
similarity index 100%
rename from stable/prowlarr/4.0.22/values.yaml
rename to stable/prowlarr/4.0.23/values.yaml
diff --git a/stable/readarr/9.0.21/CHANGELOG.md b/stable/readarr/9.0.22/CHANGELOG.md
similarity index 82%
rename from stable/readarr/9.0.21/CHANGELOG.md
rename to stable/readarr/9.0.22/CHANGELOG.md
index 38ea2f338c..4dff0e1b81 100644
--- a/stable/readarr/9.0.21/CHANGELOG.md
+++ b/stable/readarr/9.0.22/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)
@@ -88,12 +97,3 @@
#### Chore
-* fixes around the GUI refactor ([#1316](https://github.com/truecharts/apps/issues/1316))
-* move port above advanced in GUI ([#1326](https://github.com/truecharts/apps/issues/1326))
-* clean up Chart.yaml ([#1322](https://github.com/truecharts/apps/issues/1322))
-* update non-major deps helm releases ([#1328](https://github.com/truecharts/apps/issues/1328))
-* update non-major ([#1327](https://github.com/truecharts/apps/issues/1327))
-
-#### Fix
-
-* split udp and tcp ports ([#1321](https://github.com/truecharts/apps/issues/1321))
diff --git a/stable/readarr/9.0.21/CONFIG.md b/stable/readarr/9.0.22/CONFIG.md
similarity index 100%
rename from stable/readarr/9.0.21/CONFIG.md
rename to stable/readarr/9.0.22/CONFIG.md
diff --git a/stable/prowlarr/4.0.22/Chart.lock b/stable/readarr/9.0.22/Chart.lock
similarity index 78%
rename from stable/prowlarr/4.0.22/Chart.lock
rename to stable/readarr/9.0.22/Chart.lock
index 61651e105e..b168437c64 100644
--- a/stable/prowlarr/4.0.22/Chart.lock
+++ b/stable/readarr/9.0.22/Chart.lock
@@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.9.7
digest: sha256:fcde72accd942e87af2e3e43b8743053fca3f604d214556f2357bd39ca43d3dd
-generated: "2021-11-30T12:34:07.278283569Z"
+generated: "2021-11-30T21:25:01.45360221Z"
diff --git a/stable/readarr/9.0.21/Chart.yaml b/stable/readarr/9.0.22/Chart.yaml
similarity index 94%
rename from stable/readarr/9.0.21/Chart.yaml
rename to stable/readarr/9.0.22/Chart.yaml
index c383aa57c6..be24899d4a 100644
--- a/stable/readarr/9.0.21/Chart.yaml
+++ b/stable/readarr/9.0.22/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
@@ -24,7 +24,7 @@ sources:
- https://github.com/Readarr/Readarr
- https://readarr.com
type: application
-version: 9.0.21
+version: 9.0.22
annotations:
truecharts.org/catagories: |
- media
diff --git a/stable/readarr/9.0.21/README.md b/stable/readarr/9.0.22/README.md
similarity index 100%
rename from stable/readarr/9.0.21/README.md
rename to stable/readarr/9.0.22/README.md
diff --git a/stable/readarr/9.0.21/app-readme.md b/stable/readarr/9.0.22/app-readme.md
similarity index 100%
rename from stable/readarr/9.0.21/app-readme.md
rename to stable/readarr/9.0.22/app-readme.md
diff --git a/stable/readarr/9.0.21/charts/common-8.9.7.tgz b/stable/readarr/9.0.22/charts/common-8.9.7.tgz
similarity index 100%
rename from stable/readarr/9.0.21/charts/common-8.9.7.tgz
rename to stable/readarr/9.0.22/charts/common-8.9.7.tgz
diff --git a/stable/readarr/9.0.21/helm-values.md b/stable/readarr/9.0.22/helm-values.md
similarity index 94%
rename from stable/readarr/9.0.21/helm-values.md
rename to stable/readarr/9.0.22/helm-values.md
index 5afa1689f3..e1eee1f35e 100644
--- a/stable/readarr/9.0.21/helm-values.md
+++ b/stable/readarr/9.0.22/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/stable/readarr/9.0.21/ix_values.yaml b/stable/readarr/9.0.22/ix_values.yaml
similarity index 91%
rename from stable/readarr/9.0.21/ix_values.yaml
rename to stable/readarr/9.0.22/ix_values.yaml
index 5fd3e35a3c..c0071a11e9 100644
--- a/stable/readarr/9.0.21/ix_values.yaml
+++ b/stable/readarr/9.0.22/ix_values.yaml
@@ -3,7 +3,7 @@
image:
repository: ghcr.io/k8s-at-home/readarr
pullPolicy: IfNotPresent
- tag: v0.1.0.1071@sha256:7f7cdc87e912018745e10dd4e0603aad30750317bb47d498ae469a9748d6b455
+ tag: v0.1.0.1072@sha256:536b5586da8ff23375bc01ea0f78946b3f01166fc53e778f480e4222de102dc7
securityContext:
readOnlyRootFilesystem: false
diff --git a/stable/readarr/9.0.21/questions.yaml b/stable/readarr/9.0.22/questions.yaml
similarity index 100%
rename from stable/readarr/9.0.21/questions.yaml
rename to stable/readarr/9.0.22/questions.yaml
diff --git a/stable/readarr/9.0.21/templates/common.yaml b/stable/readarr/9.0.22/templates/common.yaml
similarity index 100%
rename from stable/readarr/9.0.21/templates/common.yaml
rename to stable/readarr/9.0.22/templates/common.yaml
diff --git a/stable/readarr/9.0.21/values.yaml b/stable/readarr/9.0.22/values.yaml
similarity index 100%
rename from stable/readarr/9.0.21/values.yaml
rename to stable/readarr/9.0.22/values.yaml