From 9c407e667d109b764f59ab580ef4cf927352e978 Mon Sep 17 00:00:00 2001 From: Florian Ruynat <16313165+floryut@users.noreply.github.com> Date: Tue, 27 Sep 2022 02:31:46 +0200 Subject: [PATCH] Update kubespray version following release (#9333) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c1b40ef9..9af54e066 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ stages: - deploy-special variables: - KUBESPRAY_VERSION: v2.19.1 + KUBESPRAY_VERSION: v2.20.0 FAILFASTCI_NAMESPACE: 'kargo-ci' GITLAB_REPOSITORY: 'kargo-ci/kubernetes-sigs-kubespray' ANSIBLE_FORCE_COLOR: "true"