mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-09 16:36:47 +00:00
Bump latest gateway / queue-worker versions
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
parent
abc41d2108
commit
0662605756
@ -51,7 +51,7 @@ func runUp(_ *cobra.Command, _ []string) error {
|
|||||||
"faas_nats_address=nats",
|
"faas_nats_address=nats",
|
||||||
"faas_nats_port=4222",
|
"faas_nats_port=4222",
|
||||||
},
|
},
|
||||||
Image: "docker.io/openfaas/gateway:0.17.4",
|
Image: "docker.io/openfaas/gateway:0.18.7",
|
||||||
Mounts: []pkg.Mount{},
|
Mounts: []pkg.Mount{},
|
||||||
Caps: []string{"CAP_NET_RAW"},
|
Caps: []string{"CAP_NET_RAW"},
|
||||||
},
|
},
|
||||||
@ -66,7 +66,7 @@ func runUp(_ *cobra.Command, _ []string) error {
|
|||||||
"max_inflight=1",
|
"max_inflight=1",
|
||||||
"faas_print_body=true",
|
"faas_print_body=true",
|
||||||
},
|
},
|
||||||
Image: "docker.io/openfaas/queue-worker:0.8.4",
|
Image: "docker.io/openfaas/queue-worker:0.9.0",
|
||||||
Mounts: []pkg.Mount{},
|
Mounts: []pkg.Mount{},
|
||||||
Caps: []string{"CAP_NET_RAW"},
|
Caps: []string{"CAP_NET_RAW"},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user