diff --git a/pkg/defaulting/images.go b/pkg/defaulting/images.go index 2ddc6a41e..79f173fc3 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.47.1" + AgentLatestVersion = "7.48.0" // ClusterAgentLatestVersion correspond to the latest stable cluster-agent release - ClusterAgentLatestVersion = "7.47.1" + ClusterAgentLatestVersion = "7.48.0" // GCRContainerRegistry correspond to the datadoghq GCR registry GCRContainerRegistry ContainerRegistry = "gcr.io/datadoghq" // DockerHubContainerRegistry correspond to the datadoghq docker.io registry