version updated for RT and Xray

This commit is contained in:
Logeshwarsn
2022-02-10 13:37:30 +05:30
parent 3ec339a5d9
commit 16e44520b2
2 changed files with 4 additions and 4 deletions

View File

@@ -70,7 +70,7 @@
"metadata": { "metadata": {
"description": "The base URI where artifacts required by this template are located. When the template is deployed using the accompanying scripts, a private location in the subscription will be used and this value will be automatically generated." "description": "The base URI where artifacts required by this template are located. When the template is deployed using the accompanying scripts, a private location in the subscription will be used and this value will be automatically generated."
}, },
"defaultValue": "https://raw.githubusercontent.com/jfrog/JFrog-Cloud-Installers/vm-image-templates/AzureResourceManager/Xray/" "defaultValue": "https://raw.githubusercontent.com/jfrog/JFrog-Cloud-Installers/master/AzureResourceManager/Xray/"
}, },
"_artifactsLocationSasToken": { "_artifactsLocationSasToken": {
"type": "securestring", "type": "securestring",
@@ -259,4 +259,4 @@
"value": "[variables('commandToExecute')]" "value": "[variables('commandToExecute')]"
} }
} }
} }

View File

@@ -87,10 +87,10 @@
"value": "vmuser" "value": "vmuser"
}, },
"adminPassword": { "adminPassword": {
"value": "OWERWRITE_THE_PASSWORD" "value": "Password!123"
}, },
"xrayVersion": { "xrayVersion": {
"value": "OWERWRITE_LATEST_VERSION" "value": "3.41.4"
}, },
"scriptName": { "scriptName": {
"value": "install_xray_to_vm.sh" "value": "install_xray_to_vm.sh"