diff --git a/incubator/testrc2/0.0.1/CHANGELOG.md b/incubator/testrc2/0.0.2/CHANGELOG.md similarity index 94% rename from incubator/testrc2/0.0.1/CHANGELOG.md rename to incubator/testrc2/0.0.2/CHANGELOG.md index fce3290b0b2..f8d49a0722e 100644 --- a/incubator/testrc2/0.0.1/CHANGELOG.md +++ b/incubator/testrc2/0.0.2/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog
+ +### [testrc2-0.0.2](https://github.com/truecharts/apps/compare/testrc2-0.0.1...testrc2-0.0.2) (2021-11-06) + + + ### testrc2-0.0.1 (2021-11-06) @@ -92,8 +97,3 @@ ### [jackett-9.0.0](https://github.com/truecharts/apps/compare/jackett-8.0.23...jackett-9.0.0) (2021-10-25) - -#### Chore - -* Adapt for TrueNAS SCALE RC1 - diff --git a/incubator/testrc2/0.0.1/CONFIG.md b/incubator/testrc2/0.0.2/CONFIG.md similarity index 100% rename from incubator/testrc2/0.0.1/CONFIG.md rename to incubator/testrc2/0.0.2/CONFIG.md diff --git a/incubator/testrc2/0.0.1/Chart.lock b/incubator/testrc2/0.0.2/Chart.lock similarity index 78% rename from incubator/testrc2/0.0.1/Chart.lock rename to incubator/testrc2/0.0.2/Chart.lock index cc31a53a90c..8e329a512e1 100644 --- a/incubator/testrc2/0.0.1/Chart.lock +++ b/incubator/testrc2/0.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 8.5.0 digest: sha256:251255bcca05ea056515cb92dcb3bebe2491b5c0e61c01898e6afd7fb06a2b49 -generated: "2021-11-06T16:03:03.495252708Z" +generated: "2021-11-06T16:29:53.677783224Z" diff --git a/incubator/testrc2/0.0.1/Chart.yaml b/incubator/testrc2/0.0.2/Chart.yaml similarity index 97% rename from incubator/testrc2/0.0.1/Chart.yaml rename to incubator/testrc2/0.0.2/Chart.yaml index 5362751b247..17083c8366b 100644 --- a/incubator/testrc2/0.0.1/Chart.yaml +++ b/incubator/testrc2/0.0.2/Chart.yaml @@ -21,7 +21,7 @@ name: testrc2 sources: - https://github.com/Jackett/Jackett type: application -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - media diff --git a/incubator/testrc2/0.0.1/README.md b/incubator/testrc2/0.0.2/README.md similarity index 100% rename from incubator/testrc2/0.0.1/README.md rename to incubator/testrc2/0.0.2/README.md diff --git a/incubator/testrc2/0.0.1/app-readme.md b/incubator/testrc2/0.0.2/app-readme.md similarity index 100% rename from incubator/testrc2/0.0.1/app-readme.md rename to incubator/testrc2/0.0.2/app-readme.md diff --git a/incubator/testrc2/0.0.1/charts/common-8.5.0.tgz b/incubator/testrc2/0.0.2/charts/common-8.5.0.tgz similarity index 100% rename from incubator/testrc2/0.0.1/charts/common-8.5.0.tgz rename to incubator/testrc2/0.0.2/charts/common-8.5.0.tgz diff --git a/incubator/testrc2/0.0.1/helm-values.md b/incubator/testrc2/0.0.2/helm-values.md similarity index 100% rename from incubator/testrc2/0.0.1/helm-values.md rename to incubator/testrc2/0.0.2/helm-values.md diff --git a/incubator/testrc2/0.0.1/ix_values.yaml b/incubator/testrc2/0.0.2/ix_values.yaml similarity index 100% rename from incubator/testrc2/0.0.1/ix_values.yaml rename to incubator/testrc2/0.0.2/ix_values.yaml diff --git a/incubator/testrc2/0.0.1/questions.yaml b/incubator/testrc2/0.0.2/questions.yaml similarity index 99% rename from incubator/testrc2/0.0.1/questions.yaml rename to incubator/testrc2/0.0.2/questions.yaml index 98155505e16..2f7d9316ddf 100644 --- a/incubator/testrc2/0.0.1/questions.yaml +++ b/incubator/testrc2/0.0.2/questions.yaml @@ -770,7 +770,7 @@ questions: label: "Automatic Permissions" description: "Automatically set permissions on install" schema: - show_if: [["type", "=", "hostPath"],["type", "=", simpleHP]] + show_if: [["type", "=", "hostPath"],["type", "=", "simpleHP"]] type: boolean default: true - variable: readOnly @@ -782,7 +782,7 @@ questions: label: "hostPath" description: "Path inside the container the storage is mounted" schema: - show_if: [["type", "=", "hostPath"],["type", "=", simpleHP]] + show_if: [["type", "=", "hostPath"],["type", "=", "simpleHP"]] type: hostpath - variable: mountPath label: "mountPath" @@ -806,7 +806,7 @@ questions: - variable: size label: "Size quotum of storage" schema: - show_if: [["type", "=", "pvc"],["type", "=", simplePVC]] + show_if: [["type", "=", "pvc"],["type", "=", "simplePVC"]] type: string default: "100Gi" - variable: hostPathType diff --git a/incubator/testrc2/0.0.1/templates/common.yaml b/incubator/testrc2/0.0.2/templates/common.yaml similarity index 100% rename from incubator/testrc2/0.0.1/templates/common.yaml rename to incubator/testrc2/0.0.2/templates/common.yaml diff --git a/incubator/testrc2/0.0.1/values.yaml b/incubator/testrc2/0.0.2/values.yaml similarity index 100% rename from incubator/testrc2/0.0.1/values.yaml rename to incubator/testrc2/0.0.2/values.yaml