Skip to content

Commit

Permalink
bump verify tag
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyzacy committed Feb 21, 2018
1 parent 3655e24 commit 48b3208
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion images/kubekins-test/Dockerfile-1.10
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017 The Kubernetes Authors.
# Copyright 2018 The Kubernetes Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
8 changes: 2 additions & 6 deletions scenarios/kubernetes_verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,14 @@


BRANCH_VERSION = {
'1.2': '1.4',
'1.3': '1.4',
'master': '1.9',
'master': '1.10',
}

VERSION_TAG = {
'1.4': '1.4-v20161130-8958f82',
'1.5': '1.5-v20161205-d664d14',
'1.6': '1.6-v20161205-ad918bc',
'1.7': '1.7-v20170713-c28e0556',
'1.8': '1.8-v20170906-3a1c5ae5',
'1.9': '1.9-v20171018-6ddbad97',
'1.10': '1.10-v20180221-3655e24ae',
}


Expand Down

0 comments on commit 48b3208

Please sign in to comment.