From 04153d9318cb535bd5eadea48f06e0c54f731a30 Mon Sep 17 00:00:00 2001 From: Laszlo Fogas Date: Mon, 15 Feb 2021 14:32:38 +0100 Subject: [PATCH] Probe schema fixed --- charts/onechart/Chart.yaml | 2 +- charts/onechart/helm-ui.json | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/charts/onechart/Chart.yaml b/charts/onechart/Chart.yaml index bf8362b..c715d38 100644 --- a/charts/onechart/Chart.yaml +++ b/charts/onechart/Chart.yaml @@ -15,4 +15,4 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.13.0 +version: 0.13.1 diff --git a/charts/onechart/helm-ui.json b/charts/onechart/helm-ui.json index 6745300..464fee1 100644 --- a/charts/onechart/helm-ui.json +++ b/charts/onechart/helm-ui.json @@ -8,21 +8,6 @@ "uiSchema": { "#/properties/replicas": { "ui:widget": "range" - }, - "#/properties/probe/properties/settings/properties/initialDelaySeconds": { - "ui:widget": "range" - }, - "#/properties/probe/properties/settings/properties/periodSeconds": { - "ui:widget": "range" - }, - "#/properties/probe/properties/settings/properties/successThreshold": { - "ui:widget": "range" - }, - "#/properties/probe/properties/settings/properties/timeoutSeconds": { - "ui:widget": "range" - }, - "#/properties/probe/properties/settings/properties/failureThreshold": { - "ui:widget": "range" } }, "metaData": { @@ -46,6 +31,21 @@ "#/properties/probe" ], "uiSchema": { + "#/properties/probe/properties/settings/properties/initialDelaySeconds": { + "ui:widget": "range" + }, + "#/properties/probe/properties/settings/properties/periodSeconds": { + "ui:widget": "range" + }, + "#/properties/probe/properties/settings/properties/successThreshold": { + "ui:widget": "range" + }, + "#/properties/probe/properties/settings/properties/timeoutSeconds": { + "ui:widget": "range" + }, + "#/properties/probe/properties/settings/properties/failureThreshold": { + "ui:widget": "range" + } }, "metaData": { "name": "Health",