diff --git a/test/images/agnhost/VERSION b/test/images/agnhost/VERSION index fc249e9a747..15a3e92c6a7 100644 --- a/test/images/agnhost/VERSION +++ b/test/images/agnhost/VERSION @@ -1 +1 @@ -2.18 +2.19 diff --git a/test/images/agnhost/agnhost.go b/test/images/agnhost/agnhost.go index ffd14bdf49d..59b55d71d04 100644 --- a/test/images/agnhost/agnhost.go +++ b/test/images/agnhost/agnhost.go @@ -49,7 +49,7 @@ import ( ) func main() { - rootCmd := &cobra.Command{Use: "app", Version: "2.17"} + rootCmd := &cobra.Command{Use: "app", Version: "2.19"} rootCmd.AddCommand(auditproxy.CmdAuditProxy) rootCmd.AddCommand(connect.CmdConnect)