File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ kind: step-type
2
2
version : ' 1.0'
3
3
metadata :
4
4
name : service-now
5
- version : 1.4.0
5
+ version : 1.4.1
6
6
isPublic : true
7
7
description : Integration with ServiceNow Change Management
8
8
sources :
86
86
},
87
87
"SN_IMAGE_VERSION": {
88
88
"type": "string",
89
- "default": "1.4.0 ",
89
+ "default": "1.4.1 ",
90
90
"description": "Version of the ServiceNow image to use, Docker image tag."
91
91
},
92
92
"SN_INSTANCE": {
@@ -116,7 +116,8 @@ spec:
116
116
},
117
117
"STD_CR_TEMPLATE": {
118
118
"type": "string",
119
- "description": "name of a Standard Change template. Using this parameter will open a Standard Change (pre-approved) instead of a normal one."
119
+ "description": "name of a Standard Change template. Using this parameter will open a Standard Change (pre-approved) instead of a normal one.",
120
+ "default": ""
120
121
},
121
122
"CR_CONFLICT_POLICY": {
122
123
"type": "string",
You can’t perform that action at this time.
0 commit comments