mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Bump agnhost version to 2.13, and bump up depending images.
Kitten / nautilus depend on agnhost. Signed-off-by: Federico Paolinelli <fpaoline@redhat.com>
This commit is contained in:
parent
873fe1478a
commit
e31f72e3a4
@ -1 +1 @@
|
||||
2.12
|
||||
2.13
|
||||
|
@ -49,7 +49,7 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
rootCmd := &cobra.Command{Use: "app", Version: "2.12"}
|
||||
rootCmd := &cobra.Command{Use: "app", Version: "2.13"}
|
||||
|
||||
rootCmd.AddCommand(auditproxy.CmdAuditProxy)
|
||||
rootCmd.AddCommand(connect.CmdConnect)
|
||||
|
@ -1,5 +1,5 @@
|
||||
linux/amd64=REGISTRY/agnhost:2.12-linux-amd64
|
||||
linux/arm=REGISTRY/agnhost:2.12-linux-arm
|
||||
linux/arm64=REGISTRY/agnhost:2.12-linux-arm64
|
||||
linux/ppc64le=REGISTRY/agnhost:2.12-linux-ppc64le
|
||||
linux/s390x=REGISTRY/agnhost:2.12-linux-s390x
|
||||
linux/amd64=REGISTRY/agnhost:2.13-linux-amd64
|
||||
linux/arm=REGISTRY/agnhost:2.13-linux-arm
|
||||
linux/arm64=REGISTRY/agnhost:2.13-linux-arm64
|
||||
linux/ppc64le=REGISTRY/agnhost:2.13-linux-ppc64le
|
||||
linux/s390x=REGISTRY/agnhost:2.13-linux-s390x
|
||||
|
@ -1 +1 @@
|
||||
1.1
|
||||
1.2
|
||||
|
@ -1,5 +1,5 @@
|
||||
linux/amd64=REGISTRY/agnhost:2.12-linux-amd64
|
||||
linux/arm=REGISTRY/agnhost:2.12-linux-arm
|
||||
linux/arm64=REGISTRY/agnhost:2.12-linux-arm64
|
||||
linux/ppc64le=REGISTRY/agnhost:2.12-linux-ppc64le
|
||||
linux/s390x=REGISTRY/agnhost:2.12-linux-s390x
|
||||
linux/amd64=REGISTRY/agnhost:2.13-linux-amd64
|
||||
linux/arm=REGISTRY/agnhost:2.13-linux-arm
|
||||
linux/arm64=REGISTRY/agnhost:2.13-linux-arm64
|
||||
linux/ppc64le=REGISTRY/agnhost:2.13-linux-ppc64le
|
||||
linux/s390x=REGISTRY/agnhost:2.13-linux-s390x
|
||||
|
@ -1 +1 @@
|
||||
1.1
|
||||
1.2
|
||||
|
Loading…
Reference in New Issue
Block a user