From 55469ca983d43cf29e72094df8ba4beb77b46cd0 Mon Sep 17 00:00:00 2001 From: Ildar Iskhakov Date: Tue, 1 Nov 2022 17:41:41 +0800 Subject: [PATCH 1/2] Update manual_incident.py --- engine/apps/slack/scenarios/manual_incident.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/apps/slack/scenarios/manual_incident.py b/engine/apps/slack/scenarios/manual_incident.py index bb494aac..d5f59404 100644 --- a/engine/apps/slack/scenarios/manual_incident.py +++ b/engine/apps/slack/scenarios/manual_incident.py @@ -365,7 +365,7 @@ def _get_manual_incident_form_view(routing_uid, blocks, private_metatada): "callback_id": routing_uid, "title": { "type": "plain_text", - "text": "Create an Incident", + "text": "Start New Escalation", }, "close": { "type": "plain_text", From 53bfffefc8852104097d0ed8e472da972319d1d9 Mon Sep 17 00:00:00 2001 From: Ildar Iskhakov Date: Tue, 8 Nov 2022 18:03:47 +0800 Subject: [PATCH 2/2] Fix helm values.yaml, bump helm version (#801) --- helm/oncall/Chart.yaml | 4 ++-- helm/oncall/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/oncall/Chart.yaml b/helm/oncall/Chart.yaml index c6c8fc6e..79159074 100644 --- a/helm/oncall/Chart.yaml +++ b/helm/oncall/Chart.yaml @@ -8,13 +8,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.9 +version: 1.0.10 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v1.0.50" +appVersion: "v1.0.51" dependencies: - name: cert-manager version: v1.8.0 diff --git a/helm/oncall/values.yaml b/helm/oncall/values.yaml index 3de0e122..dfc71d38 100644 --- a/helm/oncall/values.yaml +++ b/helm/oncall/values.yaml @@ -221,7 +221,7 @@ externalPostgresql: # use an existing secret for the database password existingSecret: "" # the key in the secret containing the database password - passwordKey: password + passwordKey: # RabbitMQ is included into this release for the convenience. # It is recommended to host it separately from this release