Skip to content

Commit

Permalink
bump cni-plugins,calico,cri-tools and k8s versions
Browse files Browse the repository at this point in the history
Signed-off-by: Tariq Ibrahim <tibrahim@nvidia.com>
  • Loading branch information
tariq1890 committed Oct 31, 2024
1 parent 1d67f63 commit 1f1cd9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/v1alpha1_environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ spec:
kubernetes:
install: true
installer: kubeadm
version: v1.30.2
crictlVersion: v1.30.0
version: v1.31.1
crictlVersion: v1.31.1
8 changes: 4 additions & 4 deletions pkg/provisioner/templates/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,11 @@ echo "ssh -i <your-private-key> ubuntu@${INSTANCE_ENDPOINT_HOST}"
// Default Versions
const (
defaultArch = "amd64"
defaultKubernetesVersion = "v1.30.2"
defaultKubernetesVersion = "v1.31.1"
defaultKubeletReleaseVersion = "v0.17.1"
defaultCNIPluginsVersion = "v1.5.1"
defaultCRIVersion = "v1.30.0"
defaultCalicoVersion = "v3.28.2"
defaultCNIPluginsVersion = "v1.6.0"
defaultCRIVersion = "v1.31.1"
defaultCalicoVersion = "v3.29.0"
)

type Kubernetes struct {
Expand Down

0 comments on commit 1f1cd9b

Please sign in to comment.