Skip to content

Latest commit

 

History

History
55 lines (47 loc) · 1.21 KB

CONTRIBUTING.md

File metadata and controls

55 lines (47 loc) · 1.21 KB

Contributing to Promitor Helm Charts

Thanks for helping making Promitor better!

Shipping a new version

You can easily release a new Helm chart version:

  1. Update the version of the Helm chart in Chart.yaml
  2. Package the Helm chart
$ helm package promitor-agent-scraper
Successfully packaged chart and saved it to: C:\Code\GitHub\charts\promitor-agent-scraper-0.1.0.tgz
  1. Move the new chart to the docs folder
$ mv promitor-agent-scraper-*.tgz docs
  1. Re-index the Helm repo to add our new version
$ helm repo index docs --url https://charts.promitor.io
  1. Create a pull request with our new Helm index
  2. Create a GitHub release for your new Helm chart version by using the following template

Chart: {{Chart Version}} | App: {{App Name}} {{Description about the Helm chart}}

TL;DR

helm repo add promitor https://charts.promitor.io/
helm install promitor-agent-resource-discovery promitor/promitor-agent-resource-discovery

What is new?

Features

  • {{List new features}}

Fixes / Changes

  • {{List fixes}}

Breaking Changes

  • {{List breaking changes}}

Removal

  • {{List removed features}}