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

Commit

Permalink
updated ubuntu image to 16.04.201804050 (#2640)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis authored Apr 9, 2018
1 parent d5df071 commit 9180c6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion parts/agentparams.t
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"type": "string"
},
"{{.Name}}osImageVersion": {
"defaultValue": "16.04.201803230",
"defaultValue": "16.04.201804050",
"metadata": {
"description": "OS image version."
},
Expand Down
2 changes: 1 addition & 1 deletion parts/masterparams.t
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"type": "string"
},
"osImageVersion": {
"defaultValue": "16.04.201803230",
"defaultValue": "16.04.201804050",
"metadata": {
"description": "OS image version."
},
Expand Down
2 changes: 1 addition & 1 deletion pkg/acsengine/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ var (
ImageOffer: "UbuntuServer",
ImageSku: "16.04-LTS",
ImagePublisher: "Canonical",
ImageVersion: "16.04.201803230",
ImageVersion: "16.04.201804050",
}

//DefaultRHELOSImageConfig is the RHEL Linux distribution.
Expand Down

0 comments on commit 9180c6d

Please sign in to comment.