diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..3f21979 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,16 @@ +pipeline: + + docker: + image: plugins/docker + repo: bunix42/helm + build_args: + - HELM_VERSION=${HELM_VERSION} + tags: + - ${HELM_VERSION} + secrets: [ docker_username, docker_password ] + +matrix: + HELM_VERSION: + - 2.9.0 + - 2.8.2 + - 2.7.2