Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Change release verion and docker tag to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhang-hua committed Jun 22, 2018
1 parent 8d8e10d commit 1956c49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions solutions/remotemonitoring/armtemplates/basic-static-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
4 changes: 2 additions & 2 deletions solutions/remotemonitoring/armtemplates/basic.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 1956c49

Please sign in to comment.