From d2b4f4815031ef576b5b8f15e3a0e5bf5d3d52c0 Mon Sep 17 00:00:00 2001 From: Matias Bordese Date: Mon, 16 Dec 2024 13:01:02 -0300 Subject: [PATCH] Merge main to dev (#5368) Merge main to dev and fix docs lint issues. --------- Co-authored-by: Joey Orlando Co-authored-by: GitHub Actions Co-authored-by: Joey Orlando Co-authored-by: Vadim Stepanov Co-authored-by: Dominik Broj Co-authored-by: Michael Derynck Co-authored-by: Yulya Artyukhina Co-authored-by: Innokentii Konstantinov Co-authored-by: Ildar Iskhakov Co-authored-by: grafana-irm-app[bot] <165293418+grafana-irm-app[bot]@users.noreply.github.com> Co-authored-by: youve <25477622+youve@users.noreply.github.com> --- docs/sources/set-up/open-source/index.md | 3 +++ helm/oncall/Chart.yaml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/sources/set-up/open-source/index.md b/docs/sources/set-up/open-source/index.md index c838d6563..db945d10c 100644 --- a/docs/sources/set-up/open-source/index.md +++ b/docs/sources/set-up/open-source/index.md @@ -221,6 +221,9 @@ The benefits of connecting to Grafana Cloud OnCall include: To connect to Grafana Cloud OnCall, refer to the **Cloud** page in your OSS Grafana OnCall instance. +Check the Settings page for the Grafana Cloud OnCall API Url. If it's not `https://oncall-prod-us-central-0.grafana.net/oncall`, +you will need to set the `GRAFANA_CLOUD_ONCALL_API_URL` variable in your self-hosted OnCall, so that it can connect properly. + ## Supported Phone Providers ### Exotel diff --git a/helm/oncall/Chart.yaml b/helm/oncall/Chart.yaml index 0dc048d43..cd0288390 100644 --- a/helm/oncall/Chart.yaml +++ b/helm/oncall/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: oncall description: Developer-friendly incident response with brilliant Slack integration type: application -version: 1.10.2 -appVersion: v1.10.2 +version: 1.13.10 +appVersion: v1.13.10 dependencies: - name: cert-manager version: v1.8.0