Skip to content

Commit

Permalink
new ubuntu image (Azure#2259)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis authored and Terje Torkelsen committed Mar 15, 2018
1 parent e96f3f2 commit f07d3dc
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 @@ -46,7 +46,7 @@
"type": "string"
},
"{{.Name}}osImageVersion": {
"defaultValue": "16.04.201801120",
"defaultValue": "16.04.201801260",
"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 @@ -102,7 +102,7 @@
"type": "string"
},
"osImageVersion": {
"defaultValue": "16.04.201801120",
"defaultValue": "16.04.201801260",
"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 @@ -54,7 +54,7 @@ var (
ImageOffer: "UbuntuServer",
ImageSku: "16.04-LTS",
ImagePublisher: "Canonical",
ImageVersion: "16.04.201801120",
ImageVersion: "16.04.201801260",
}

//DefaultRHELOSImageConfig is the RHEL Linux distribution.
Expand Down

0 comments on commit f07d3dc

Please sign in to comment.