mirror of https://github.com/kubernetes/kops.git
bump verions in the boostrapchannelbuilder per @mikesplain
This commit is contained in:
parent
3f6df6fde6
commit
2dbc044a16
|
|
@ -740,7 +740,7 @@ func (b *BootstrapChannelBuilder) buildManifest() (*channelsapi.Addons, map[stri
|
|||
|
||||
if b.cluster.Spec.Networking.AmazonVPC != nil {
|
||||
key := "networking.amazon-vpc-routed-eni"
|
||||
version := "1.0.0-kops.1"
|
||||
version := "1.0.0-kops.2"
|
||||
|
||||
{
|
||||
id := "k8s-1.7"
|
||||
|
|
@ -760,7 +760,7 @@ func (b *BootstrapChannelBuilder) buildManifest() (*channelsapi.Addons, map[stri
|
|||
|
||||
if b.cluster.Spec.Networking.Cilium != nil {
|
||||
key := "networking.cilium.io"
|
||||
version := "v1.0-kops.1"
|
||||
version := "v1.0-kops.2"
|
||||
|
||||
{
|
||||
id := "k8s-1.7"
|
||||
|
|
|
|||
Loading…
Reference in New Issue