We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 324e6d9 commit ebb4e0aCopy full SHA for ebb4e0a
pkg/defaulting/images.go
@@ -16,9 +16,9 @@ type ContainerRegistry string
16
17
const (
18
// AgentLatestVersion corresponds to the latest stable agent release
19
- AgentLatestVersion = "7.64.1"
+ AgentLatestVersion = "7.64.3"
20
// ClusterAgentLatestVersion corresponds to the latest stable cluster-agent release
21
- ClusterAgentLatestVersion = "7.64.1"
+ ClusterAgentLatestVersion = "7.64.3"
22
// FIPSProxyLatestVersion corresponds to the latest stable fips-proxy release
23
FIPSProxyLatestVersion = "1.1.9"
24
// GCRContainerRegistry corresponds to the datadoghq GCR registry
0 commit comments