Skip to content

Commit

Permalink
Publish with chart-releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
mumoshu committed Feb 22, 2019
1 parent 30838cd commit 9956f60
Show file tree
Hide file tree
Showing 16 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.envrc
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dev:
helm tiller run tiller-system -- helm template
helm tiller run tiller-system -- helm upgrade --debug --install --force prometheus-exporter charts/prometheus-process-exporter
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions hack/publish-chart
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env bash

set -e

set -vx
(cd charts/prometheus-process-exporter; helm package .)
chart-releaser upload -o mumoshu -r prometheus-process-exporter -t $GITHUB_TOKEN -p charts/prometheus-process-exporter
chart-releaser index -o mumoshu -r prometheus-process-exporter -t $GITHUB_TOKEN -p docs/index.yaml

0 comments on commit 9956f60

Please sign in to comment.