From 4306cacab1ec325086256e173c2102c9a6e15245 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Thu, 8 Jun 2023 13:18:42 +0200 Subject: [PATCH] fix(calico): Downgrade to 1.25.2 after further issues with GC --- bootstrap/calico/release.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bootstrap/calico/release.yaml b/bootstrap/calico/release.yaml index 7b05b2c86..360b3f8fc 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.26.0 + version: v3.25.1 interval: 15m install: remediation: @@ -23,8 +23,6 @@ spec: retries: 5 crds: CreateReplace values: - tigeraOperator: - version: v1.30.2 apiServer: enabled: true installation: -- GitLab