Skip to content

Commit

Permalink
Configure the default channel to 1.10/stable
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsakalozos committed Apr 4, 2018
1 parent 8438cbe commit ad56029
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cluster/juju/layers/kubernetes-e2e/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
options:
channel:
type: string
default: "1.9/stable"
default: "1.10/stable"
description: |
Snap channel to install Kubernetes snaps from
2 changes: 1 addition & 1 deletion cluster/juju/layers/kubernetes-master/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ options:
will not be loaded.
channel:
type: string
default: "1.9/stable"
default: "1.10/stable"
description: |
Snap channel to install Kubernetes master services from
client_password:
Expand Down
2 changes: 1 addition & 1 deletion cluster/juju/layers/kubernetes-worker/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ options:
switch to privileged mode if gpu hardware is detected.
channel:
type: string
default: "1.9/stable"
default: "1.10/stable"
description: |
Snap channel to install Kubernetes worker services from
require-manual-upgrade:
Expand Down

0 comments on commit ad56029

Please sign in to comment.