debben / vsts-helm-extension

An unofficial Helm extension for Visual Studio Team Services
MIT License
4 stars 1 forks source link
helm kubernetes vsts-extension

DEPRECATION WARNING

This extension is no longer actively maintained. There is now an official Helm extension available for VSTS in the vsts-tasks repo. Please use this extension as the one contained in this repository will no longer recieve features or bug fixes.

VSTS Helm Extension

This repo contains the sourcecode to a very simple build task exension for installing and running the popular Helm package manager within Visual Studio Team Services builds. The extension I've written is inspired and borows from the patterns used by the Kubernetes extension.

Project Status

This extension is a work in progress. It is not yet ready for use in production environments. Use this task at your own risk as the interface and configuration options are subject to change. If you'd like to use Helm commands in production VSTS release definitions, please use the bash task on a custom VSTS build agent equipped with Helm. Bug fixes and PR's are welcome.

Usage

See Overview

Development

To run the extension locally for testing: