Skip to content

Commit

Permalink
Update pro-builder / buildkit and faas-netes
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
alexellis committed Apr 11, 2023
1 parent e53a5ff commit 22d9225
Show file tree
Hide file tree
Showing 18 changed files with 415 additions and 369 deletions.
2 changes: 1 addition & 1 deletion chart/openfaas/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
type: application
description: OpenFaaS - Serverless Functions Made Simple
name: openfaas
version: 12.0.2
version: 12.0.3
sources:
- https://github.com/openfaas/faas
- https://github.com/openfaas/faas-netes
Expand Down
10 changes: 5 additions & 5 deletions chart/openfaas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,13 @@ gateway:
successThreshold: 1

faasnetesPro:
image: ghcr.io/openfaasltd/faas-netes:0.2.5
image: ghcr.io/openfaasltd/faas-netes:0.2.8

operatorPro:
image: ghcr.io/openfaasltd/faas-netes:0.2.5
image: ghcr.io/openfaasltd/faas-netes:0.2.8

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

operator:
image: ghcr.io/openfaas/faas-netes:0.16.6
image: ghcr.io/openfaas/faas-netes:0.16.7
create: false
resources:
requests:
Expand Down Expand Up @@ -234,7 +234,7 @@ queueWorker:
# monitoring and auto-scaling components
# both components
prometheus:
image: prom/prometheus:v2.42.0
image: prom/prometheus:v2.43.0
create: true
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion chart/pro-builder/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Build OpenFaaS functions via a REST API
name: pro-builder
version: 0.4.1
version: 0.4.2
sources:
- https://github.com/openfaas/faas-netes
home: https://www.openfaas.com
Expand Down
6 changes: 3 additions & 3 deletions chart/pro-builder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# image is for the pro-builder API
proBuilder:
image: ghcr.io/openfaasltd/pro-builder:0.3.6
image: ghcr.io/openfaasltd/pro-builder:0.3.7

# Set to 0 for unlimited, or some non-zero value for a hard limit
# the builder will return a HTTP 429 status code, then the client
Expand Down Expand Up @@ -31,7 +31,7 @@ buildkit:
# nodepool for the function builder pods, which is recycled often
# through the use of spot instances or preemptive VMs.
#
# image: moby/buildkit:v0.11.4
# image: moby/buildkit:v0.11.5
# rootless: false
# securityContext:
# runAsUser: 0
Expand All @@ -41,7 +41,7 @@ buildkit:
# For a rootless configuration, preferred, if the configuration
# and Kernel version of your Kubernetes nodes supports it
#
image: moby/buildkit:v0.11.4-rootless
image: moby/buildkit:v0.11.5-rootless
rootless: true
securityContext:
# Needs Kubernetes >= 1.19
Expand Down
Binary file modified docs/cron-connector-0.6.4.tgz
Binary file not shown.
Loading

0 comments on commit 22d9225

Please sign in to comment.