From 3ac61c7ea9e089e638524bcbd0d95a07b12830bf Mon Sep 17 00:00:00 2001 From: Ole Markus With Date: Sat, 5 Sep 2020 10:47:48 +0200 Subject: [PATCH] Bump cilium to 1.8.3 --- pkg/model/components/cilium.go | 2 +- .../cloudup/tests/bootstrapchannelbuilder/cilium/manifest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/model/components/cilium.go b/pkg/model/components/cilium.go index ad545badce..2f923dc666 100644 --- a/pkg/model/components/cilium.go +++ b/pkg/model/components/cilium.go @@ -42,7 +42,7 @@ func (b *CiliumOptionsBuilder) BuildOptions(o interface{}) error { if b.Context.IsKubernetesLT("1.12.0") { c.Version = "v1.6.11" } else { - c.Version = "v1.8.2" + c.Version = "v1.8.3" } } diff --git a/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/cilium/manifest.yaml b/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/cilium/manifest.yaml index cd5f1cef0e..f1619994b3 100644 --- a/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/cilium/manifest.yaml +++ b/upup/pkg/fi/cloudup/tests/bootstrapchannelbuilder/cilium/manifest.yaml @@ -89,7 +89,7 @@ spec: - id: k8s-1.12 kubernetesVersion: '>=1.12.0' manifest: networking.cilium.io/k8s-1.12-v1.8.yaml - manifestHash: bbfec63621371b28012f9d5a82678099071d9857 + manifestHash: 91d442758bc9678f9be8e1b08ef393bb7d2066a0 name: networking.cilium.io selector: role.kubernetes.io/networking: "1"