diff --git a/pkg/defaulting/images.go b/pkg/defaulting/images.go index de5cf60b6..2e2b9bdaa 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.30.0" + AgentLatestVersion = "7.31.0" // ClusterAgentLatestVersion correspond to the latest stable cluster-agent release - ClusterAgentLatestVersion = "1.14.0" + ClusterAgentLatestVersion = "1.15.0" // GCRContainerRegistry correspond to the datadoghq GCR registry GCRContainerRegistry ContainerRegistry = "gcr.io/datadoghq"