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" "value": "10.0.1.0/24"
}, },
"xrayVersion": { "xrayVersion": {
"value": "0.0.33" "value": "0.0.34"
}, },
"artifactoryURL": { "artifactoryURL": {
"value": "http://ARTIFACTORY-URL.cloudapp.azure.com" "value": "http://ARTIFACTORY-URL.cloudapp.azure.com"

View File

@@ -19,7 +19,7 @@
}, },
"xrayVersion": { "xrayVersion": {
"type": "string", "type": "string",
"defaultValue": "0.0.33", "defaultValue": "0.0.34",
"allowedValues": [ "allowedValues": [
"0.0.10", "0.0.10",
"0.0.11", "0.0.11",
@@ -41,7 +41,8 @@
"0.0.30", "0.0.30",
"0.0.31", "0.0.31",
"0.0.32", "0.0.32",
"0.0.33" "0.0.33",
"0.0.34"
], ],
"metadata": { "metadata": {
"description": "Xray-vm image version to deploy." "description": "Xray-vm image version to deploy."
@@ -57,14 +58,14 @@
"type": "securestring", "type": "securestring",
"maxLength": 64, "maxLength": 64,
"metadata": { "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": { "joinKey": {
"type": "securestring", "type": "securestring",
"maxLength": 64, "maxLength": 64,
"metadata": { "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": { "adminUsername": {