Merge pull request #92106 from BenTheElder/bump-image

bump agnhost version to match fully
This commit is contained in:
Kubernetes Prow Robot 2020-06-13 00:34:22 -07:00 committed by GitHub
commit f66af1062d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
2.18 2.19

View File

@ -49,7 +49,7 @@ import (
) )
func main() { func main() {
rootCmd := &cobra.Command{Use: "app", Version: "2.17"} rootCmd := &cobra.Command{Use: "app", Version: "2.19"}
rootCmd.AddCommand(auditproxy.CmdAuditProxy) rootCmd.AddCommand(auditproxy.CmdAuditProxy)
rootCmd.AddCommand(connect.CmdConnect) rootCmd.AddCommand(connect.CmdConnect)