From 6f061760f22333b7882667c5669b2d554a1a7a12 Mon Sep 17 00:00:00 2001 From: Fanny Jiang Date: Tue, 30 Apr 2024 17:04:33 -0400 Subject: [PATCH] Bump agent image versions to 7.53 (#1160) (#1162) (cherry picked from commit 1c8eae9f8d4e61083401cd1523c7c107d2864427) --- 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 315d0f8f8..f6be2b87f 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.52.1" + AgentLatestVersion = "7.53.0" // ClusterAgentLatestVersion corresponds to the latest stable cluster-agent release - ClusterAgentLatestVersion = "7.52.1" + ClusterAgentLatestVersion = "7.53.0" // FIPSProxyLatestVersion corresponds to the latest stable fips-proxy release FIPSProxyLatestVersion = "1.0.1" // GCRContainerRegistry corresponds to the datadoghq GCR registry