Update Kubespray CI image to v2.13.0 (#6062)

This commit is contained in:
Maxime Guyot 2020-05-02 09:56:26 +02:00 committed by GitHub
parent 01dbc909be
commit 7457ce7f2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ stages:
- deploy-special
variables:
KUBESPRAY_VERSION: v2.12.6
KUBESPRAY_VERSION: v2.13.0
FAILFASTCI_NAMESPACE: 'kargo-ci'
GITLAB_REPOSITORY: 'kargo-ci/kubernetes-sigs-kubespray'
ANSIBLE_FORCE_COLOR: "true"

View file

@ -1,6 +1,6 @@
# Docker image published at quay.io/kubespray/vagrant
ARG KUBESPRAY_VERSION=v2.12.6
ARG KUBESPRAY_VERSION
FROM quay.io/kubespray/kubespray:${KUBESPRAY_VERSION}
ENV VAGRANT_VERSION=2.2.7