Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

Commit 766e72e

Browse files
committed
schedule
1 parent 80cf3e7 commit 766e72e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

charts/cloudshell/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type: application
2020

2121
# This is the chart version. This version number should be incremented each time you make changes
2222
# to the chart and its templates, including the app version.
23-
version: 4.0.9
23+
version: 4.0.10
2424

2525
# This is the version number of the application being deployed. This version number should be
2626
# incremented each time you make changes to the application.

charts/cloudshell/values.schema.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,10 @@
442442
"enabled": {
443443
"type": "boolean",
444444
"description": "activate an automatic deletion job for this service",
445-
"default": false
445+
"default": false,
446+
"x-form": {
447+
"value": "{{region.deleteJob.enabled}}"
448+
}
446449
},
447450
"schedule": {
448451
"type": "string",
@@ -452,7 +455,7 @@
452455
"path": "deleteJob/enabled"
453456
},
454457
"x-form": {
455-
"value": "{{region.schedule}}"
458+
"value": "{{region.deleteJob.schedule}}"
456459
},
457460
"default": "0 4 * * 0"
458461
}

0 commit comments

Comments
 (0)