Browse Source
[2.13] Update base image to v2.12.7 (#6295)
* Use v2.12.7 base image for CI
* Use 19.03.9 in localhost CI (#6201)
pull/6336/head
Maxime Guyot
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
5 additions and
2 deletions
-
.gitlab-ci.yml
-
.gitlab-ci/packet.yml
|
|
@ -8,7 +8,7 @@ stages: |
|
|
|
- deploy-special |
|
|
|
|
|
|
|
variables: |
|
|
|
KUBESPRAY_VERSION: v2.12.6 |
|
|
|
KUBESPRAY_VERSION: v2.12.7 |
|
|
|
FAILFASTCI_NAMESPACE: 'kargo-ci' |
|
|
|
GITLAB_REPOSITORY: 'kargo-ci/kubernetes-sigs-kubespray' |
|
|
|
ANSIBLE_FORCE_COLOR: "true" |
|
|
|
|
|
@ -74,8 +74,11 @@ packet_centos7-calico-ha-once-localhost: |
|
|
|
stage: deploy-part2 |
|
|
|
extends: .packet |
|
|
|
when: on_success |
|
|
|
variables: |
|
|
|
# This will instruct Docker not to start over TLS. |
|
|
|
DOCKER_TLS_CERTDIR: "" |
|
|
|
services: |
|
|
|
- docker:18.09.9-dind |
|
|
|
- docker:19.03.9-dind |
|
|
|
|
|
|
|
packet_centos8-kube-ovn: |
|
|
|
stage: deploy-part2 |
|
|
|