From 6215b977ae9b2362bc02fa2a97a943766c469f0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gy=C3=B6rgy=20Krajcsovits?= Date: Thu, 26 May 2022 15:38:06 +0200 Subject: [PATCH] Release the mimir-distributed-beta helm chart MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use the common workflow from the helm-chart repo. Signed-off-by: György Krajcsovits --- .github/workflows/helm-release.yaml | 18 ++++++++++++++++++ operations/helm/cr.yaml | 5 ++++- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/helm-release.yaml diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml new file mode 100644 index 00000000000..e5b9d959a15 --- /dev/null +++ b/.github/workflows/helm-release.yaml @@ -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 }} diff --git a/operations/helm/cr.yaml b/operations/helm/cr.yaml index 670c2f52b32..45d502964bd 100644 --- a/operations/helm/cr.yaml +++ b/operations/helm/cr.yaml @@ -1,2 +1,5 @@ -sign: true +git-repo: helm-charts key: Grafana Loki +owner: grafana +sign: true +skip-existing: true