diff --git a/charts/develop/prototype-gui/Chart.yaml b/charts/develop/prototype-gui/Chart.yaml index 9578a056548..ecb48d31419 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.1 +version: 0.0.2 diff --git a/charts/develop/prototype-gui/SCALE/questions.yaml b/charts/develop/prototype-gui/SCALE/questions.yaml index a75545c0e4d..c0a257083f1 100644 --- a/charts/develop/prototype-gui/SCALE/questions.yaml +++ b/charts/develop/prototype-gui/SCALE/questions.yaml @@ -58,11 +58,11 @@ questions: required: true enum: - value: "Deployment" - description: "Deploy a Deployment workload" - - value: "Job" - description: "Deploy job workload" - - value: "CronJob" - description: "Deploy cronjob workload" + description: "Deployment" + - value: "statefulset" + description: "Statefulset" + - value: "daemonset" + description: "Daemonset" - variable: replicas description: "Number of desired pod replicas" label: "Desired Replicas" @@ -79,11 +79,11 @@ questions: required: true enum: - value: "Recreate" - description: "Kill existing pods before creating new ones" + description: "Recreate: Kill existing pods before creating new ones" - value: "RollingUpdate" - description: "Create new pods and then kill old ones" + description: "RollingUpdate: Create new pods and then kill old ones" - value: "OnDelete" - description: "Do not automatically update a StatefullSet with changes to .spec.template" + description: "(Legacy) OnDelete: ignore .spec.template changes" - variable: env group: "Configuration" @@ -127,8 +127,8 @@ questions: type: string - variable: externalInterfaces - description: "Add External Interfaces" - label: "(Advanced) Add external Interfaces" + description: "External Interfaces" + label: "(Advanced) External Interfaces" group: "Networking" schema: type: list @@ -535,7 +535,7 @@ questions: type: dict attrs: - variable: privileged - label: "(Advanced) Enable privileged mode for Common-Chart based charts" + label: "(Advanced) Enable privileged mode" schema: type: boolean default: false