From 4ee4c2b7be60fcc0e7bd70d5c48f5026093f1967 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 519837c89271..41140e50c435 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.3 -# https://docs.projectcalico.org/v3.7/release-notes/#v373 +# 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.3 -# calico/cni:v3.7.3 +# 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.3 + 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.3 + 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 d3759a8ddab2..4b4c093ea5d8 100644 --- a/upup/pkg/fi/cloudup/bootstrapchannelbuilder.go +++ b/upup/pkg/fi/cloudup/bootstrapchannelbuilder.go @@ -913,7 +913,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.3", + "k8s-1.12": "3.7.4", } { id := "pre-k8s-1.6"