diff --git a/charts/incubator/kitchenowl/Chart.yaml b/charts/incubator/kitchenowl/Chart.yaml index 8cbac7aa6ad..48de62bccb9 100644 --- a/charts/incubator/kitchenowl/Chart.yaml +++ b/charts/incubator/kitchenowl/Chart.yaml @@ -21,7 +21,7 @@ name: kitchenowl sources: - https://tombursch.github.io/kitchenowl type: application -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/incubator/kitchenowl/questions.yaml b/charts/incubator/kitchenowl/questions.yaml index c420eca4fe2..bd7ce466024 100644 --- a/charts/incubator/kitchenowl/questions.yaml +++ b/charts/incubator/kitchenowl/questions.yaml @@ -74,6 +74,20 @@ questions: - value: "OnDelete" description: "(Legacy) OnDelete: ignore .spec.template changes" # Include{controllerExpert} + - variable: env + group: "Container Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: FRONT_URL + label: "FRONT_URL" + description: "The url the instance will be accessed. eg. http://192.168.1.100:10246 or https://kitchen.mydomain.com" + schema: + type: string + required: true + default: "" # Include{containerConfig} - variable: service group: "Networking and Services"