Skip to content

Commit d5244c2

Browse files
chore: chore: update Updatecli jsonschema (#2893)
Made with ❤️️ by updatecli Co-authored-by: updateclibot[bot] <92153806+updateclibot[bot]@users.noreply.github.com>
1 parent 2d255d0 commit d5244c2

2 files changed

Lines changed: 859 additions & 29 deletions

File tree

content/en/schema/latest/compose/config.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@
4141
},
4242
"type": "array",
4343
"description": "Secrets contains a list of Updatecli secret file path"
44+
},
45+
"id": {
46+
"type": "string",
47+
"description": "ID contains the policy ID, it can be used to filter policies to execute"
4448
}
4549
},
4650
"additionalProperties": false,
@@ -67,12 +71,26 @@
6771
"type": "object",
6872
"description": "ValuesInline contains a list of inline values for Updatecli config\nThis is the default inline values that will be applied to all policies if not overridden by the policy inline values.\nA deep merge will be performed between global inline values and policy inline values if both are defined.\n\nExample:\n key1: value1\n key2: value2"
6973
},
74+
"values": {
75+
"items": {
76+
"type": "string"
77+
},
78+
"type": "array",
79+
"description": "Values contains a list of Updatecli config file path\nThis is the default values file that will be applied to all policies if not overridden by the policy values file."
80+
},
7081
"include": {
7182
"items": {
7283
"type": "string"
7384
},
7485
"type": "array",
7586
"description": "Include contains a list of compose files to include"
87+
},
88+
"secrets": {
89+
"items": {
90+
"type": "string"
91+
},
92+
"type": "array",
93+
"description": "Secrets contains a list of Updatecli secret file path\nThis is the default secret file that will be applied to all policies if not overridden by the policy secret file."
7694
}
7795
},
7896
"additionalProperties": false,

0 commit comments

Comments
 (0)