Skip to content

Commit

Permalink
Default Agent and Cluster-Agent image to 7.39.0 (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
clamoriniere committed Sep 12, 2022
1 parent fa9cc7f commit a05d2cb
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.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"
Expand Down

0 comments on commit a05d2cb

Please sign in to comment.