diff --git a/solutions/remotemonitoring/armtemplates/basic-static-map.json b/solutions/remotemonitoring/armtemplates/basic-static-map.json index 4ca7503e..e4ce4738 100644 --- a/solutions/remotemonitoring/armtemplates/basic-static-map.json +++ b/solutions/remotemonitoring/armtemplates/basic-static-map.json @@ -333,14 +333,14 @@ }, "pcsReleaseVersion": { "type": "string", - "defaultValue": "master", + "defaultValue": "1.0.0", "metadata": { "description": "The release version is used for repoURL for reverse-proxy-dotnet and vmScriptUri" } }, "pcsDockerTag": { "type": "string", - "defaultValue": "testing", + "defaultValue": "1.0.0", "metadata": { "description": "The docker tag can be same as release version and is the latest released docker image" } diff --git a/solutions/remotemonitoring/armtemplates/basic.json b/solutions/remotemonitoring/armtemplates/basic.json index fb2a82c5..c09827a5 100644 --- a/solutions/remotemonitoring/armtemplates/basic.json +++ b/solutions/remotemonitoring/armtemplates/basic.json @@ -333,14 +333,14 @@ }, "pcsReleaseVersion": { "type": "string", - "defaultValue": "master", + "defaultValue": "1.0.0", "metadata": { "description": "The release version is used for repoURL for reverse-proxy-dotnet and vmScriptUri" } }, "pcsDockerTag": { "type": "string", - "defaultValue": "testing", + "defaultValue": "1.0.0", "metadata": { "description": "The docker tag can be same as release version and is the latest released docker image" }