diff --git a/incubator/testbed/6.11.21/CHANGELOG.md b/incubator/testbed/6.11.21/CHANGELOG.md deleted file mode 100644 index 6dd192e3795..00000000000 --- a/incubator/testbed/6.11.21/CHANGELOG.md +++ /dev/null @@ -1,4 +0,0 @@ - - -### testbed-6.11.21 (2021-09-12) - diff --git a/incubator/testbed/6.11.22/CHANGELOG.md b/incubator/testbed/6.11.22/CHANGELOG.md new file mode 100644 index 00000000000..0b474cfeb73 --- /dev/null +++ b/incubator/testbed/6.11.22/CHANGELOG.md @@ -0,0 +1,4 @@ + + +### [testbed-6.11.22](https://github.com/truecharts/apps/compare/testbed-6.11.21...testbed-6.11.22) (2021-09-12) + diff --git a/incubator/testbed/6.11.21/CONFIG.md b/incubator/testbed/6.11.22/CONFIG.md similarity index 100% rename from incubator/testbed/6.11.21/CONFIG.md rename to incubator/testbed/6.11.22/CONFIG.md diff --git a/incubator/testbed/6.11.21/Chart.lock b/incubator/testbed/6.11.22/Chart.lock similarity index 78% rename from incubator/testbed/6.11.21/Chart.lock rename to incubator/testbed/6.11.22/Chart.lock index 46d8176b2f8..7f89ae98844 100644 --- a/incubator/testbed/6.11.21/Chart.lock +++ b/incubator/testbed/6.11.22/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org/ version: 6.13.8 digest: sha256:7c137b201e33de386c8012e58dd401f81aa3b8e8cade47c7de48db3e58342823 -generated: "2021-09-12T12:10:14.952686569Z" +generated: "2021-09-12T12:32:41.92096747Z" diff --git a/incubator/testbed/6.11.21/Chart.yaml b/incubator/testbed/6.11.22/Chart.yaml similarity index 97% rename from incubator/testbed/6.11.21/Chart.yaml rename to incubator/testbed/6.11.22/Chart.yaml index 8dad9d7a485..6485ed161bb 100644 --- a/incubator/testbed/6.11.21/Chart.yaml +++ b/incubator/testbed/6.11.22/Chart.yaml @@ -24,4 +24,4 @@ name: testbed sources: - https://github.com/Jackett/Jackett type: application -version: 6.11.21 +version: 6.11.22 diff --git a/incubator/testbed/6.11.21/README.md b/incubator/testbed/6.11.22/README.md similarity index 100% rename from incubator/testbed/6.11.21/README.md rename to incubator/testbed/6.11.22/README.md diff --git a/incubator/testbed/6.11.21/app-readme.md b/incubator/testbed/6.11.22/app-readme.md similarity index 100% rename from incubator/testbed/6.11.21/app-readme.md rename to incubator/testbed/6.11.22/app-readme.md diff --git a/incubator/testbed/6.11.21/charts/common-6.13.8.tgz b/incubator/testbed/6.11.22/charts/common-6.13.8.tgz similarity index 100% rename from incubator/testbed/6.11.21/charts/common-6.13.8.tgz rename to incubator/testbed/6.11.22/charts/common-6.13.8.tgz diff --git a/incubator/testbed/6.11.21/helm-values.md b/incubator/testbed/6.11.22/helm-values.md similarity index 100% rename from incubator/testbed/6.11.21/helm-values.md rename to incubator/testbed/6.11.22/helm-values.md diff --git a/incubator/testbed/6.11.21/ix_values.yaml b/incubator/testbed/6.11.22/ix_values.yaml similarity index 100% rename from incubator/testbed/6.11.21/ix_values.yaml rename to incubator/testbed/6.11.22/ix_values.yaml diff --git a/incubator/testbed/6.11.21/questions.yaml b/incubator/testbed/6.11.22/questions.yaml similarity index 99% rename from incubator/testbed/6.11.21/questions.yaml rename to incubator/testbed/6.11.22/questions.yaml index 1a15963f329..cec02b376aa 100644 --- a/incubator/testbed/6.11.21/questions.yaml +++ b/incubator/testbed/6.11.22/questions.yaml @@ -359,7 +359,7 @@ questions: label: "(Advanced) storageClass" description: " Warning: Anything other than SCALE-ZFS will break rollback!" schema: - show_if: [["type", "=", "pvc"]] + show_if: [["type", "=", "pvc"],["expert", "=", true]] type: string default: "SCALE-ZFS" - variable: setPermissions @@ -383,7 +383,7 @@ questions: - variable: hostPathType label: "(Advanced) hostPath Type" schema: - show_if: [["type", "=", "hostPath"]] + show_if: [["type", "=", "hostPath"],["expert", "=", true]] type: string default: "" enum: @@ -425,7 +425,7 @@ questions: label: "(Advanced) Access Mode" description: "Allow or disallow multiple PVC's writhing to the same PV" schema: - show_if: [["type", "=", "pvc"]] + show_if: [["type", "=", "pvc"],["expert", "=", true]] type: string default: "ReadWriteOnce" enum: diff --git a/incubator/testbed/6.11.21/templates/common.yaml b/incubator/testbed/6.11.22/templates/common.yaml similarity index 100% rename from incubator/testbed/6.11.21/templates/common.yaml rename to incubator/testbed/6.11.22/templates/common.yaml diff --git a/incubator/testbed/6.11.21/test_values.yaml b/incubator/testbed/6.11.22/test_values.yaml similarity index 100% rename from incubator/testbed/6.11.21/test_values.yaml rename to incubator/testbed/6.11.22/test_values.yaml diff --git a/incubator/testbed/6.11.21/values.yaml b/incubator/testbed/6.11.22/values.yaml similarity index 100% rename from incubator/testbed/6.11.21/values.yaml rename to incubator/testbed/6.11.22/values.yaml