Skip to content

Commit d905b1f

Browse files
committed
Extend free trial of headroom-controller
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 15fc035 commit d905b1f

21 files changed

+429
-358
lines changed
12 KB
Binary file not shown.

chart/headroom-controller/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: headroom-controller
33
description: A Helm chart for headroom-controller - Kubernetes resource reservation controller
44
type: application
5-
version: 0.1.2
5+
version: 0.1.3
66
appVersion: "0.1.0"
77
keywords:
88
- kubernetes

chart/headroom-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Default values for headroom-controller
2-
image: ghcr.io/openfaasltd/headroom-controller:v0.0.1-rc2
2+
image: ghcr.io/openfaasltd/headroom-controller:v0.0.1
33

44
imagePullPolicy: IfNotPresent
55

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

chart/openfaas/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ nats:
442442
host: ""
443443
port: ""
444444
# The version of NATS Core used with OpenFaaS Pro and JetStream
445-
image: nats:2.12.1
445+
image: nats:2.12.2
446446
resources:
447447
requests:
448448
memory: "120Mi"

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.1
4+
version: 0.6.2
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.2-rootless
37+
image: moby/buildkit:v0.26.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.2
52+
# image: moby/buildkit:v0.26.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.2
62+
image: moby/buildkit:v0.26.2
6363
rootless: true
6464

6565
resources:

docs/cron-connector-0.6.14.tgz

1 Byte
Binary file not shown.
1 Byte
Binary file not shown.

docs/headroom-controller-0.1.3.tgz

15.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)