Skip to content

Commit

Permalink
Update versions for Calico v3.21.2 (#1681)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmm authored Dec 6, 2021
1 parent f3a3d52 commit c927258
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
18 changes: 9 additions & 9 deletions config/calico_versions.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
title: v3.21.1
title: v3.21.2
components:
libcalico-go:
version: v3.21.1
version: v3.21.2
typha:
version: v3.21.1
version: v3.21.2
calico/node:
version: v3.21.1
version: v3.21.2
calico/cni:
version: v3.21.1
version: v3.21.2
calico/kube-controllers:
version: v3.21.1
version: v3.21.2
flexvol:
version: v3.21.1
version: v3.21.2
calico/apiserver:
version: v3.21.1
version: v3.21.2
calico/windows-upgrade:
version: v3.21.1
version: v3.21.2
16 changes: 8 additions & 8 deletions pkg/components/calico.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,40 +17,40 @@ package components
import "github.com/tigera/operator/version"

var (
CalicoRelease string = "v3.21.1"
CalicoRelease string = "v3.21.2"

ComponentCalicoCNI = component{
Version: "v3.21.1",
Version: "v3.21.2",
Image: "calico/cni",
}

ComponentCalicoKubeControllers = component{
Version: "v3.21.1",
Version: "v3.21.2",
Image: "calico/kube-controllers",
}

ComponentCalicoNode = component{
Version: "v3.21.1",
Version: "v3.21.2",
Image: "calico/node",
}

ComponentCalicoTypha = component{
Version: "v3.21.1",
Version: "v3.21.2",
Image: "calico/typha",
}

ComponentFlexVolume = component{
Version: "v3.21.1",
Version: "v3.21.2",
Image: "calico/pod2daemon-flexvol",
}

ComponentCalicoAPIServer = component{
Version: "v3.21.1",
Version: "v3.21.2",
Image: "calico/apiserver",
}

ComponentWindows = component{
Version: "v3.21.1",
Version: "v3.21.2",
Image: "calico/windows-upgrade",
}
ComponentOperatorInit = component{
Expand Down

0 comments on commit c927258

Please sign in to comment.