Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
faas-netes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Team Jaz CS 598 CCC Final Project
faas-netes
Commits
4930ad91
Commit
4930ad91
authored
2 years ago
by
Alex Ellis (OpenFaaS Ltd)
Browse files
Options
Downloads
Patches
Plain Diff
Update buildkit to v0.11.1
Signed-off-by:
Alex Ellis (OpenFaaS Ltd)
<
alexellis2@gmail.com
>
parent
d5e6f98f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.github/CODEOWNERS
+1
-1
1 addition, 1 deletion
.github/CODEOWNERS
chart/pro-builder/Chart.yaml
+1
-1
1 addition, 1 deletion
chart/pro-builder/Chart.yaml
chart/pro-builder/values.yaml
+2
-2
2 additions, 2 deletions
chart/pro-builder/values.yaml
with
4 additions
and
4 deletions
.github/CODEOWNERS
+
1
−
1
View file @
4930ad91
@alexellis
@LucasRoesler
@
stefanprodan
@
welteki
This diff is collapsed.
Click to expand it.
chart/pro-builder/Chart.yaml
+
1
−
1
View file @
4930ad91
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
...
...
This diff is collapsed.
Click to expand it.
chart/pro-builder/values.yaml
+
2
−
2
View file @
4930ad91
...
...
@@ -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.1
0.4
# image: moby/buildkit:v0.1
1.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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment