From 5e29516f86b0674a34848e74edc06da177dfbd14 Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Mon, 26 Jul 2021 18:48:48 +0100 Subject: [PATCH] Upgrade to NATS v0.22.0 Upgrades NATS and the queue-worker and the gateway to compatible versions Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- docker-compose.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 03e5b04..5f0bde5 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,7 +1,7 @@ version: "3.7" services: basic-auth-plugin: - image: ghcr.io/openfaas/basic-auth:0.20.12 + image: ghcr.io/openfaas/basic-auth:0.21.0 environment: - port=8080 - secret_mount_path=/run/secrets @@ -19,7 +19,7 @@ services: - CAP_NET_RAW nats: - image: docker.io/library/nats-streaming:0.11.2 + image: docker.io/library/nats-streaming:0.22.0 command: - "/nats-streaming-server" - "-m" @@ -41,7 +41,7 @@ services: - "127.0.0.1:9090:9090" gateway: - image: ghcr.io/openfaas/gateway:0.20.12 + image: ghcr.io/openfaas/gateway:0.21.0 environment: - basic_auth=true - functions_provider_url=http://faasd-provider:8081/ @@ -74,7 +74,7 @@ services: - "8080:8080" queue-worker: - image: docker.io/openfaas/queue-worker:0.11.2 + image: ghcr.io/openfaas/queue-worker:0.12.2 environment: - faas_nats_address=nats - faas_nats_port=4222