diff --git a/charts/incubator/openspeedtest/Chart.yaml b/charts/incubator/openspeedtest/Chart.yaml index dfb2baf9cc2..cb58fad024f 100644 --- a/charts/incubator/openspeedtest/Chart.yaml +++ b/charts/incubator/openspeedtest/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/charts/incubator/openspeedtest/questions.yaml b/charts/incubator/openspeedtest/questions.yaml index b4f73c25f3e..05d17032b8d 100644 --- a/charts/incubator/openspeedtest/questions.yaml +++ b/charts/incubator/openspeedtest/questions.yaml @@ -104,7 +104,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/charts/incubator/openspeedtest/values.yaml b/charts/incubator/openspeedtest/values.yaml index 49b8a1bb1f8..f5f5c2b0ea4 100644 --- a/charts/incubator/openspeedtest/values.yaml +++ b/charts/incubator/openspeedtest/values.yaml @@ -17,7 +17,7 @@ service: ports: main: targetPort: 3000 - port: 10250 + port: 10251 probes: liveness: