diff --git a/incubator/openspeedtest/0.0.1/CHANGELOG.md b/incubator/openspeedtest/0.0.2/CHANGELOG.md similarity index 52% rename from incubator/openspeedtest/0.0.1/CHANGELOG.md rename to incubator/openspeedtest/0.0.2/CHANGELOG.md index aa9f73b291b..5c956a85780 100644 --- a/incubator/openspeedtest/0.0.1/CHANGELOG.md +++ b/incubator/openspeedtest/0.0.2/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog
+ +### [openspeedtest-0.0.2](https://github.com/truecharts/apps/compare/openspeedtest-0.0.1...openspeedtest-0.0.2) (2022-06-26) + + + ### openspeedtest-0.0.1 (2022-06-25) diff --git a/incubator/openspeedtest/0.0.1/CONFIG.md b/incubator/openspeedtest/0.0.2/CONFIG.md similarity index 100% rename from incubator/openspeedtest/0.0.1/CONFIG.md rename to incubator/openspeedtest/0.0.2/CONFIG.md diff --git a/incubator/openspeedtest/0.0.1/Chart.lock b/incubator/openspeedtest/0.0.2/Chart.lock similarity index 80% rename from incubator/openspeedtest/0.0.1/Chart.lock rename to incubator/openspeedtest/0.0.2/Chart.lock index e1567f71cb1..5494d1d7429 100644 --- a/incubator/openspeedtest/0.0.1/Chart.lock +++ b/incubator/openspeedtest/0.0.2/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.1.4 digest: sha256:0f159b86b96bd27bd8d967476e26de9a2a6db995faf0c091cbf1281ee4c4e3a2 -generated: "2022-06-25T17:18:22.139825934Z" +generated: "2022-06-26T10:03:11.264821754Z" diff --git a/incubator/openspeedtest/0.0.1/Chart.yaml b/incubator/openspeedtest/0.0.2/Chart.yaml similarity index 98% rename from incubator/openspeedtest/0.0.1/Chart.yaml rename to incubator/openspeedtest/0.0.2/Chart.yaml index dfb2baf9cc2..cb58fad024f 100644 --- a/incubator/openspeedtest/0.0.1/Chart.yaml +++ b/incubator/openspeedtest/0.0.2/Chart.yaml @@ -21,7 +21,7 @@ name: openspeedtest sources: - https://github.com/openspeedtest/Speed-Test type: application -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - utilities diff --git a/incubator/openspeedtest/0.0.1/README.md b/incubator/openspeedtest/0.0.2/README.md similarity index 100% rename from incubator/openspeedtest/0.0.1/README.md rename to incubator/openspeedtest/0.0.2/README.md diff --git a/incubator/openspeedtest/0.0.1/app-readme.md b/incubator/openspeedtest/0.0.2/app-readme.md similarity index 100% rename from incubator/openspeedtest/0.0.1/app-readme.md rename to incubator/openspeedtest/0.0.2/app-readme.md diff --git a/incubator/openspeedtest/0.0.1/charts/common-10.1.4.tgz b/incubator/openspeedtest/0.0.2/charts/common-10.1.4.tgz similarity index 100% rename from incubator/openspeedtest/0.0.1/charts/common-10.1.4.tgz rename to incubator/openspeedtest/0.0.2/charts/common-10.1.4.tgz diff --git a/incubator/openspeedtest/0.0.1/helm-values.md b/incubator/openspeedtest/0.0.2/helm-values.md similarity index 100% rename from incubator/openspeedtest/0.0.1/helm-values.md rename to incubator/openspeedtest/0.0.2/helm-values.md diff --git a/incubator/openspeedtest/0.0.1/ix_values.yaml b/incubator/openspeedtest/0.0.2/ix_values.yaml similarity index 95% rename from incubator/openspeedtest/0.0.1/ix_values.yaml rename to incubator/openspeedtest/0.0.2/ix_values.yaml index 49b8a1bb1f8..f5f5c2b0ea4 100644 --- a/incubator/openspeedtest/0.0.1/ix_values.yaml +++ b/incubator/openspeedtest/0.0.2/ix_values.yaml @@ -17,7 +17,7 @@ service: ports: main: targetPort: 3000 - port: 10250 + port: 10251 probes: liveness: diff --git a/incubator/openspeedtest/0.0.1/questions.yaml b/incubator/openspeedtest/0.0.2/questions.yaml similarity index 99% rename from incubator/openspeedtest/0.0.1/questions.yaml rename to incubator/openspeedtest/0.0.2/questions.yaml index a4f1a1a7bc6..0e70bcfd046 100644 --- a/incubator/openspeedtest/0.0.1/questions.yaml +++ b/incubator/openspeedtest/0.0.2/questions.yaml @@ -376,7 +376,7 @@ questions: description: "This port exposes the container port on the service" schema: type: int - default: 10250 + default: 10251 required: true - variable: advanced label: "Show Advanced settings" diff --git a/incubator/openspeedtest/0.0.1/security.md b/incubator/openspeedtest/0.0.2/security.md similarity index 100% rename from incubator/openspeedtest/0.0.1/security.md rename to incubator/openspeedtest/0.0.2/security.md diff --git a/incubator/openspeedtest/0.0.1/templates/common.yaml b/incubator/openspeedtest/0.0.2/templates/common.yaml similarity index 100% rename from incubator/openspeedtest/0.0.1/templates/common.yaml rename to incubator/openspeedtest/0.0.2/templates/common.yaml diff --git a/incubator/openspeedtest/0.0.1/values.yaml b/incubator/openspeedtest/0.0.2/values.yaml similarity index 100% rename from incubator/openspeedtest/0.0.1/values.yaml rename to incubator/openspeedtest/0.0.2/values.yaml