Skip to content

Commit

Permalink
Merge pull request #2211 from madhusudancs/new-kubekins-image
Browse files Browse the repository at this point in the history
Update the kubekins to v20170308-0bc656ac
  • Loading branch information
madhusudancs authored Mar 9, 2017
2 parents 6e1a79e + 424bc23 commit 2c0ee53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenarios/kubernetes_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def create_parser():
parser.add_argument(
'--soak-test', action='store_true', help='If the test is a soak test job')
parser.add_argument(
'--tag', default='v20170306-c4381cc1', help='Use a specific kubekins-e2e tag if set')
'--tag', default='v20170308-0bc656ac', help='Use a specific kubekins-e2e tag if set')
parser.add_argument(
'--test', default='true', help='If we need to set --test in e2e.go')
parser.add_argument(
Expand Down

0 comments on commit 2c0ee53

Please sign in to comment.