Skip to content

Commit

Permalink
Copy and push helm chart to helm-charts repo
Browse files Browse the repository at this point in the history
Call a workflow to make a copy of the helm chart in helm-charts so that the release process
is handled fully in the helm-charts repo.

Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
  • Loading branch information
krajorama committed Jun 1, 2022
1 parent 951a69b commit 2a1bc3d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: helm-release

on:
pull_request:
branches:
- main
- helm-release-test

jobs:
call-update-helm-repo:
uses: grafana/helm-charts/.github/workflows/copy-and-push.yaml@krajo/20220601-copy-and-release
with:
ct_configfile: operations/helm/ct.yaml
secrets:
helm_repo_token: ${{ secrets.GH_BOT_ACCESS_TOKEN }}
2 changes: 1 addition & 1 deletion operations/helm/charts/mimir-distributed/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
version: 2.0.14
version: 2.1.0-beta.3
appVersion: 2.0.0
description: "Grafana Mimir"
engine: gotpl
Expand Down
2 changes: 1 addition & 1 deletion operations/helm/charts/mimir-distributed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Helm chart for deploying [Grafana Mimir](https://grafana.com/docs/mimir/v2.0.x/)

# mimir-distributed-beta

![Version: 2.0.14](https://img.shields.io/badge/Version-2.0.14-informational?style=flat-square) ![AppVersion: 2.0.0](https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square)
![Version: 2.1.0-beta.3](https://img.shields.io/badge/Version-2.1.0--beta.3-informational?style=flat-square) ![AppVersion: 2.0.0](https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square)

Grafana Mimir

Expand Down
2 changes: 0 additions & 2 deletions operations/helm/cr.yaml

This file was deleted.

0 comments on commit 2a1bc3d

Please sign in to comment.