Skip to content

Commit

Permalink
Upgrade k8s CNI to v1.4.1 (#375)
Browse files Browse the repository at this point in the history
Signed-off-by: Waleed Malik <ahmedwaleedmalik@gmail.com>
  • Loading branch information
ahmedwaleedmalik committed Apr 18, 2024
1 parent 816dfd4 commit 52a7ccd
Show file tree
Hide file tree
Showing 23 changed files with 662 additions and 661 deletions.
2 changes: 1 addition & 1 deletion deploy/osps/default/osp-amzn2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ spec:
fi
{{- /* # CNI variables */}}
CNI_VERSION="${CNI_VERSION:-v1.2.0}"
CNI_VERSION="${CNI_VERSION:-v1.4.1}"
cni_base_url="https://github.com/containernetworking/plugins/releases/download/$CNI_VERSION"
cni_filename="cni-plugins-linux-$arch-$CNI_VERSION.tgz"
Expand Down
2 changes: 1 addition & 1 deletion deploy/osps/default/osp-centos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ spec:
fi
{{- /* # CNI variables */}}
CNI_VERSION="${CNI_VERSION:-v1.2.0}"
CNI_VERSION="${CNI_VERSION:-v1.4.1}"
cni_base_url="https://github.com/containernetworking/plugins/releases/download/$CNI_VERSION"
cni_filename="cni-plugins-linux-$arch-$CNI_VERSION.tgz"
Expand Down
2 changes: 1 addition & 1 deletion deploy/osps/default/osp-flatcar-cloud-init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ spec:
fi
{{- /* # CNI variables */}}
CNI_VERSION="${CNI_VERSION:-v1.2.0}"
CNI_VERSION="${CNI_VERSION:-v1.4.1}"
cni_base_url="https://github.com/containernetworking/plugins/releases/download/$CNI_VERSION"
cni_filename="cni-plugins-linux-$arch-$CNI_VERSION.tgz"
Expand Down
2 changes: 1 addition & 1 deletion deploy/osps/default/osp-flatcar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ spec:
fi
{{- /* # CNI variables */}}
CNI_VERSION="${CNI_VERSION:-v1.2.0}"
CNI_VERSION="${CNI_VERSION:-v1.4.1}"
cni_base_url="https://github.com/containernetworking/plugins/releases/download/$CNI_VERSION"
cni_filename="cni-plugins-linux-$arch-$CNI_VERSION.tgz"
Expand Down
2 changes: 1 addition & 1 deletion deploy/osps/default/osp-rhel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ spec:
fi
{{- /* # CNI variables */}}
CNI_VERSION="${CNI_VERSION:-v1.2.0}"
CNI_VERSION="${CNI_VERSION:-v1.4.1}"
cni_base_url="https://github.com/containernetworking/plugins/releases/download/$CNI_VERSION"
cni_filename="cni-plugins-linux-$arch-$CNI_VERSION.tgz"
Expand Down
2 changes: 1 addition & 1 deletion deploy/osps/default/osp-rockylinux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ spec:
fi
{{- /* # CNI variables */}}
CNI_VERSION="${CNI_VERSION:-v1.2.0}"
CNI_VERSION="${CNI_VERSION:-v1.4.1}"
cni_base_url="https://github.com/containernetworking/plugins/releases/download/$CNI_VERSION"
cni_filename="cni-plugins-linux-$arch-$CNI_VERSION.tgz"
Expand Down
2 changes: 1 addition & 1 deletion deploy/osps/default/osp-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ spec:
fi
{{- /* # CNI variables */}}
CNI_VERSION="${CNI_VERSION:-v1.2.0}"
CNI_VERSION="${CNI_VERSION:-v1.4.1}"
cni_base_url="https://github.com/containernetworking/plugins/releases/download/$CNI_VERSION"
cni_filename="cni-plugins-linux-$arch-$CNI_VERSION.tgz"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ spec:
;;
esac
fi
CNI_VERSION="${CNI_VERSION:-v1.2.0}"
CNI_VERSION="${CNI_VERSION:-v1.4.1}"
cni_base_url="https://github.com/containernetworking/plugins/releases/download/$CNI_VERSION"
cni_filename="cni-plugins-linux-$arch-$CNI_VERSION.tgz"
curl -Lfo "$cni_bin_dir/$cni_filename" "$cni_base_url/$cni_filename"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ spec:
;;
esac
fi
CNI_VERSION="${CNI_VERSION:-v1.2.0}"
CNI_VERSION="${CNI_VERSION:-v1.4.1}"
cni_base_url="https://github.com/containernetworking/plugins/releases/download/$CNI_VERSION"
cni_filename="cni-plugins-linux-$arch-$CNI_VERSION.tgz"
curl -Lfo "$cni_bin_dir/$cni_filename" "$cni_base_url/$cni_filename"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ spec:
;;
esac
fi
CNI_VERSION="${CNI_VERSION:-v1.2.0}"
CNI_VERSION="${CNI_VERSION:-v1.4.1}"
cni_base_url="https://github.com/containernetworking/plugins/releases/download/$CNI_VERSION"
cni_filename="cni-plugins-linux-$arch-$CNI_VERSION.tgz"
curl -Lfo "$cni_bin_dir/$cni_filename" "$cni_base_url/$cni_filename"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ spec:
;;
esac
fi
CNI_VERSION="${CNI_VERSION:-v1.2.0}"
CNI_VERSION="${CNI_VERSION:-v1.4.1}"
cni_base_url="https://github.com/containernetworking/plugins/releases/download/$CNI_VERSION"
cni_filename="cni-plugins-linux-$arch-$CNI_VERSION.tgz"
curl -Lfo "$cni_bin_dir/$cni_filename" "$cni_base_url/$cni_filename"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ spec:
;;
esac
fi
CNI_VERSION="${CNI_VERSION:-v1.2.0}"
CNI_VERSION="${CNI_VERSION:-v1.4.1}"
cni_base_url="https://github.com/containernetworking/plugins/releases/download/$CNI_VERSION"
cni_filename="cni-plugins-linux-$arch-$CNI_VERSION.tgz"
curl -Lfo "$cni_bin_dir/$cni_filename" "$cni_base_url/$cni_filename"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ spec:
;;
esac
fi
CNI_VERSION="${CNI_VERSION:-v1.2.0}"
CNI_VERSION="${CNI_VERSION:-v1.4.1}"
cni_base_url="https://github.com/containernetworking/plugins/releases/download/$CNI_VERSION"
cni_filename="cni-plugins-linux-$arch-$CNI_VERSION.tgz"
curl -Lfo "$cni_bin_dir/$cni_filename" "$cni_base_url/$cni_filename"
Expand Down
2 changes: 1 addition & 1 deletion pkg/controllers/osc/testdata/osc-ubuntu-aws-dualstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ spec:
;;
esac
fi
CNI_VERSION="${CNI_VERSION:-v1.2.0}"
CNI_VERSION="${CNI_VERSION:-v1.4.1}"
cni_base_url="https://github.com/containernetworking/plugins/releases/download/$CNI_VERSION"
cni_filename="cni-plugins-linux-$arch-$CNI_VERSION.tgz"
curl -Lfo "$cni_bin_dir/$cni_filename" "$cni_base_url/$cni_filename"
Expand Down
Loading

0 comments on commit 52a7ccd

Please sign in to comment.