diff --git a/stable/custom-app/2.0.21/CHANGELOG.md b/stable/custom-app/2.0.22/CHANGELOG.md
similarity index 90%
rename from stable/custom-app/2.0.21/CHANGELOG.md
rename to stable/custom-app/2.0.22/CHANGELOG.md
index 5ea6404c449..230db775b00 100644
--- a/stable/custom-app/2.0.21/CHANGELOG.md
+++ b/stable/custom-app/2.0.22/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [custom-app-2.0.22](https://github.com/truecharts/apps/compare/custom-app-2.0.21...custom-app-2.0.22) (2021-10-21)
+
+#### Fix
+
+* Move test values to ci folder and use bare-bones values.yaml ([#1218](https://github.com/truecharts/apps/issues/1218))
+
+
+
### [custom-app-2.0.21](https://github.com/truecharts/apps/compare/custom-app-2.0.20...custom-app-2.0.21) (2021-10-20)
@@ -88,12 +97,3 @@
-
-### [custom-app-2.0.11](https://github.com/truecharts/apps/compare/custom-app-2.0.10...custom-app-2.0.11) (2021-10-13)
-
-#### Chore
-
-* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
-
-
-
diff --git a/stable/custom-app/2.0.21/CONFIG.md b/stable/custom-app/2.0.22/CONFIG.md
similarity index 100%
rename from stable/custom-app/2.0.21/CONFIG.md
rename to stable/custom-app/2.0.22/CONFIG.md
diff --git a/stable/custom-app/2.0.21/Chart.lock b/stable/custom-app/2.0.22/Chart.lock
similarity index 78%
rename from stable/custom-app/2.0.21/Chart.lock
rename to stable/custom-app/2.0.22/Chart.lock
index 9016f46ac44..a0c8932723d 100644
--- a/stable/custom-app/2.0.21/Chart.lock
+++ b/stable/custom-app/2.0.22/Chart.lock
@@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.3.14
digest: sha256:2278950106e480dac22f26c75bdff4cffbc2d5262a24692f160c3bfa37bda367
-generated: "2021-10-20T22:13:20.823577407Z"
+generated: "2021-10-21T13:36:53.192717521Z"
diff --git a/stable/custom-app/2.0.21/Chart.yaml b/stable/custom-app/2.0.22/Chart.yaml
similarity index 97%
rename from stable/custom-app/2.0.21/Chart.yaml
rename to stable/custom-app/2.0.22/Chart.yaml
index ac6ec5ed164..386971e801d 100644
--- a/stable/custom-app/2.0.21/Chart.yaml
+++ b/stable/custom-app/2.0.22/Chart.yaml
@@ -19,10 +19,9 @@ name: custom-app
sources:
- https://github.com/truecharts/apps/tree/master/charts/stable/custom-app
type: application
-version: 2.0.21
+version: 2.0.22
annotations:
truecharts.org/catagories: |
- custom
-
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U
diff --git a/stable/custom-app/2.0.21/README.md b/stable/custom-app/2.0.22/README.md
similarity index 100%
rename from stable/custom-app/2.0.21/README.md
rename to stable/custom-app/2.0.22/README.md
diff --git a/stable/custom-app/2.0.21/app-readme.md b/stable/custom-app/2.0.22/app-readme.md
similarity index 100%
rename from stable/custom-app/2.0.21/app-readme.md
rename to stable/custom-app/2.0.22/app-readme.md
diff --git a/stable/custom-app/2.0.21/charts/common-8.3.14.tgz b/stable/custom-app/2.0.22/charts/common-8.3.14.tgz
similarity index 100%
rename from stable/custom-app/2.0.21/charts/common-8.3.14.tgz
rename to stable/custom-app/2.0.22/charts/common-8.3.14.tgz
diff --git a/stable/custom-app/2.0.21/ix_values.yaml b/stable/custom-app/2.0.22/ci/test-values.yaml
similarity index 95%
rename from stable/custom-app/2.0.21/ix_values.yaml
rename to stable/custom-app/2.0.22/ci/test-values.yaml
index 3738fedd5af..cb1e8f66705 100644
--- a/stable/custom-app/2.0.21/ix_values.yaml
+++ b/stable/custom-app/2.0.22/ci/test-values.yaml
@@ -1,5 +1,3 @@
-# Default values for Jackett.
-
image:
repository: ghcr.io/k8s-at-home/jackett
pullPolicy: IfNotPresent
diff --git a/stable/custom-app/2.0.21/helm-values.md b/stable/custom-app/2.0.22/helm-values.md
similarity index 51%
rename from stable/custom-app/2.0.21/helm-values.md
rename to stable/custom-app/2.0.22/helm-values.md
index 8929c68dbd3..ea2cc9ae296 100644
--- a/stable/custom-app/2.0.21/helm-values.md
+++ b/stable/custom-app/2.0.22/helm-values.md
@@ -11,25 +11,8 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
-| env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | |
| image.tag | string | `"v0.18.1025@sha256:fc255969e675bf34818450c9b4440403edd4b20f35bb148017c292186db381ff"` | |
-| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
-| persistence.config.enabled | bool | `true` | |
-| persistence.config.mountPath | string | `"/config"` | |
-| persistence.config.size | string | `"100Gi"` | |
-| persistence.config.type | string | `"pvc"` | |
-| securityContext.readOnlyRootFilesystem | bool | `false` | |
-| service.main.enabled | bool | `true` | |
-| service.main.ports.main.port | int | `9117` | |
-| service.main.portsList[0].enabled | bool | `true` | |
-| service.main.portsList[0].name | string | `"extraport"` | |
-| service.main.portsList[0].port | int | `9118` | |
-| serviceList[0].enabled | bool | `true` | |
-| serviceList[0].name | string | `"extraservice"` | |
-| serviceList[0].portsList[0].enabled | bool | `true` | |
-| serviceList[0].portsList[0].name | string | `"extrasvcport"` | |
-| serviceList[0].portsList[0].port | int | `9119` | |
All Rights Reserved - The TrueCharts Project
diff --git a/stable/custom-app/2.0.22/ix_values.yaml b/stable/custom-app/2.0.22/ix_values.yaml
new file mode 100644
index 00000000000..11281620961
--- /dev/null
+++ b/stable/custom-app/2.0.22/ix_values.yaml
@@ -0,0 +1,6 @@
+# Default values for Jackett.
+
+image:
+ repository: ghcr.io/k8s-at-home/jackett
+ pullPolicy: IfNotPresent
+ tag: v0.18.1025@sha256:fc255969e675bf34818450c9b4440403edd4b20f35bb148017c292186db381ff
diff --git a/stable/custom-app/2.0.21/questions.yaml b/stable/custom-app/2.0.22/questions.yaml
similarity index 100%
rename from stable/custom-app/2.0.21/questions.yaml
rename to stable/custom-app/2.0.22/questions.yaml
diff --git a/stable/custom-app/2.0.21/templates/common.yaml b/stable/custom-app/2.0.22/templates/common.yaml
similarity index 100%
rename from stable/custom-app/2.0.21/templates/common.yaml
rename to stable/custom-app/2.0.22/templates/common.yaml
diff --git a/stable/custom-app/2.0.21/values.yaml b/stable/custom-app/2.0.22/values.yaml
similarity index 100%
rename from stable/custom-app/2.0.21/values.yaml
rename to stable/custom-app/2.0.22/values.yaml