Skip to content

Commit

Permalink
Merge pull request #1546 from mgleung/update-versions-v3.20.2
Browse files Browse the repository at this point in the history
Update versions to v3.20.2
  • Loading branch information
mgleung authored Oct 5, 2021
2 parents a8b0fb1 + c4a5632 commit 8e6fbc3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions config/calico_versions.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
title: v3.20.1
title: v3.20.2
components:
typha:
version: v3.20.1
version: v3.20.2
calico/node:
version: v3.20.1
version: v3.20.2
calico/cni:
version: v3.20.1
version: v3.20.2
calico/kube-controllers:
version: v3.20.1
version: v3.20.2
flexvol:
version: v3.20.1
version: v3.20.2
calico/apiserver:
version: v3.20.1
version: v3.20.2
14 changes: 7 additions & 7 deletions pkg/components/calico.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,35 +17,35 @@ package components
import "github.com/tigera/operator/version"

var (
CalicoRelease string = "v3.20.1"
CalicoRelease string = "v3.20.2"

ComponentCalicoCNI = component{
Version: "v3.20.1",
Version: "v3.20.2",
Image: "calico/cni",
}

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

ComponentCalicoNode = component{
Version: "v3.20.1",
Version: "v3.20.2",
Image: "calico/node",
}

ComponentCalicoTypha = component{
Version: "v3.20.1",
Version: "v3.20.2",
Image: "calico/typha",
}

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

ComponentCalicoAPIServer = component{
Version: "v3.20.1",
Version: "v3.20.2",
Image: "calico/apiserver",
}
ComponentOperatorInit = component{
Expand Down

0 comments on commit 8e6fbc3

Please sign in to comment.