Skip to content

Commit

Permalink
Update to Calico v3.16.2 (#926)
Browse files Browse the repository at this point in the history
  • Loading branch information
caseydavenport authored Oct 6, 2020
1 parent bcc1b53 commit 470ef60
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions config/calico_versions.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
components:
typha:
version: v3.16.1
version: v3.16.2
calico/node:
version: v3.16.1
version: v3.16.2
calico/cni:
version: v3.16.1
version: v3.16.2
calico/kube-controllers:
version: v3.16.1
version: v3.16.2
flexvol:
version: v3.16.1
version: v3.16.2
10 changes: 5 additions & 5 deletions pkg/components/calico.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,27 @@ import "github.com/tigera/operator/version"

var (
ComponentCalicoCNI = component{
Version: "v3.16.1",
Version: "v3.16.2",
Image: "calico/cni",
}

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

ComponentCalicoNode = component{
Version: "v3.16.1",
Version: "v3.16.2",
Image: "calico/node",
}

ComponentCalicoTypha = component{
Version: "v3.16.1",
Version: "v3.16.2",
Image: "calico/typha",
}

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

Expand Down

0 comments on commit 470ef60

Please sign in to comment.