From 649f31415028376dc127799d4d7698a9b8dcfc3c Mon Sep 17 00:00:00 2001 From: Fanny Jiang Date: Mon, 4 Nov 2024 12:38:11 -0500 Subject: [PATCH] Bump agent and cluster-agent image version to 7.58.2 (#1499) (cherry picked from commit 58f766a074da523bae4ac985209eb481bce0e531) --- pkg/defaulting/images.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/defaulting/images.go b/pkg/defaulting/images.go index 2cdf1f199..f9a091aa4 100644 --- a/pkg/defaulting/images.go +++ b/pkg/defaulting/images.go @@ -16,9 +16,9 @@ type ContainerRegistry string const ( // AgentLatestVersion corresponds to the latest stable agent release - AgentLatestVersion = "7.58.1" + AgentLatestVersion = "7.58.2" // ClusterAgentLatestVersion corresponds to the latest stable cluster-agent release - ClusterAgentLatestVersion = "7.58.1" + ClusterAgentLatestVersion = "7.58.2" // FIPSProxyLatestVersion corresponds to the latest stable fips-proxy release FIPSProxyLatestVersion = "1.0.1" // GCRContainerRegistry corresponds to the datadoghq GCR registry