From 826700bbe31422ee236a47c428fb6657fc4561e7 Mon Sep 17 00:00:00 2001 From: haardm <165951794+haardm@users.noreply.github.com> Date: Wed, 27 Nov 2024 12:17:16 -0800 Subject: [PATCH] Release new Health Monitoring Agent with minor improvements and bug fixes. Release new version for Health Monitoring Agent with minor improvements and bug fixes. This has an improvement to identify hanging software tasks and mark them as SoftwareError on nodes, as a warning. There will be no remediation action from the agent in this case. --- .../charts/health-monitoring-agent/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm_chart/HyperPodHelmChart/charts/health-monitoring-agent/values.yaml b/helm_chart/HyperPodHelmChart/charts/health-monitoring-agent/values.yaml index 34b102c0..8f959956 100644 --- a/helm_chart/HyperPodHelmChart/charts/health-monitoring-agent/values.yaml +++ b/helm_chart/HyperPodHelmChart/charts/health-monitoring-agent/values.yaml @@ -1,2 +1,2 @@ namespace: "aws-hyperpod" -hmaimage: "905418368575.dkr.ecr.us-west-2.amazonaws.com/hyperpod-health-monitoring-agent:1.0.318.0_1.0.35.0" +hmaimage: "905418368575.dkr.ecr.us-west-2.amazonaws.com/hyperpod-health-monitoring-agent:1.0.344.0_1.0.45.0"