From 99ccd75b625b67d26199c52dd22accff491c05ea Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Mon, 2 Oct 2023 13:56:44 +0100 Subject: [PATCH] Update Prometheus and CE gateway Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index f267365..31cd39f 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -21,7 +21,7 @@ services: # - "127.0.0.1:8222:8222" prometheus: - image: docker.io/prom/prometheus:v2.46.0 + image: docker.io/prom/prometheus:v2.47.0 # nobody user: "65534" volumes: @@ -39,7 +39,7 @@ services: - "127.0.0.1:9090:9090" gateway: - image: ghcr.io/openfaas/gateway:0.27.0 + image: ghcr.io/openfaas/gateway:0.27.2 environment: - basic_auth=true - functions_provider_url=http://faasd-provider:8081/