Skip to content

Commit

Permalink
Bump kubespray version to 2.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Sep 6, 2024
1 parent ebc4599 commit 7b85719
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion ci/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions kubespray_images.tpl
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion playbooks/krd-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b85719

Please sign in to comment.