Skip to content

Commit

Permalink
Release the mimir-distributed-beta helm chart
Browse files Browse the repository at this point in the history
Use the common workflow from the helm-chart repo.

Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
  • Loading branch information
krajorama committed May 31, 2022
1 parent 0772991 commit 6215b97
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/workflows/helm-release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: helm-release

on:
push:
branches:
- helm-release-test

jobs:
call-update-helm-repo:
uses: grafana/helm-charts/.github/workflows/update-helm-repo.yaml@main
with:
charts_dir: operations/helm/charts
cr_configfile: operations/helm/cr.yaml
ct_configfile: operations/helm/ct.yaml
secrets:
helm_repo_token: ${{ secrets.GH_BOT_ACCESS_TOKEN }}
# See https://github.com/grafana/helm-charts/blob/main/INTERNAL.md about this key
gpg_key_base64: ${{ secrets.HELM_SIGN_KEY_BASE64 }}
5 changes: 4 additions & 1 deletion operations/helm/cr.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
sign: true
git-repo: helm-charts
key: Grafana Loki
owner: grafana
sign: true
skip-existing: true

0 comments on commit 6215b97

Please sign in to comment.