Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

calico: Update to v3.19.1 #1521

Merged
merged 1 commit into from
Jul 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions assets/charts/control-plane/calico/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.1.2
appVersion: v3.18.1
version: 0.1.3
appVersion: v3.19.1
2 changes: 1 addition & 1 deletion assets/charts/control-plane/calico/scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ docker login -u <username> quay.io
Run the following command in terminal:

```bash
./calico-images.sh v3.18.1
./calico-images.sh v3.19.1
```

> **NOTE:** If the script fails with error `Run the script on AMD machine as well!` or `Run the script on ARM machine as well!` then just run the script on other architecture.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version=$1
if [ -z "${version}" ]; then
echo "Please provide the version of Calico. Check https://github.com/projectcalico/calico/releases/."
echo "e.g."
echo "./calico-images.sh v3.18.1"
echo "./calico-images.sh v3.19.1"
exit 1
fi

Expand Down
8 changes: 4 additions & 4 deletions assets/charts/control-plane/calico/values.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
calico:
networkMTU: 1500
image: quay.io/kinvolk/calico-node:v3.18.1
cniImage: quay.io/kinvolk/calico-cni:v3.18.1
controllersImage: quay.io/kinvolk/calico-kube-controllers:v3.18.1
flexvolDriverImage: quay.io/kinvolk/calico-pod2daemon-flexvol:v3.18.1
image: quay.io/kinvolk/calico-node:v3.19.1
cniImage: quay.io/kinvolk/calico-cni:v3.19.1
controllersImage: quay.io/kinvolk/calico-kube-controllers:v3.19.1
flexvolDriverImage: quay.io/kinvolk/calico-pod2daemon-flexvol:v3.19.1
enableReporting: false
networkIpAutodetectionMethod: first-found
ipipEnabled: true
Expand Down
8 changes: 4 additions & 4 deletions assets/terraform-modules/bootkube/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ variable "container_images" {
type = map(string)

default = {
calico = "quay.io/kinvolk/calico-node:v3.18.1"
calico_cni = "quay.io/kinvolk/calico-cni:v3.18.1"
calico_controllers = "quay.io/kinvolk/calico-kube-controllers:v3.18.1"
flexvol_driver_image = "quay.io/kinvolk/calico-pod2daemon-flexvol:v3.18.1"
calico = "quay.io/kinvolk/calico-node:v3.19.1"
calico_cni = "quay.io/kinvolk/calico-cni:v3.19.1"
calico_controllers = "quay.io/kinvolk/calico-kube-controllers:v3.19.1"
flexvol_driver_image = "quay.io/kinvolk/calico-pod2daemon-flexvol:v3.19.1"
kubelet_image = "quay.io/kinvolk/kubelet:v1.21.1"
coredns = "quay.io/kinvolk/coredns:1.8.0"
pod_checkpointer = "quay.io/kinvolk/checkpoint:43ec4b414e44f202e07bf43e57d2b5ffbcfd4415"
Expand Down
10 changes: 5 additions & 5 deletions pkg/assets/generated_assets.go

Large diffs are not rendered by default.