diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml new file mode 100644 index 0000000000..552f9ee766 --- /dev/null +++ b/.github/workflows/helm-release.yml @@ -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 }} diff --git a/operations/helm/charts/mimir-distributed/Chart.yaml b/operations/helm/charts/mimir-distributed/Chart.yaml index 2773cc6790..1381202a7c 100644 --- a/operations/helm/charts/mimir-distributed/Chart.yaml +++ b/operations/helm/charts/mimir-distributed/Chart.yaml @@ -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 diff --git a/operations/helm/charts/mimir-distributed/README.md b/operations/helm/charts/mimir-distributed/README.md index 8938ed663a..f1a52d0480 100644 --- a/operations/helm/charts/mimir-distributed/README.md +++ b/operations/helm/charts/mimir-distributed/README.md @@ -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 diff --git a/operations/helm/cr.yaml b/operations/helm/cr.yaml deleted file mode 100644 index 670c2f52b3..0000000000 --- a/operations/helm/cr.yaml +++ /dev/null @@ -1,2 +0,0 @@ -sign: true -key: Grafana Loki