Skip to content

Commit 1171e16

Browse files
committed
CVE update for alpine in OpenFaaS Standard/Enterprise
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 4062afd commit 1171e16

16 files changed

+498
-472
lines changed

chart/openfaas/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
type: application
33
description: OpenFaaS - Serverless Functions Made Simple
44
name: openfaas
5-
version: 14.2.23
5+
version: 14.2.24
66
sources:
77
- https://github.com/openfaas/faas
88
- https://github.com/openfaas/faas-netes

chart/openfaas/values.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ functions:
5757
failureThreshold: 3
5858

5959
gatewayPro:
60-
image: ghcr.io/openfaasltd/gateway:0.4.23
60+
image: ghcr.io/openfaasltd/gateway:0.4.24
6161
pprof: false
6262

6363
gateway:
@@ -195,7 +195,7 @@ faasnetes:
195195
#
196196
# Enable automatically when nats.queueMode is set to "jetstream"
197197
jetstreamQueueWorker:
198-
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.22
198+
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.23
199199
durableName: "faas-workers"
200200
# Configure the max waiting pulls for the queue-worker JetStream consumer.
201201
# The value should be at least max_inflight * replicas.
@@ -251,7 +251,7 @@ queueWorker:
251251
## Advanced auto-scaler for scaling functions on RPS, CPU and in-flight requests
252252
## Includes: scale to zero
253253
autoscaler:
254-
image: ghcr.io/openfaasltd/autoscaler:0.3.3
254+
image: ghcr.io/openfaasltd/autoscaler:0.3.4
255255
replicas: 1
256256
enabled: true
257257
resources:
@@ -322,7 +322,7 @@ iam:
322322
tokenExpiry: 2h
323323

324324
prometheus:
325-
image: prom/prometheus:v2.50.0
325+
image: prom/prometheus:v2.50.1
326326
create: true
327327
resources:
328328
requests:

docs/cron-connector-0.6.9.tgz

0 Bytes
Binary file not shown.

docs/federated-gateway-0.1.0.tgz

-174 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)