diff --git a/incubator/testbed/7.0.10/CHANGELOG.md b/incubator/testbed/7.0.10/CHANGELOG.md new file mode 100644 index 00000000000..f97826b1ddf --- /dev/null +++ b/incubator/testbed/7.0.10/CHANGELOG.md @@ -0,0 +1,8 @@ + + +### [testbed-7.0.10](https://github.com/truecharts/apps/compare/testbed-7.0.9...testbed-7.0.10) (2021-09-12) + +#### Fix + +* completely remove unused volumes and correctly enable used volumes for VPN + diff --git a/incubator/testbed/7.0.9/CONFIG.md b/incubator/testbed/7.0.10/CONFIG.md similarity index 100% rename from incubator/testbed/7.0.9/CONFIG.md rename to incubator/testbed/7.0.10/CONFIG.md diff --git a/incubator/testbed/7.0.10/Chart.lock b/incubator/testbed/7.0.10/Chart.lock new file mode 100644 index 00000000000..6afa1bc6a02 --- /dev/null +++ b/incubator/testbed/7.0.10/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org/ + version: 7.0.10 +digest: sha256:1ff377b855d7607f138050235ffddfaa7a13e8c33d439b7c4c47c1afec2e7148 +generated: "2021-09-12T20:45:05.645095271Z" diff --git a/incubator/testbed/7.0.9/Chart.yaml b/incubator/testbed/7.0.10/Chart.yaml similarity index 94% rename from incubator/testbed/7.0.9/Chart.yaml rename to incubator/testbed/7.0.10/Chart.yaml index 6688c53cfb0..6f6476adc4d 100644 --- a/incubator/testbed/7.0.9/Chart.yaml +++ b/incubator/testbed/7.0.10/Chart.yaml @@ -3,7 +3,7 @@ appVersion: 0.18.729 dependencies: - name: common repository: https://truecharts.org/ - version: 7.0.9 + version: 7.0.10 deprecated: false description: A internal TrueCharts testbed home: https://github.com/truecharts/apps/tree/master/charts/stable/jackett @@ -24,4 +24,4 @@ name: testbed sources: - https://github.com/Jackett/Jackett type: application -version: 7.0.9 +version: 7.0.10 diff --git a/incubator/testbed/7.0.9/README.md b/incubator/testbed/7.0.10/README.md similarity index 96% rename from incubator/testbed/7.0.9/README.md rename to incubator/testbed/7.0.10/README.md index 307c445d069..14e092fb1c8 100644 --- a/incubator/testbed/7.0.9/README.md +++ b/incubator/testbed/7.0.10/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | common | 7.0.9 | +| https://truecharts.org/ | common | 7.0.10 | ## Installing the Chart diff --git a/incubator/testbed/7.0.9/app-readme.md b/incubator/testbed/7.0.10/app-readme.md similarity index 100% rename from incubator/testbed/7.0.9/app-readme.md rename to incubator/testbed/7.0.10/app-readme.md diff --git a/incubator/testbed/7.0.10/charts/common-7.0.10.tgz b/incubator/testbed/7.0.10/charts/common-7.0.10.tgz new file mode 100644 index 00000000000..d97530bb75c Binary files /dev/null and b/incubator/testbed/7.0.10/charts/common-7.0.10.tgz differ diff --git a/incubator/testbed/7.0.9/helm-values.md b/incubator/testbed/7.0.10/helm-values.md similarity index 100% rename from incubator/testbed/7.0.9/helm-values.md rename to incubator/testbed/7.0.10/helm-values.md diff --git a/incubator/testbed/7.0.9/ix_values.yaml b/incubator/testbed/7.0.10/ix_values.yaml similarity index 100% rename from incubator/testbed/7.0.9/ix_values.yaml rename to incubator/testbed/7.0.10/ix_values.yaml diff --git a/incubator/testbed/7.0.9/questions.yaml b/incubator/testbed/7.0.10/questions.yaml similarity index 99% rename from incubator/testbed/7.0.9/questions.yaml rename to incubator/testbed/7.0.10/questions.yaml index 07dd2df8373..6a25f6a576f 100644 --- a/incubator/testbed/7.0.9/questions.yaml +++ b/incubator/testbed/7.0.10/questions.yaml @@ -1413,6 +1413,12 @@ questions: type: dict show_if: [["type", "!=", "disabled"]] attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: true + hidden: true - variable: type label: "type" schema: diff --git a/incubator/testbed/7.0.9/templates/common.yaml b/incubator/testbed/7.0.10/templates/common.yaml similarity index 100% rename from incubator/testbed/7.0.9/templates/common.yaml rename to incubator/testbed/7.0.10/templates/common.yaml diff --git a/incubator/testbed/7.0.9/test_values.yaml b/incubator/testbed/7.0.10/test_values.yaml similarity index 100% rename from incubator/testbed/7.0.9/test_values.yaml rename to incubator/testbed/7.0.10/test_values.yaml diff --git a/incubator/testbed/7.0.9/values.yaml b/incubator/testbed/7.0.10/values.yaml similarity index 100% rename from incubator/testbed/7.0.9/values.yaml rename to incubator/testbed/7.0.10/values.yaml diff --git a/incubator/testbed/7.0.9/CHANGELOG.md b/incubator/testbed/7.0.9/CHANGELOG.md deleted file mode 100644 index 776aee2773c..00000000000 --- a/incubator/testbed/7.0.9/CHANGELOG.md +++ /dev/null @@ -1,4 +0,0 @@ - - -### [testbed-7.0.9](https://github.com/truecharts/apps/compare/testbed-7.0.8...testbed-7.0.9) (2021-09-12) - diff --git a/incubator/testbed/7.0.9/Chart.lock b/incubator/testbed/7.0.9/Chart.lock deleted file mode 100644 index 0bc53cb9164..00000000000 --- a/incubator/testbed/7.0.9/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org/ - version: 7.0.9 -digest: sha256:92a9b4813bacf4fe0681288686422e97a4e19147b26d1fa0aa6f24d3249133f4 -generated: "2021-09-12T20:19:26.897949142Z" diff --git a/incubator/testbed/7.0.9/charts/common-7.0.9.tgz b/incubator/testbed/7.0.9/charts/common-7.0.9.tgz deleted file mode 100644 index 93942056ed7..00000000000 Binary files a/incubator/testbed/7.0.9/charts/common-7.0.9.tgz and /dev/null differ