Skip to content

Commit

Permalink
Release cloudbeat version (#2303)
Browse files Browse the repository at this point in the history
Update ARM templates

Co-authored-by: Cloud Security Machine <[email protected]>
  • Loading branch information
cloudsecmachine and cloudsecmachine authored Jul 3, 2024
1 parent 20eb7f2 commit 0680065
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 0680065

Please sign in to comment.