diff --git a/charts/stable/custom-app/Chart.yaml b/charts/stable/custom-app/Chart.yaml index b6d1ea34fc7..1d30ce5c13e 100644 --- a/charts/stable/custom-app/Chart.yaml +++ b/charts/stable/custom-app/Chart.yaml @@ -19,7 +19,7 @@ name: custom-app sources: - https://github.com/truecharts/charts/tree/master/charts/stable/custom-app type: application -version: 8.0.4 +version: 8.0.5 annotations: truecharts.org/catagories: | - custom diff --git a/charts/stable/custom-app/questions.yaml b/charts/stable/custom-app/questions.yaml index d0c24b9dc52..9c31f00a61a 100644 --- a/charts/stable/custom-app/questions.yaml +++ b/charts/stable/custom-app/questions.yaml @@ -46,114 +46,114 @@ questions: # Include{containerBasic} # Include{containerAdvanced} - - variable: probes - label: "Healthcheck Probes" - schema: - additional_attrs: true - type: dict - attrs: - - variable: liveness - label: "Liveness" - description: "Liveness Probe" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enable Probe" - description: "Enables the probe" - schema: - type: boolean - default: true - show_subquestions_if: true - subquestions: - - variable: type - label: "Probe Type" - description: "Probe Type" - schema: - type: string - default: "tcp" - enum: - - value: "tcp" - description: "tcp" - - value: "http" - description: "http" - - value: "https" - description: "https" - - variable: path - label: "Probe Path" - description: "Probe Path" - schema: - type: string - default: "/" - - variable: readiness - label: "Readiness" - description: "Readiness Probe" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enable Probe" - description: "Enables the probe" - schema: - type: boolean - default: true - show_subquestions_if: true - subquestions: - - variable: type - label: "Probe Type" - description: "Probe Type" - schema: - type: string - default: "tcp" - enum: - - value: "tcp" - description: "tcp" - - value: "http" - description: "http" - - value: "https" - description: "https" - - variable: path - label: "Probe Path" - description: "Probe Path" - schema: - type: string - default: "/" - - variable: startup - label: "Startup" - description: "Startup Probe" - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: "Enable Probe" - description: "Enables the probe" - schema: - type: boolean - default: true - show_subquestions_if: true - subquestions: - - variable: type - label: "Probe Type" - description: "Probe Type" - schema: - type: string - default: "tcp" - enum: - - value: "tcp" - description: "tcp" - - value: "http" - description: "http" - - value: "https" - description: "https" - - variable: path - label: "Probe Path" - description: "Probe Path" - schema: - type: string - default: "/" + - variable: probes + label: "Healthcheck Probes" + schema: + additional_attrs: true + type: dict + attrs: + - variable: liveness + label: "Liveness" + description: "Liveness Probe" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable Probe" + description: "Enables the probe" + schema: + type: boolean + default: true + show_subquestions_if: true + subquestions: + - variable: type + label: "Probe Type" + description: "Probe Type" + schema: + type: string + default: "tcp" + enum: + - value: "tcp" + description: "tcp" + - value: "http" + description: "http" + - value: "https" + description: "https" + - variable: path + label: "Probe Path" + description: "Probe Path" + schema: + type: string + default: "/" + - variable: readiness + label: "Readiness" + description: "Readiness Probe" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable Probe" + description: "Enables the probe" + schema: + type: boolean + default: true + show_subquestions_if: true + subquestions: + - variable: type + label: "Probe Type" + description: "Probe Type" + schema: + type: string + default: "tcp" + enum: + - value: "tcp" + description: "tcp" + - value: "http" + description: "http" + - value: "https" + description: "https" + - variable: path + label: "Probe Path" + description: "Probe Path" + schema: + type: string + default: "/" + - variable: startup + label: "Startup" + description: "Startup Probe" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable Probe" + description: "Enables the probe" + schema: + type: boolean + default: true + show_subquestions_if: true + subquestions: + - variable: type + label: "Probe Type" + description: "Probe Type" + schema: + type: string + default: "tcp" + enum: + - value: "tcp" + description: "tcp" + - value: "http" + description: "http" + - value: "https" + description: "https" + - variable: path + label: "Probe Path" + description: "Probe Path" + schema: + type: string + default: "/" # Include{containerConfig} # Include{podOptions} # Include{serviceRoot}