Skip to content

Commit

Permalink
Downgrade calico to version v3.27.0 (gardener#9263)
Browse files Browse the repository at this point in the history
  • Loading branch information
plkokanov authored Feb 27, 2024
1 parent 3a853a7 commit 6e317ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion example/gardener-local/calico/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- https://raw.githubusercontent.com/projectcalico/calico/v3.27.2/manifests/calico.yaml
# TODO(plkokanov): upgrade calico version after https://github.com/projectcalico/calico/issues/8541 is fixed.
# We currently use 'v3.27.0' because this issue affects versions 'v3.27.1' and 'v3.27.2'.
- https://raw.githubusercontent.com/projectcalico/calico/v3.27.0/manifests/calico.yaml

images:
- name: docker.io/calico/cni
Expand Down

0 comments on commit 6e317ba

Please sign in to comment.