Skip to content

Commit

Permalink
Update ARM templates
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudsecmachine committed Jul 3, 2024
1 parent 20eb7f2 commit 24c56f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/azure/ARM-for-organization-account.json
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@
"typeHandlerVersion": "2.1",
"settings": {
"fileUris": [
"https://raw.githubusercontent.com/elastic/cloudbeat/main/deploy/azure/install-agent.sh"
"https://raw.githubusercontent.com/elastic/cloudbeat/8.15/deploy/azure/install-agent.sh"
],
"commandToExecute": "[concat('bash install-agent.sh ', parameters('ElasticAgentVersion'), ' ', parameters('ElasticArtifactServer'), ' ', parameters('FleetUrl'), ' ', parameters('EnrollmentToken'))]"
}
Expand Down
2 changes: 1 addition & 1 deletion deploy/azure/ARM-for-single-account.json
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@
"typeHandlerVersion": "2.1",
"settings": {
"fileUris": [
"https://raw.githubusercontent.com/elastic/cloudbeat/main/deploy/azure/install-agent.sh"
"https://raw.githubusercontent.com/elastic/cloudbeat/8.15/deploy/azure/install-agent.sh"
],
"commandToExecute": "[concat('bash install-agent.sh ', parameters('ElasticAgentVersion'), ' ', parameters('ElasticArtifactServer'), ' ', parameters('FleetUrl'), ' ', parameters('EnrollmentToken'))]"
}
Expand Down

0 comments on commit 24c56f9

Please sign in to comment.