Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pkg/images/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ import (

const (
// AgentLatestVersion corresponds to the latest stable agent release
AgentLatestVersion = "7.73.1"
AgentLatestVersion = "7.73.3"
// ClusterAgentLatestVersion corresponds to the latest stable cluster-agent release
ClusterAgentLatestVersion = "7.73.1"
ClusterAgentLatestVersion = "7.73.3"
// DdotCollectorLatestVersion corresponds to the latest stable ddot-collector release
DdotCollectorLatestVersion = "7.73.1"
DdotCollectorLatestVersion = "7.73.3"
// FIPSProxyLatestVersion corresponds to the latest stable fips-proxy release
FIPSProxyLatestVersion = "1.1.17"
// GCRContainerRegistry corresponds to the datadoghq GCR registry
Expand Down
Loading