Skip to content

Commit 4c02b5b

Browse files
committed
chore(contrib/azure): bump to CoreOS 522.6.0
1 parent 9793fd5 commit 4c02b5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

contrib/azure/azure-coreos-cluster

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ parser.add_argument('--location', default='West US',
3333
help='optional, [West US]')
3434
parser.add_argument('--ssh', default=22001, type=int,
3535
help='optional, starts with 22001 and +1 for each machine in cluster')
36-
parser.add_argument('--coreos-image', default='2b171e93f07c4903bcad35bda10acf22__CoreOS-Beta-494.1.0',
37-
help='optional, [2b171e93f07c4903bcad35bda10acf22__CoreOS-Beta-494.1.0]')
36+
parser.add_argument('--coreos-image', default='2b171e93f07c4903bcad35bda10acf22__CoreOS-Stable-522.6.0',
37+
help='optional, [2b171e93f07c4903bcad35bda10acf22__CoreOS-Stable-522.6.0]')
3838
parser.add_argument('--num-nodes', default=3, type=int,
3939
help='optional, number of nodes to create (or add), defaults to 3')
4040
parser.add_argument('--virtual-network-name',

0 commit comments

Comments
 (0)