A Drone.io plugin for packaging and pushing a helm chart to a charmuseum repo.
example usage:
helm_chart_build:
image: gmorse81/helm-repo-push
repo_name: my-helm-repo-alias
chart_subdir: name-of-chart
secrets: [ helm_repo_url ]
when:
event: [pull_request, push]
branch: master
status: [ success ]
- This plugin expects a file named .tags in in your WORKDIR that contains the version number of the chart.
- This plugin is specifically built to push to a chartmuseum repo using curl.
- helm_repo_url is a secret in case it requires basic auth.
- This plugin expects your chart to be inside a directory at
repo_name
.