Skip to content

Commit

Permalink
Roll back kubectl version to resolve kubectl secret errors kubernetes…
Browse files Browse the repository at this point in the history
  • Loading branch information
denverwilliams committed Mar 6, 2018
1 parent 767e0b7 commit 1031cc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ before_script:

.cross-project: &cross-project
#image: registry.cncf.ci/cncf/cross-cloud/provisioning:production
image: crosscloudci/debian-helm-kubectl:v2.7.2-v1.9.0
image: crosscloudci/debian-helm-kubectl:v2.7.2-v1.7.12
stage: Cross-Project
# variables:
# KUBECONFIG: MUST BE SET
Expand Down Expand Up @@ -127,7 +127,7 @@ before_script:
- ./data

e2e:
image: crosscloudci/debian-helm-kubectl:v2.7.2-v1.9.0
image: crosscloudci/debian-helm-kubectl:v2.7.2-v1.7.12
stage: End-to-End
script:
- echo "$KUBECONFIG" | base64 -d | tee ./kubeconfig
Expand Down

0 comments on commit 1031cc2

Please sign in to comment.