From 4930ad91263e63cf6abb9cef6081e947034f2c5a Mon Sep 17 00:00:00 2001
From: "Alex Ellis (OpenFaaS Ltd)" <alexellis2@gmail.com>
Date: Fri, 20 Jan 2023 14:09:45 +0000
Subject: [PATCH] Update buildkit to v0.11.1

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
---
 .github/CODEOWNERS            | 2 +-
 chart/pro-builder/Chart.yaml  | 2 +-
 chart/pro-builder/values.yaml | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index d53dc46e..8615b5f8 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,3 +1,3 @@
 @alexellis
 @LucasRoesler
-@stefanprodan
+@welteki
diff --git a/chart/pro-builder/Chart.yaml b/chart/pro-builder/Chart.yaml
index 2e07f9f9..38abcf9a 100644
--- a/chart/pro-builder/Chart.yaml
+++ b/chart/pro-builder/Chart.yaml
@@ -1,7 +1,7 @@
 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
diff --git a/chart/pro-builder/values.yaml b/chart/pro-builder/values.yaml
index 7252304e..2e4dbf7d 100644
--- a/chart/pro-builder/values.yaml
+++ b/chart/pro-builder/values.yaml
@@ -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
-- 
GitLab