chart added for testing latest plugin version

This commit is contained in:
Ivan Pedrazas
2017-08-28 23:56:56 +01:00
parent f3b3ac395f
commit 10e06077a4
+20 -19
View File
@@ -1,25 +1,25 @@
pipeline:
docker-build:
image: plugins/docker:17.05
repo: quay.io/ipedrazas/drone-helm
tags:
- ${DRONE_BRANCH}-${DRONE_COMMIT_SHA:0:7}
registry: quay.io
email: "info@info.com"
secrets: [ docker_username, docker_password ]
# docker-build:
# image: plugins/docker:17.05
# repo: quay.io/ipedrazas/drone-helm
# tags:
# - ${DRONE_BRANCH}-${DRONE_COMMIT_SHA:0:7}
# registry: quay.io
# email: "info@info.com"
# secrets: [ docker_username, docker_password ]
docker-build-master:
image: plugins/docker:17.05
repo: quay.io/ipedrazas/drone-helm
tags:
- latest
- ${DRONE_BRANCH}-${DRONE_COMMIT_SHA:0:7}
registry: quay.io
email: "info@info.com"
secrets: [ docker_username, docker_password ]
when:
branch: [master]
# docker-build-master:
# image: plugins/docker:17.05
# repo: quay.io/ipedrazas/drone-helm
# tags:
# - latest
# - ${DRONE_BRANCH}-${DRONE_COMMIT_SHA:0:7}
# registry: quay.io
# email: "info@info.com"
# secrets: [ docker_username, docker_password ]
# when:
# branch: [master]
test_deploy:
image: quay.io/ipedrazas/drone-helm:latest
@@ -27,6 +27,7 @@ pipeline:
chart: ./charts/plugintest
release: ${DRONE_BRANCH}
prefix: test
debug: true
secrets: [ test_api_server, test_kubernetes_token]
# when:
# branch: [master]