Skip to content

Commit

Permalink
Update weave bootstrapchannelbuilder version
Browse files Browse the repository at this point in the history
Follow on to kubernetes#5845
  • Loading branch information
justinsb committed Oct 9, 2018
1 parent 23dde04 commit 20cb6fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions upup/pkg/fi/cloudup/bootstrapchannelbuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -489,8 +489,8 @@ func (b *BootstrapChannelBuilder) buildManifest() (*channelsapi.Addons, map[stri
versions := map[string]string{
"pre-k8s-1.6": "2.3.0-kops.2",
"k8s-1.6": "2.3.0-kops.2",
"k8s-1.7": "2.4.0-kops.1",
"k8s-1.8": "2.4.0-kops.2",
"k8s-1.7": "2.4.1-kops.1",
"k8s-1.8": "2.4.1-kops.1",
}

{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ spec:
name: networking.weave
selector:
role.kubernetes.io/networking: "1"
version: 2.4.0-kops.1
version: 2.4.1-kops.1
- id: k8s-1.8
kubernetesVersion: '>=1.8.0'
manifest: networking.weave/k8s-1.8.yaml
name: networking.weave
selector:
role.kubernetes.io/networking: "1"
version: 2.4.0-kops.2
version: 2.4.1-kops.1

0 comments on commit 20cb6fc

Please sign in to comment.