From f82ed24c030c09e819e1ab758f162f6d48763159 Mon Sep 17 00:00:00 2001 From: Kenichi Omichi Date: Sun, 5 Jun 2022 12:08:20 -0700 Subject: [PATCH] Update KUBESPRAY_VERSION (#8922) As a step of release process, this updates KUBESPRAY_VERSION. Thank you so much for creating and pushing container images of the new version floryut ! --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9b92261c9..fac73650a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ stages: - deploy-special variables: - KUBESPRAY_VERSION: v2.18.1 + KUBESPRAY_VERSION: v2.19.0 FAILFASTCI_NAMESPACE: 'kargo-ci' GITLAB_REPOSITORY: 'kargo-ci/kubernetes-sigs-kubespray' ANSIBLE_FORCE_COLOR: "true"