Skip to content

Commit ff71de1

Browse files
committed
Update to various base images and go.mod versions
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 87eca61 commit ff71de1

18 files changed

+384
-341
lines changed

chart/openfaas/Chart.yaml

Lines changed: 1 addition & 1 deletion
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.120
5+
version: 14.2.121
66
sources:
77
- https://github.com/openfaas/faas
88
- https://github.com/openfaas/faas-netes

chart/openfaas/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ functions:
6464
failureThreshold: 3
6565

6666
gatewayPro:
67-
image: ghcr.io/openfaasltd/gateway:0.5.1
67+
image: ghcr.io/openfaasltd/gateway:0.5.2
6868
pprof: false
6969

7070
gateway:
71-
image: ghcr.io/openfaas/gateway:0.27.12
71+
image: ghcr.io/openfaas/gateway:0.27.13
7272
readTimeout: "1m05s"
7373
writeTimeout: "1m05s"
7474
upstreamTimeout: "1m" # Must be smaller than read/write_timeout
@@ -152,7 +152,7 @@ eventWorker:
152152

153153
# For OpenFaaS Pro and the Function CRD
154154
operator:
155-
image: ghcr.io/openfaasltd/faas-netes:0.5.74
155+
image: ghcr.io/openfaasltd/faas-netes:0.5.75
156156
create: false
157157
logs:
158158
debug: false
@@ -199,7 +199,7 @@ operator:
199199
successThreshold: 1
200200

201201
faasnetesPro:
202-
image: ghcr.io/openfaasltd/faas-netes:0.5.74
202+
image: ghcr.io/openfaasltd/faas-netes:0.5.75
203203
logs:
204204
debug: false
205205
format: "console"
@@ -220,7 +220,7 @@ faasnetes:
220220
#
221221
# The Jetstream queue-worker is the default queue-worker for OpenFaaS Pro.
222222
jetstreamQueueWorker:
223-
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.4.2
223+
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.4.3
224224
mode: "static"
225225
consumer:
226226
inactiveThreshold: "30s"

chart/queue-worker/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: queue-worker
33
description: Dedicated queue-worker for OpenFaaS using JetStream
44
type: application
5-
version: 0.2.18
5+
version: 0.2.19
66
keywords:
77
- openfaas
88
- jetstream

chart/queue-worker/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# You will need to create a license named "openfaas-license" - see the
55
# chart README for detailed instructions.
66

7-
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.4.2
7+
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.4.3
88

99
replicas: 1
1010

docs/cron-connector-0.6.14.tgz

1 Byte
Binary file not shown.
1 Byte
Binary file not shown.

docs/headroom-controller-0.1.2.tgz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)