Skip to content

Commit 15fc035

Browse files
committed
Update buildkit and extend headroom-controller trial
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent fe967ad commit 15fc035

18 files changed

+403
-356
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: 14.2.128
5+
version: 14.2.129
66
sources:
77
- https://github.com/openfaas/faas
88
- https://github.com/openfaas/faas-netes

chart/openfaas/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ iam:
394394
## if you wish to retain the metrics for a longer period, you should
395395
## scrape this instance from an external Prometheus server
396396
prometheus:
397-
image: prom/prometheus:v3.7.1
397+
image: prom/prometheus:v3.7.3
398398
create: true
399399
retention:
400400
time: 15d
@@ -450,7 +450,7 @@ nats:
450450

451451
## alertmanager is only used for OpenFaaS CE
452452
alertmanager:
453-
image: prom/alertmanager:v0.28.1
453+
image: prom/alertmanager:v0.29.0
454454
create: true
455455
resources:
456456
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.6.0
4+
version: 0.6.1
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
@@ -34,7 +34,7 @@ proBuilder:
3434

3535
buildkitRootless:
3636
# Image used when running buildkit in rootless mode.
37-
image: moby/buildkit:v0.25.1-rootless
37+
image: moby/buildkit:v0.25.2-rootless
3838

3939
# buildkit.image is for the buildkit daemon
4040
# Check for the latest release on GitHub: https://github.com/moby/buildkit/releases
@@ -49,7 +49,7 @@ buildkit:
4949
# nodepool for the function builder pods, which is recycled often
5050
# through the use of spot instances or preemptive VMs.
5151
#
52-
# image: moby/buildkit:v0.25.1
52+
# image: moby/buildkit:v0.25.2
5353
# rootless: false
5454
# securityContext:
5555
# runAsUser: 0
@@ -59,7 +59,7 @@ buildkit:
5959
# For a rootless configuration, preferred, if the configuration
6060
# and Kernel version of your Kubernetes nodes supports it
6161
#
62-
image: moby/buildkit:v0.25.1
62+
image: moby/buildkit:v0.25.2
6363
rootless: true
6464

6565
resources:

docs/cron-connector-0.6.14.tgz

-3 Bytes
Binary file not shown.
-1 Bytes
Binary file not shown.

docs/headroom-controller-0.1.2.tgz

-1 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)