From bd36370e14600f30a76e6cbc5f7b3aa4c0d39afe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 10:25:29 -0400 Subject: [PATCH] Merge: Release oncall Helm chart 1.2.42 (#2163) Merge this PR to `main` branch to start another [github actions job](https://github.com/grafana/oncall/blob/dev/.github/workflows/helm_release.yml) that will release the updated version of the chart (version: 1.2.42, appVersion: v1.2.42) into `grafana/helm-charts` helm repository. This PR was created automatically by this [github action](https://github.com/grafana/oncall/blob/dev/.github/workflows/helm_release_pr.yml). Co-authored-by: GitHub Actions --- helm/oncall/Chart.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/helm/oncall/Chart.yaml b/helm/oncall/Chart.yaml index e2afac05..828becab 100644 --- a/helm/oncall/Chart.yaml +++ b/helm/oncall/Chart.yaml @@ -2,9 +2,8 @@ apiVersion: v2 name: oncall description: Developer-friendly incident response with brilliant Slack integration type: application -# version and appVersion are handled by CI, no need to change them manually -version: 1.2.41 -appVersion: v1.2.41 +version: 1.2.42 +appVersion: v1.2.42 dependencies: - name: cert-manager version: v1.8.0