fix prototype-gui default controller type

This commit is contained in:
kjeld Schouten-Lebbing
2021-05-30 15:49:17 +02:00
parent aeb2ee9eb3
commit 71132027fe
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
@@ -54,7 +54,7 @@ questions:
label: "(Advanced) Controller Type"
schema:
type: string
default: "Deployment"
default: "deployment"
required: true
enum:
- value: "deployment"