Skip to content

Commit 22d9225

Browse files
committed
Update pro-builder / buildkit and faas-netes
* pro-builder/buildkit are updated to resolve a security issue with buildkit/containerd/runc - updating is advised Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent e53a5ff commit 22d9225

18 files changed

+415
-369
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.2
5+
version: 12.0.3
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
@@ -146,13 +146,13 @@ gateway:
146146
successThreshold: 1
147147

148148
faasnetesPro:
149-
image: ghcr.io/openfaasltd/faas-netes:0.2.5
149+
image: ghcr.io/openfaasltd/faas-netes:0.2.8
150150

151151
operatorPro:
152-
image: ghcr.io/openfaasltd/faas-netes:0.2.5
152+
image: ghcr.io/openfaasltd/faas-netes:0.2.8
153153

154154
faasnetes:
155-
image: ghcr.io/openfaas/faas-netes:0.16.6
155+
image: ghcr.io/openfaas/faas-netes:0.16.7
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.6
173+
image: ghcr.io/openfaas/faas-netes:0.16.7
174174
create: false
175175
resources:
176176
requests:
@@ -234,7 +234,7 @@ queueWorker:
234234
# monitoring and auto-scaling components
235235
# both components
236236
prometheus:
237-
image: prom/prometheus:v2.42.0
237+
image: prom/prometheus:v2.43.0
238238
create: true
239239
resources:
240240
requests:

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.1
4+
version: 0.4.2
55
sources:
66
- https://github.com/openfaas/faas-netes
77
home: https://www.openfaas.com

chart/pro-builder/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# image is for the pro-builder API
55
proBuilder:
6-
image: ghcr.io/openfaasltd/pro-builder:0.3.6
6+
image: ghcr.io/openfaasltd/pro-builder:0.3.7
77

88
# Set to 0 for unlimited, or some non-zero value for a hard limit
99
# the builder will return a HTTP 429 status code, then the client
@@ -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.4
34+
# image: moby/buildkit:v0.11.5
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.4-rootless
44+
image: moby/buildkit:v0.11.5-rootless
4545
rootless: true
4646
securityContext:
4747
# Needs Kubernetes >= 1.19

docs/cron-connector-0.6.4.tgz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)