From 6f0723f0b3a20288968c6827ca413b81db7455e4 Mon Sep 17 00:00:00 2001 From: Vadim Stepanov Date: Tue, 5 Sep 2023 14:09:23 +0100 Subject: [PATCH 1/2] Enable email notification step by default on Helm --- helm/oncall/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/oncall/values.yaml b/helm/oncall/values.yaml index 73f07b4def..cbb326a957 100644 --- a/helm/oncall/values.yaml +++ b/helm/oncall/values.yaml @@ -198,7 +198,7 @@ oncall: # The key in the secret containing Telegram token tokenKey: "" smtp: - enabled: false + enabled: true host: ~ port: ~ username: ~ From 7f17414a29fcae5d61848e97598e2e85d8a39ab2 Mon Sep 17 00:00:00 2001 From: Vadim Stepanov Date: Tue, 5 Sep 2023 14:11:57 +0100 Subject: [PATCH 2/2] Changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aca149a57..00658dbd5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Changed + +- Enable email notification step by default on Helm by @vadimkerr ([#2975](https://github.com/grafana/oncall/pull/2975)) + ## v1.3.35 (2023-09-05) ### Fixed