You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
699 B
YAML
35 lines
699 B
YAML
7 years ago
|
pipeline:
|
||
|
|
||
|
docker:
|
||
|
image: plugins/docker
|
||
|
repo: bunix42/google-cloud-sdk
|
||
6 years ago
|
build_args:
|
||
|
- BASE_IMAGE=google/cloud-sdk:${VERSION}
|
||
6 years ago
|
- KUBECTL_VERSION=${KUBECTL_VERSION}
|
||
6 years ago
|
- HELM_VERSION=${HELM_VERSION}
|
||
6 years ago
|
- SOPS_VERSION=${SOPS_VERSION}
|
||
7 years ago
|
tags:
|
||
6 years ago
|
- ${VERSION}_kubectl-${KUBECTL_VERSION}_helm-${HELM_VERSION}
|
||
7 years ago
|
secrets: [ docker_username, docker_password ]
|
||
|
when:
|
||
|
branch: master
|
||
|
|
||
6 years ago
|
slack:
|
||
|
image: plugins/slack
|
||
|
channel: drone
|
||
|
username: drone
|
||
|
secrets: [ slack_webhook ]
|
||
|
|
||
7 years ago
|
matrix:
|
||
7 years ago
|
VERSION:
|
||
6 years ago
|
- 193.0.0-alpine
|
||
|
KUBECTL_VERSION:
|
||
6 years ago
|
- v1.10.13
|
||
|
- v1.11.8
|
||
|
- v1.12.6
|
||
6 years ago
|
HELM_VERSION:
|
||
6 years ago
|
- v2.12.3
|
||
6 years ago
|
- v2.13.1
|
||
6 years ago
|
SOPS_VERSION:
|
||
|
- 3.2.0
|