From 71132027febaf3d8300cfe62f801efbd1e85c753 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sun, 30 May 2021 15:49:17 +0200 Subject: [PATCH] fix prototype-gui default controller type --- charts/develop/prototype-gui/Chart.yaml | 2 +- charts/develop/prototype-gui/SCALE/questions.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/develop/prototype-gui/Chart.yaml b/charts/develop/prototype-gui/Chart.yaml index b2c9ae1dd90..3903dad372a 100644 --- a/charts/develop/prototype-gui/Chart.yaml +++ b/charts/develop/prototype-gui/Chart.yaml @@ -20,4 +20,4 @@ name: prototype-gui sources: - https://github.com/truecharts/apps/tree/master/develop/prototype-gui type: application -version: 0.0.4 +version: 0.0.5 diff --git a/charts/develop/prototype-gui/SCALE/questions.yaml b/charts/develop/prototype-gui/SCALE/questions.yaml index c38a032b607..17b16ee235b 100644 --- a/charts/develop/prototype-gui/SCALE/questions.yaml +++ b/charts/develop/prototype-gui/SCALE/questions.yaml @@ -54,7 +54,7 @@ questions: label: "(Advanced) Controller Type" schema: type: string - default: "Deployment" + default: "deployment" required: true enum: - value: "deployment"