Skip to content

Commit

Permalink
Merge pull request #1812 from caseydavenport/casey-update-calico-version
Browse files Browse the repository at this point in the history
Update to Calico v3.22.1
  • Loading branch information
caseydavenport authored Mar 3, 2022
2 parents 2677438 + 5d36220 commit 8ce89aa
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.22.0
title: v3.22.1
components:
libcalico-go:
version: v3.22.0
version: v3.22.1
typha:
version: v3.22.0
version: v3.22.1
calico/node:
version: v3.22.0
version: v3.22.1
calico/cni:
version: v3.22.0
version: v3.22.1
calico/kube-controllers:
version: v3.22.0
version: v3.22.1
flexvol:
version: v3.22.0
version: v3.22.1
calico/apiserver:
version: v3.22.0
version: v3.22.1
calico/windows-upgrade:
version: v3.22.0
version: v3.22.1
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.22.0"
CalicoRelease string = "v3.22.1"

ComponentCalicoCNI = component{
Version: "v3.22.0",
Version: "v3.22.1",
Image: "calico/cni",
}

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

ComponentCalicoNode = component{
Version: "v3.22.0",
Version: "v3.22.1",
Image: "calico/node",
}

ComponentCalicoTypha = component{
Version: "v3.22.0",
Version: "v3.22.1",
Image: "calico/typha",
}

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

ComponentCalicoAPIServer = component{
Version: "v3.22.0",
Version: "v3.22.1",
Image: "calico/apiserver",
}

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

0 comments on commit 8ce89aa

Please sign in to comment.