From 19a44f32c1a6b4d5ab5462d5a69c5424d07c1e1b Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Tue, 5 Oct 2021 23:23:20 +0200
Subject: [PATCH] calico: Upgrade to version v3.20.2 as v3.20.1 went missing

---
 infrastructure/calico/release.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure/calico/release.yaml b/infrastructure/calico/release.yaml
index 12d830084..f88de7db7 100644
--- a/infrastructure/calico/release.yaml
+++ b/infrastructure/calico/release.yaml
@@ -11,7 +11,7 @@ spec:
       sourceRef:
         kind: HelmRepository
         name: projectcalico
-      version: v3.20.1
+      version: v3.20.2
   interval: 15m
   values:
     installation:
-- 
GitLab