From 7b85719e54f7874e225e1410e21be7d4a49817eb Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Fri, 6 Sep 2024 10:51:17 -0700 Subject: [PATCH] Bump kubespray version to 2.26.0 --- README.md | 2 +- ci/check.sh | 2 +- kubespray_images.tpl | 8 ++++---- playbooks/krd-vars.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f06a2f81..26f23d0d 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ instruction shows how to upgrade the existing Kubernetes cluster to | KRD_ANSIBLE_DEBUG | false | Enables ansible verbose execution | | PKG_DEBUG | false | Enables cURL package installer verbose execution | | KRD_KUBE_VERSION | v1.28.6 | Specifies the Kubernetes version to be upgraded | -| KRD_KUBESPRAY_VERSION | v2.25.0 | Specifies the Kubespray version to be used during the upgrade process | +| KRD_KUBESPRAY_VERSION | v2.26.0 | Specifies the Kubespray version to be used during the upgrade process | | KRD_KUBESPRAY_REPO | `https://github.com/kubernetes-sigs/kubespray` | Specifies the Git repository to fetch the Kubespray's source code | | KRD_ENABLE_TESTS | false | Enables the functional tests during the deployment process | | KRD_HELM_CHART | | Specifies the Helm chart to be installed | diff --git a/ci/check.sh b/ci/check.sh index a2768e57..20e66fac 100755 --- a/ci/check.sh +++ b/ci/check.sh @@ -56,7 +56,7 @@ function _run_assertions { assert_contains "$(command -v kubectl)" "kubectl" assert_are_equal "${KRD_KUBE_VERSION:-v1.28.6}" "$(kubectl version -o yaml | grep gitVersion | awk 'FNR==2{ print $2}')" pushd /opt/kubespray >/dev/null - assert_are_equal "${KRD_KUBESPRAY_VERSION:-v2.25.0}" "$(git describe --abbrev=0 --tags)" + assert_are_equal "${KRD_KUBESPRAY_VERSION:-v2.26.0}" "$(git describe --abbrev=0 --tags)" popd >/dev/null else assert_contains "$($VAGRANT_CMD_SSH_INSTALLER "command -v kubectl")" "kubectl" diff --git a/kubespray_images.tpl b/kubespray_images.tpl index 1569051c..0f6d0709 100644 --- a/kubespray_images.tpl +++ b/kubespray_images.tpl @@ -1,12 +1,12 @@ registry.k8s.io/coredns/coredns:v1.8.6 registry.k8s.io/cpa/cluster-proportional-autoscaler-amd64:1.8.5 registry.k8s.io/dns/k8s-dns-node-cache:1.22.28 -registry.k8s.io/ingress-nginx/controller:v1.10.1 +registry.k8s.io/ingress-nginx/controller:v1.11.2 registry.k8s.io/kube-apiserver:$kube_version registry.k8s.io/kube-controller-manager:$kube_version registry.k8s.io/kube-proxy:$kube_version registry.k8s.io/kube-scheduler:$kube_version registry.k8s.io/sig-storage/local-volume-provisioner:v2.5.0 -quay.io/jetstack/cert-manager-cainjector:v1.13.2 -quay.io/jetstack/cert-manager-controller:v1.13.2 -quay.io/jetstack/cert-manager-webhook:v1.13.2 +quay.io/jetstack/cert-manager-cainjector:v1.14.7 +quay.io/jetstack/cert-manager-controller:v1.14.7 +quay.io/jetstack/cert-manager-webhook:v1.14.7 diff --git a/playbooks/krd-vars.yml b/playbooks/krd-vars.yml index 1f3a6adb..5a21b57d 100644 --- a/playbooks/krd-vars.yml +++ b/playbooks/krd-vars.yml @@ -9,7 +9,7 @@ ############################################################################## kpt_version: 1.0.0-beta.55 go_version: 1.15.3 -kubespray_version: v2.25.0 +kubespray_version: v2.26.0 istio_version: 1.23.0 cfssl_version: 1.6.5 sonobuoy_version: 0.57.2