changed image version 0.0.34

This commit is contained in:
Logeshwarsn
2022-06-14 13:30:03 +05:30
parent 8483d4d330
commit 202fa963c1
2 changed files with 6 additions and 5 deletions

View File

@@ -33,7 +33,7 @@
"value": "10.0.1.0/24"
},
"xrayVersion": {
"value": "0.0.33"
"value": "0.0.34"
},
"artifactoryURL": {
"value": "http://ARTIFACTORY-URL.cloudapp.azure.com"

View File

@@ -19,7 +19,7 @@
},
"xrayVersion": {
"type": "string",
"defaultValue": "0.0.33",
"defaultValue": "0.0.34",
"allowedValues": [
"0.0.10",
"0.0.11",
@@ -41,7 +41,8 @@
"0.0.30",
"0.0.31",
"0.0.32",
"0.0.33"
"0.0.33",
"0.0.34"
],
"metadata": {
"description": "Xray-vm image version to deploy."
@@ -57,14 +58,14 @@
"type": "securestring",
"maxLength": 64,
"metadata": {
"description": "Master key for Artifactory cluster. Generate master.key using command '$openssl rand -hex 16'"
"description": "Master key for Artifactory cluster. Generate master.key using command '$openssl rand -hex 32'"
}
},
"joinKey": {
"type": "securestring",
"maxLength": 64,
"metadata": {
"description": "Join key for Artifactory cluster. Generate join.key using command '$openssl rand -hex 16'"
"description": "Join key for Artifactory cluster. Generate join.key using command '$openssl rand -hex 32'"
}
},
"adminUsername": {