Skip to content

Commit

Permalink
Merge pull request #2086 from caseydavenport/casey-update-3.23.3
Browse files Browse the repository at this point in the history
Updates for v3.23.3
  • Loading branch information
caseydavenport authored Jul 19, 2022
2 parents f32dafe + 1bde57a commit 7a2fef1
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,19 +1,19 @@
# Components defined here are required to be kept in sync with hack/gen-versions/calico.go.tpl
title: v3.23.2
title: v3.23.3
components:
libcalico-go:
version: v3.23.2
version: v3.23.3
typha:
version: v3.23.2
version: v3.23.3
calico/node:
version: v3.23.2
version: v3.23.3
calico/cni:
version: v3.23.2
version: v3.23.3
calico/kube-controllers:
version: v3.23.2
version: v3.23.3
flexvol:
version: v3.23.2
version: v3.23.3
calico/apiserver:
version: v3.23.2
version: v3.23.3
calico/windows-upgrade:
version: v3.23.2
version: v3.23.3
16 changes: 8 additions & 8 deletions pkg/components/calico.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,40 +20,40 @@ package components
import "github.com/tigera/operator/version"

var (
CalicoRelease string = "v3.23.2"
CalicoRelease string = "v3.23.3"

ComponentCalicoCNI = component{
Version: "v3.23.2",
Version: "v3.23.3",
Image: "calico/cni",
}

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

ComponentCalicoNode = component{
Version: "v3.23.2",
Version: "v3.23.3",
Image: "calico/node",
}

ComponentCalicoTypha = component{
Version: "v3.23.2",
Version: "v3.23.3",
Image: "calico/typha",
}

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

ComponentCalicoAPIServer = component{
Version: "v3.23.2",
Version: "v3.23.3",
Image: "calico/apiserver",
}

ComponentWindowsUpgrade = component{
Version: "v3.23.2",
Version: "v3.23.3",
Image: "calico/windows-upgrade",
}
ComponentOperatorInit = component{
Expand Down

0 comments on commit 7a2fef1

Please sign in to comment.