From ede14d9ec6c9616441415b8fd6e3066c02234e29 Mon Sep 17 00:00:00 2001 From: snothub Date: Sun, 29 Mar 2026 14:57:30 +0200 Subject: [PATCH] degraded message fix --- infra/values/argocd-values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/values/argocd-values.yaml b/infra/values/argocd-values.yaml index c4db122..192e309 100644 --- a/infra/values/argocd-values.yaml +++ b/infra/values/argocd-values.yaml @@ -58,7 +58,7 @@ notifications: method: POST body: | { - "payload": "🖥️ {{ .context.clusterName }}: ⚠️ *{{ .app.metadata.name }}* is degraded\n🏥 Health: {{ .app.status.health.status }}\n💬 Message: {{ .app.status.health.message }}" + "payload": "🖥️ {{ .context.clusterName }}: ⚠️ *{{ .app.metadata.name }}* is degraded\n🏥 Health: {{ .app.status.health.status }}\n📦 Revision: {{ .app.status.sync.revision | substr 0 7 }}{{ range .app.status.summary.images }}\n🏷️ Image: {{ . }}{{ end }}" } # Define notification triggers