mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 03:11:40 +00:00
Merge pull request #92106 from BenTheElder/bump-image
bump agnhost version to match fully
This commit is contained in:
commit
f66af1062d
@ -1 +1 @@
|
||||
2.18
|
||||
2.19
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user