Skip to content
Snippets Groups Projects
Commit 4930ad91 authored by Alex Ellis (OpenFaaS Ltd)'s avatar Alex Ellis (OpenFaaS Ltd)
Browse files

Update buildkit to v0.11.1

parent d5e6f98f
No related branches found
No related tags found
No related merge requests found
@alexellis
@LucasRoesler
@stefanprodan
@welteki
apiVersion: v1
description: Build OpenFaaS functions via a REST API
name: pro-builder
version: 0.3.7
version: 0.3.8
sources:
- https://github.com/openfaas/faas-netes
home: https://www.openfaas.com
......
......@@ -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.10.4
# image: moby/buildkit:v0.11.1
# rootless: false
# securityContext:
# runAsUser: 0
......@@ -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.0-rc3-rootless
image: moby/buildkit:v0.11.1-rootless
rootless: true
securityContext:
# Needs Kubernetes >= 1.19
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment