From c2a486743ba577676ed2b7f4938f3208fb3812fd Mon Sep 17 00:00:00 2001 From: 1Psy <41047934+1Psy@users.noreply.github.com> Date: Thu, 25 Mar 2021 18:18:23 +0300 Subject: [PATCH] fix(argocd-notifications): Slack notification service is disabled in values. Signed-off-by: 1Psy <41047934+1Psy@users.noreply.github.com> --- charts/argocd-notifications/Chart.yaml | 2 +- charts/argocd-notifications/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/argocd-notifications/Chart.yaml b/charts/argocd-notifications/Chart.yaml index 881c18ae..04851ad0 100644 --- a/charts/argocd-notifications/Chart.yaml +++ b/charts/argocd-notifications/Chart.yaml @@ -3,7 +3,7 @@ appVersion: 1.1.1 description: A Helm chart for ArgoCD notifications, an add-on to ArgoCD. name: argocd-notifications type: application -version: 1.1.2 +version: 1.1.3 home: https://github.com/argoproj/argo-helm icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png keywords: diff --git a/charts/argocd-notifications/values.yaml b/charts/argocd-notifications/values.yaml index 0a27e643..24cd2d68 100644 --- a/charts/argocd-notifications/values.yaml +++ b/charts/argocd-notifications/values.yaml @@ -60,8 +60,8 @@ extraEnv: [] notifiers: # For more information: https://argocd-notifications.readthedocs.io/en/stable/services/overview/ - service.slack: | - token: $slack-token + # service.slack: | + # token: $slack-token podAnnotations: {}