From 54d404c7eca31d7b2f0c2ceca96faa7993d1d193 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Sun, 30 Oct 2022 01:56:01 +0200
Subject: [PATCH] Revert "chore(deps): update helm release tigera-operator to
 v3.24.3"

This patch downgrades the tigera operator to an older version, since
calico currently shows some weird error. Until further debugged, this is
blocking other updates.

This reverts commit 331561d5c273a4e84e9e247a31ca3e8f635e5a1a.
---
 bootstrap/calico/release.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap/calico/release.yaml b/bootstrap/calico/release.yaml
index 84d09e9d5..91fb6caed 100644
--- a/bootstrap/calico/release.yaml
+++ b/bootstrap/calico/release.yaml
@@ -12,7 +12,7 @@ spec:
         kind: HelmRepository
         name: projectcalico
         namespace: tigera-operator
-      version: v3.24.3
+      version: v3.24.1
   interval: 15m
   values:
     apiServer:
-- 
GitLab