Skip to content

Commit

Permalink
Merge pull request #2209 from tigera/casey-calico-v3.22.5
Browse files Browse the repository at this point in the history
Update to Calico v3.22.5
  • Loading branch information
caseydavenport authored Oct 6, 2022
2 parents ac72675 + 7b4a876 commit cc0b9a0
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.4
title: v3.22.5
components:
libcalico-go:
version: v3.22.4
version: v3.22.5
typha:
version: v3.22.4
version: v3.22.5
calico/node:
version: v3.22.4
version: v3.22.5
calico/cni:
version: v3.22.4
version: v3.22.5
calico/kube-controllers:
version: v3.22.4
version: v3.22.5
flexvol:
version: v3.22.4
version: v3.22.5
calico/apiserver:
version: v3.22.4
version: v3.22.5
calico/windows-upgrade:
version: v3.22.4
version: v3.22.5
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.4"
CalicoRelease string = "v3.22.5"

ComponentCalicoCNI = component{
Version: "v3.22.4",
Version: "v3.22.5",
Image: "calico/cni",
}

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

ComponentCalicoNode = component{
Version: "v3.22.4",
Version: "v3.22.5",
Image: "calico/node",
}

ComponentCalicoTypha = component{
Version: "v3.22.4",
Version: "v3.22.5",
Image: "calico/typha",
}

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

ComponentCalicoAPIServer = component{
Version: "v3.22.4",
Version: "v3.22.5",
Image: "calico/apiserver",
}

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

0 comments on commit cc0b9a0

Please sign in to comment.