Skip to content

Commit f66af10

Browse files
authored
Merge pull request kubernetes#92106 from BenTheElder/bump-image
bump agnhost version to match fully
2 parents 0703d68 + c57e39f commit f66af10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/images/agnhost/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.18
1+
2.19

test/images/agnhost/agnhost.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ import (
4949
)
5050

5151
func main() {
52-
rootCmd := &cobra.Command{Use: "app", Version: "2.17"}
52+
rootCmd := &cobra.Command{Use: "app", Version: "2.19"}
5353

5454
rootCmd.AddCommand(auditproxy.CmdAuditProxy)
5555
rootCmd.AddCommand(connect.CmdConnect)

0 commit comments

Comments
 (0)