Skip to content

Commit

Permalink
Update to Calico v3.16.1 (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
caseydavenport authored Sep 8, 2020
1 parent 84344fb commit 3b34327
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.0
version: v3.16.1
calico/node:
version: v3.16.0
version: v3.16.1
calico/cni:
version: v3.16.0
version: v3.16.1
calico/kube-controllers:
version: v3.16.0
version: v3.16.1
flexvol:
version: v3.16.0
version: v3.16.1
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.0",
Version: "v3.16.1",
Image: "calico/cni",
}

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

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

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

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

Expand Down

0 comments on commit 3b34327

Please sign in to comment.