Skip to content
Snippets Groups Projects
Unverified Commit 7457ce7f authored by Maxime Guyot's avatar Maxime Guyot Committed by GitHub
Browse files

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

parent 01dbc909
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment