Skip to content

Commit

Permalink
Update Kubespray CI image to v2.13.0 (kubernetes-sigs#6062)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miouge1 authored and LuckySB committed May 29, 2020
1 parent 06ecbac commit 5eede16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion test-infra/vagrant-docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5eede16

Please sign in to comment.