diff --git a/pkg/defaulting/images.go b/pkg/defaulting/images.go index 70fcdebb0..a6a8a46aa 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.60.0" + AgentLatestVersion = "7.61.0" // ClusterAgentLatestVersion corresponds to the latest stable cluster-agent release - ClusterAgentLatestVersion = "7.60.0" + ClusterAgentLatestVersion = "7.61.0" // FIPSProxyLatestVersion corresponds to the latest stable fips-proxy release FIPSProxyLatestVersion = "1.1.6" // GCRContainerRegistry corresponds to the datadoghq GCR registry