mirror of
https://github.com/ipedrazas/drone-helm.git
synced 2026-06-14 05:12:51 +08:00
chart added for testing latest plugin version
This commit is contained in:
+20
-19
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user