Skip to content

Commit 9874b8a

Browse files
committed
Update charts for queue-worker, function-builder and faas-netes CE
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent e1268f7 commit 9874b8a

20 files changed

+428
-363
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: 12.0.0
5+
version: 12.0.1
66
sources:
77
- https://github.com/openfaas/faas
88
- https://github.com/openfaas/faas-netes

chart/openfaas/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ operatorPro:
152152
image: ghcr.io/openfaasltd/faas-netes:0.2.5
153153

154154
faasnetes:
155-
image: ghcr.io/openfaas/faas-netes:0.16.4
155+
image: ghcr.io/openfaas/faas-netes:0.16.5
156156
imagePullPolicy: "Always" # Image pull policy for deployed functions
157157
httpProbe: true # Setting to true will use HTTP for readiness and liveness probe on function pods
158158
setNonRootUser: false # It's recommended to set this to "true", but test your images before committing to it
@@ -170,7 +170,7 @@ faasnetes:
170170
cpu: "50m"
171171

172172
operator:
173-
image: ghcr.io/openfaas/faas-netes:0.16.4
173+
image: ghcr.io/openfaas/faas-netes:0.16.5
174174
create: false
175175
resources:
176176
requests:
@@ -182,7 +182,7 @@ operator:
182182
#
183183
# Enable automatically when nats.queueMode is set to "jetstream"
184184
jetstreamQueueWorker:
185-
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.5
185+
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.6
186186
durableName: "faas-workers"
187187
logs:
188188
debug: false
@@ -264,7 +264,7 @@ nats:
264264
host: ""
265265
port: ""
266266
# The version of NATS Core used with OpenFaaS Pro and JetStream
267-
image: nats:2.9.14
267+
image: nats:2.9.15
268268
enableMonitoring: false
269269
metrics:
270270
# Should stay off by default because the exporter is not multi-arch (yet)

chart/pro-builder/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
description: Build OpenFaaS functions via a REST API
33
name: pro-builder
4-
version: 0.4.0
4+
version: 0.4.1
55
sources:
66
- https://github.com/openfaas/faas-netes
77
home: https://www.openfaas.com

chart/pro-builder/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ buildkit:
3131
# nodepool for the function builder pods, which is recycled often
3232
# through the use of spot instances or preemptive VMs.
3333
#
34-
# image: moby/buildkit:v0.11.3
34+
# image: moby/buildkit:v0.11.4
3535
# rootless: false
3636
# securityContext:
3737
# runAsUser: 0
@@ -41,7 +41,7 @@ buildkit:
4141
# For a rootless configuration, preferred, if the configuration
4242
# and Kernel version of your Kubernetes nodes supports it
4343
#
44-
image: moby/buildkit:v0.11.3-rootless
44+
image: moby/buildkit:v0.11.4-rootless
4545
rootless: true
4646
securityContext:
4747
# Needs Kubernetes >= 1.19

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: JetStream for OpenFaaS queue-worker
44
type: application
5-
version: 0.1.4
5+
version: 0.1.5
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
@@ -1,4 +1,4 @@
1-
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.5
1+
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.3.6
22

33
replicas: 1
44

docs/cron-connector-0.6.4.tgz

-1 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)