Skip to content

Commit

Permalink
Update agent and cluster-agent default image (#371)
Browse files Browse the repository at this point in the history
* default `agent` image is now `7.31.0`
* default `cluster-agent` image is now `1.15.0`
  • Loading branch information
clamoriniere authored Sep 10, 2021
1 parent 4d46e83 commit a8337ab
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.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"
Expand Down

0 comments on commit a8337ab

Please sign in to comment.