From f9e0c884e07f635792c54e75d5817a2a16a038f8 Mon Sep 17 00:00:00 2001 From: Kashif Saadat Date: Tue, 2 Jul 2019 16:05:34 +0100 Subject: [PATCH] Canal v3.7.4 --- .../k8s-1.12.yaml.template | 12 ++++++------ upup/pkg/fi/cloudup/bootstrapchannelbuilder.go | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/upup/models/cloudup/resources/addons/networking.projectcalico.org.canal/k8s-1.12.yaml.template b/upup/models/cloudup/resources/addons/networking.projectcalico.org.canal/k8s-1.12.yaml.template index 592b8d086ff75..41140e50c435a 100644 --- a/upup/models/cloudup/resources/addons/networking.projectcalico.org.canal/k8s-1.12.yaml.template +++ b/upup/models/cloudup/resources/addons/networking.projectcalico.org.canal/k8s-1.12.yaml.template @@ -1,8 +1,8 @@ -# Canal Version v3.7.2 -# https://docs.projectcalico.org/v3.7/release-notes/#v372 +# Canal Version v3.7.4 +# https://docs.projectcalico.org/v3.7/release-notes/#v374 # This manifest includes the following component versions: -# calico/node:v3.7.2 -# calico/cni:v3.7.2 +# calico/node:v3.7.4 +# calico/cni:v3.7.4 # coreos/flannel:v0.11.0 # Source: calico/templates/calico-config.yaml @@ -411,7 +411,7 @@ spec: # This container installs the Calico CNI binaries # and CNI network config file on each node. - name: install-cni - image: calico/cni:v3.7.2 + image: calico/cni:v3.7.4 command: ["/install-cni.sh"] env: # Name of the CNI config file to create. @@ -447,7 +447,7 @@ spec: # container programs network policy and routes on each # host. - name: calico-node - image: calico/node:v3.7.2 + image: calico/node:v3.7.4 env: # Use Kubernetes API as the backing datastore. - name: DATASTORE_TYPE diff --git a/upup/pkg/fi/cloudup/bootstrapchannelbuilder.go b/upup/pkg/fi/cloudup/bootstrapchannelbuilder.go index 5347f41e33bc8..69c512eeebfe2 100644 --- a/upup/pkg/fi/cloudup/bootstrapchannelbuilder.go +++ b/upup/pkg/fi/cloudup/bootstrapchannelbuilder.go @@ -898,7 +898,7 @@ func (b *BootstrapChannelBuilder) buildManifest() (*channelsapi.Addons, map[stri "k8s-1.6": "2.4.2-kops.2", "k8s-1.8": "2.6.7-kops.3", "k8s-1.9": "3.2.3-kops.1", - "k8s-1.12": "3.7.2", + "k8s-1.12": "3.7.4", } { id := "pre-k8s-1.6"