From 766e72e42f9d5847832fcc8d133d07001832e9b5 Mon Sep 17 00:00:00 2001 From: fcomte Date: Fri, 17 Jun 2022 13:41:10 +0000 Subject: [PATCH] schedule --- charts/cloudshell/Chart.yaml | 2 +- charts/cloudshell/values.schema.json | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/charts/cloudshell/Chart.yaml b/charts/cloudshell/Chart.yaml index 9e874c05..65a22292 100644 --- a/charts/cloudshell/Chart.yaml +++ b/charts/cloudshell/Chart.yaml @@ -20,7 +20,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 4.0.9 +version: 4.0.10 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/charts/cloudshell/values.schema.json b/charts/cloudshell/values.schema.json index cea62192..d48ae642 100644 --- a/charts/cloudshell/values.schema.json +++ b/charts/cloudshell/values.schema.json @@ -442,7 +442,10 @@ "enabled": { "type": "boolean", "description": "activate an automatic deletion job for this service", - "default": false + "default": false, + "x-form": { + "value": "{{region.deleteJob.enabled}}" + } }, "schedule": { "type": "string", @@ -452,7 +455,7 @@ "path": "deleteJob/enabled" }, "x-form": { - "value": "{{region.schedule}}" + "value": "{{region.deleteJob.schedule}}" }, "default": "0 4 * * 0" }