From 508b65bcb29e0dcca0150fcd891e06bc50c97188 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Tue, 4 Apr 2023 01:07:20 -0400 Subject: [PATCH] Use correct helm repo for tigera --- cluster/core/networking/calico/tigera-helm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/core/networking/calico/tigera-helm.yaml b/cluster/core/networking/calico/tigera-helm.yaml index 67359d2..4e26e14 100644 --- a/cluster/core/networking/calico/tigera-helm.yaml +++ b/cluster/core/networking/calico/tigera-helm.yaml @@ -7,9 +7,9 @@ spec: interval: 5m chart: spec: - chart: calico + chart: tigera-operator version: 3.25.x sourceRef: kind: HelmRepository - name: tigera-operator + name: calico-charts namespace: flux-system