From 5f57fc3888d1034dd1b98e9ab1df285dba28ca4c Mon Sep 17 00:00:00 2001 From: Rasmus K Madsen Date: Thu, 11 Apr 2024 09:53:47 +0200 Subject: [PATCH] add support for updating alermanager --- .../templates/application-operations-alerting/HelmRelease.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/aoi/templates/application-operations-alerting/HelmRelease.yaml b/charts/aoi/templates/application-operations-alerting/HelmRelease.yaml index 2a8f05d..c2ecd94 100644 --- a/charts/aoi/templates/application-operations-alerting/HelmRelease.yaml +++ b/charts/aoi/templates/application-operations-alerting/HelmRelease.yaml @@ -78,6 +78,7 @@ spec: enabled: true {{- include "aoi.alertmanagerPriorityClassName" $ | nindent 6 }} image: "{{ $.Values.alerting.helmRelease.values.alertmanager.image.registry }}/{{ $.Values.alerting.helmRelease.values.alertmanager.image.repository }}" + tag: "{{ $.Values.alerting.helmRelease.values.alertmanager.image.tag }}" resources: {{- toYaml $.Values.alerting.helmRelease.values.alertmanager.resources | nindent 8 }} configMap: "alertmanager-config"