Skip to content

Commit 2bf4e7b

Browse files
committed
Updates to various components for maintenance
- Headroom Controller moves to Go 1.26 - OpenFaaS core components updated for internal library upgrades - Prometheus and NATS images updated Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 33a9b46 commit 2bf4e7b

18 files changed

Lines changed: 439 additions & 391 deletions

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.6
5+
version: 0.1.7
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
@@ -5,7 +5,7 @@
55
# chart README for detailed instructions.
66

77
# Default values for headroom-controller
8-
image: ghcr.io/openfaasltd/headroom-controller:v0.0.3
8+
image: ghcr.io/openfaasltd/headroom-controller:v0.0.4
99

1010
imagePullPolicy: IfNotPresent
1111

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: 15.0.7
5+
version: 15.0.8
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
@@ -399,7 +399,7 @@ iam:
399399
## if you wish to retain the metrics for a longer period, you should
400400
## scrape this instance from an external Prometheus server
401401
prometheus:
402-
image: prom/prometheus:v3.11.3
402+
image: prom/prometheus:v3.12.0
403403
create: true
404404
retention:
405405
time: 15d
@@ -447,7 +447,7 @@ nats:
447447
host: ""
448448
port: ""
449449
# The version of NATS Core used with OpenFaaS Pro and JetStream
450-
image: nats:2.14.1
450+
image: nats:2.14.2
451451
resources:
452452
requests:
453453
memory: "120Mi"

docs/cron-connector-0.6.16.tgz

13 Bytes
Binary file not shown.
14 Bytes
Binary file not shown.

docs/headroom-controller-0.1.7.tgz

16 KB
Binary file not shown.

0 commit comments

Comments
 (0)