Skip to content

Commit

Permalink
[defaulting/images] Update agents to 7.50.3 (#1038)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidor committed Jan 11, 2024
1 parent a7cdf15 commit 2e18c9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/defaulting/images.go
Expand Up @@ -16,9 +16,9 @@ type ContainerRegistry string

const (
// AgentLatestVersion correspond to the latest stable agent release
AgentLatestVersion = "7.50.2"
AgentLatestVersion = "7.50.3"
// ClusterAgentLatestVersion correspond to the latest stable cluster-agent release
ClusterAgentLatestVersion = "7.50.2"
ClusterAgentLatestVersion = "7.50.3"
// GCRContainerRegistry correspond to the datadoghq GCR registry
GCRContainerRegistry ContainerRegistry = "gcr.io/datadoghq"
// DockerHubContainerRegistry correspond to the datadoghq docker.io registry
Expand Down

0 comments on commit 2e18c9a

Please sign in to comment.