Skip to content

Commit 1a3388d

Browse files
committed
fix: Fix calico helm repo URL
1 parent 7b9263b commit 1a3388d

File tree

1 file changed

+1
-1
lines changed
  • pkg/addons/fluxhelmrelease

1 file changed

+1
-1
lines changed

pkg/addons/fluxhelmrelease/cni.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ installation:
6060
Name: "projectcalico",
6161
},
6262
Spec: fluxsourcev1beta2.HelmRepositorySpec{
63-
URL: "https://projectcalico.docs.tigera.io/charts",
63+
URL: "https://docs.tigera.io/calico/charts",
6464
},
6565
},
6666
&fluxhelmv2beta1.HelmRelease{

0 commit comments

Comments
 (0)