Product Docs
Open Source
Education
Minimal Project Calico Tigera Operator Image
The image is available on cgr.dev:
cgr.dev
docker pull cgr.dev/chainguard/tigera-operator:latest
This image is a drop-in replacement for the upstream image. You can run it using the helm chart with:
helm repo add projectcalico https://projectcalico.docs.tigera.io/charts helm repo update helm install calico projectcalico/tigera-operator \ --namespace tigera-operator \ --create-namespace \ --set autoDiscovery.clusterName=foo \ --set tigeraOperator.registry=cgr.dev \ --set tigeraOperator.image=chainguard/tigera-operator \ --set tigeraOperator.version=latest kubectl wait --namespace tigera-operator --for=condition=ready pod --selector name=tigera-operator --timeout=120s