diff --git a/pkg/images/images.go b/pkg/images/images.go index bf5bc21b0c..0c90e1ac77 100644 --- a/pkg/images/images.go +++ b/pkg/images/images.go @@ -16,11 +16,11 @@ import ( const ( // AgentLatestVersion corresponds to the latest stable agent release - AgentLatestVersion = "7.79.2" + AgentLatestVersion = "7.80.1" // ClusterAgentLatestVersion corresponds to the latest stable cluster-agent release - ClusterAgentLatestVersion = "7.79.2" + ClusterAgentLatestVersion = "7.80.1" // DdotCollectorLatestVersion corresponds to the latest stable ddot-collector release - DdotCollectorLatestVersion = "7.79.2" + DdotCollectorLatestVersion = "7.80.1" // FIPSProxyLatestVersion corresponds to the latest stable fips-proxy release FIPSProxyLatestVersion = "1.1.26" // DDOTFIPSMinimumVersion is the minimum version at which ddot-collector publishes a -fips variant.