Skip to content

Commit

Permalink
Revert "update latest agent and cluster agent version to 7.62.0 (#1644)"
Browse files Browse the repository at this point in the history
This reverts commit 785e385.
  • Loading branch information
swang392 committed Jan 29, 2025
1 parent 785e385 commit 88385c1
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 corresponds to the latest stable agent release
AgentLatestVersion = "7.62.0"
AgentLatestVersion = "7.61.0"
// ClusterAgentLatestVersion corresponds to the latest stable cluster-agent release
ClusterAgentLatestVersion = "7.62.0"
ClusterAgentLatestVersion = "7.61.0"
// FIPSProxyLatestVersion corresponds to the latest stable fips-proxy release
FIPSProxyLatestVersion = "1.1.6"
// GCRContainerRegistry corresponds to the datadoghq GCR registry
Expand Down

0 comments on commit 88385c1

Please sign in to comment.