Skip to content

Commit 645dbda

Browse files
committed
Update images for go.mod / alpine updates
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 0b2dbf4 commit 645dbda

16 files changed

+331
-288
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.90
5+
version: 14.2.91
66
sources:
77
- https://github.com/openfaas/faas
88
- https://github.com/openfaas/faas-netes

chart/openfaas/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ functions:
6666
failureThreshold: 3
6767

6868
gatewayPro:
69-
image: ghcr.io/openfaasltd/gateway:0.4.36
69+
image: ghcr.io/openfaasltd/gateway:0.4.37
7070
pprof: false
7171

7272
gateway:
@@ -154,7 +154,7 @@ eventWorker:
154154

155155
# For OpenFaaS Pro and the Function CRD
156156
operator:
157-
image: ghcr.io/openfaasltd/faas-netes:0.5.58
157+
image: ghcr.io/openfaasltd/faas-netes:0.5.59
158158
create: false
159159
logs:
160160
debug: false
@@ -192,7 +192,7 @@ operator:
192192
pprof: false
193193

194194
faasnetesPro:
195-
image: ghcr.io/openfaasltd/faas-netes:0.5.58
195+
image: ghcr.io/openfaasltd/faas-netes:0.5.59
196196
logs:
197197
debug: false
198198
format: "console"
@@ -213,7 +213,7 @@ faasnetes:
213213
#
214214
# Enable automatically when nats.queueMode is set to "jetstream"
215215
jetstreamQueueWorker:
216-
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.45
216+
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.46
217217
durableName: "faas-workers"
218218
# Configure the max waiting pulls for the queue-worker JetStream consumer.
219219
# The value should be at least max_inflight * replicas.
@@ -365,7 +365,7 @@ iam:
365365
## if you wish to retain the metrics for a longer period, you should
366366
## scrape this instance from an external Prometheus server
367367
prometheus:
368-
image: prom/prometheus:v3.0.1
368+
image: prom/prometheus:v3.1.0
369369
create: true
370370
retention:
371371
time: 15d
@@ -409,7 +409,7 @@ nats:
409409

410410
## alertmanager is only used for OpenFaaS CE
411411
alertmanager:
412-
image: prom/alertmanager:v0.27.0
412+
image: prom/alertmanager:v0.28.0
413413
create: true
414414
resources:
415415
requests:

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.12
5+
version: 0.2.13
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.3.45
7+
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.46
88

99
replicas: 1
1010

docs/cron-connector-0.6.11.tgz

-2 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)