Skip to content

Commit

Permalink
[defaulting/images] Update agents to 7.47.1 (#930) (#934)
Browse files Browse the repository at this point in the history
Co-authored-by: David Ortiz <[email protected]>
  • Loading branch information
fanny-jiang and davidor authored Sep 26, 2023
1 parent addc65b commit 716ea8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/defaulting/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ type ContainerRegistry string

const (
// AgentLatestVersion correspond to the latest stable agent release
AgentLatestVersion = "7.47.0"
AgentLatestVersion = "7.47.1"
// ClusterAgentLatestVersion correspond to the latest stable cluster-agent release
ClusterAgentLatestVersion = "7.47.0"
ClusterAgentLatestVersion = "7.47.1"
// 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 716ea8f

Please sign in to comment.