Skip to content

Commit

Permalink
Streamline Helm chart release (#730)
Browse files Browse the repository at this point in the history
* Add Kubernetes 1.9+ as prerequisite to Helm chart

* Provide GitHub release title

* Tweak GitHub release for Helm Charts
  • Loading branch information
tomkerkhove authored Oct 7, 2019
1 parent da784a1 commit 37c1e78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/azure-devops/agents-scraper-release-official-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ resources:
trigger: none
pr: none
variables:
Release.TagName: 'Helm-$(Helm.Chart.Version)'
Release.TagName: 'helm-$(Helm.Chart.Version)'
Release.Title: 'Helm v$(Helm.Chart.Version) for Promitor Scraper v$(Helm.App.Version)'
# Helm.App.Version is configured in the build definition as settable at queue time
# Helm.Chart.Version is configured in the build definition as settable at queue time
stages:
Expand Down
1 change: 1 addition & 0 deletions charts/promitor-agent-scraper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ This chart bootstraps a **Promitor Scraper Agent** deployment on a Kubernetes cl

## Prerequisites

- Kubernetes v1.9 or above
- Azure Subscription
- Azure AD Application to authenticate with ([docs](https://promitor.io/configuration/#authentication-with-azure-monitor))

Expand Down

0 comments on commit 37c1e78

Please sign in to comment.