Skip to content

Commit dbf59d4

Browse files
committed
Update charts and go.mod
* Updates for pro-builder 0.5.0 with streaming log support * Updates/fixes for dashboard * Updated Prometheus/NATS versions Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 699a64a commit dbf59d4

File tree

143 files changed

+2674
-2633
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

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

chart/openfaas/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ faasnetesOem:
211211

212212
# For the Community Edition
213213
faasnetes:
214-
image: ghcr.io/openfaas/faas-netes:0.18.12
214+
image: ghcr.io/openfaas/faas-netes:0.18.13
215215
resources:
216216
requests:
217217
memory: "120Mi"
@@ -317,7 +317,7 @@ autoscaler:
317317
## To use with port-forwarding, set publicURL to
318318
## http://127.0.0.1
319319
dashboard:
320-
image: ghcr.io/openfaasltd/openfaas-dashboard:0.5.34
320+
image: ghcr.io/openfaasltd/openfaas-dashboard:0.5.35
321321
publicURL: https://dashboard.example.com
322322
# Name of signing key secret for sessions.
323323
# Leave blank for development, see https://docs.openfaas.com/openfaas-pro/dashboard/ for production and staging.
@@ -377,7 +377,7 @@ iam:
377377
## if you wish to retain the metrics for a longer period, you should
378378
## scrape this instance from an external Prometheus server
379379
prometheus:
380-
image: prom/prometheus:v3.3.1
380+
image: prom/prometheus:v3.4.1
381381
create: true
382382
retention:
383383
time: 15d
@@ -413,7 +413,7 @@ nats:
413413
host: ""
414414
port: ""
415415
# The version of NATS Core used with OpenFaaS Pro and JetStream
416-
image: nats:2.11.3
416+
image: nats:2.11.4
417417
resources:
418418
requests:
419419
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.4.16
4+
version: 0.4.17
55
sources:
66
- https://github.com/openfaas/faas-netes
77
home: https://www.openfaas.com

chart/pro-builder/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# image is for the pro-builder API
88
proBuilder:
9-
image: ghcr.io/openfaasltd/pro-builder:0.4.3
9+
image: ghcr.io/openfaasltd/pro-builder:0.5.0
1010

1111
# Set to 0 for unlimited, or some non-zero value for a hard limit
1212
# the builder will return a HTTP 429 status code, then the client

docs/cron-connector-0.6.12.tgz

1 Byte
Binary file not shown.

0 commit comments

Comments
 (0)