diff --git a/pkg/defaulting/images.go b/pkg/defaulting/images.go index c4b3cf69b..d8efd6719 100644 --- a/pkg/defaulting/images.go +++ b/pkg/defaulting/images.go @@ -16,9 +16,9 @@ type ContainerRegistry string const ( // AgentLatestVersion correspond to the latest stable agent release - AgentLatestVersion = "7.38.1" + AgentLatestVersion = "7.39.0" // ClusterAgentLatestVersion correspond to the latest stable cluster-agent release - ClusterAgentLatestVersion = "1.22.0" + ClusterAgentLatestVersion = "7.39.0" // GCRContainerRegistry correspond to the datadoghq GCR registry GCRContainerRegistry ContainerRegistry = "gcr.io/datadoghq"