Skip to content

Commit d3190d7

Browse files
committed
Fix env-var for public gateway URL for dashboard
This was renamed to gateway_url_public, so the chart needed updating to render links for clickable functions. Also bumps various images in the charts, including pro-builder chart. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 4edc9c4 commit d3190d7

File tree

5 files changed

+11
-11
lines changed

5 files changed

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

chart/openfaas/templates/dashboard-dep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ spec:
100100
- name: "log_encoding"
101101
value: "{{ .Values.dashboard.logs.format }}"
102102
{{- if .Values.dashboard.publicURLGateway }}
103-
- name: public_url_gateway
103+
- name: gateway_url_public
104104
value: {{ .Values.dashboard.publicURLGateway }}
105105
{{- end }}
106106
{{- if .Values.iam.enabled }}

chart/openfaas/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ faasnetesPro:
205205
format: "console"
206206

207207
faasnetesOem:
208-
image: ghcr.io/openfaasltd/faas-netes-oem:0.3.3
208+
image: ghcr.io/openfaasltd/faas-netes-oem:0.3.4
209209

210210
# For the Community Edition
211211
faasnetes:
@@ -324,7 +324,7 @@ autoscaler:
324324
## To use with port-forwarding, set publicURL to
325325
## http://127.0.0.1
326326
dashboard:
327-
image: ghcr.io/openfaasltd/openfaas-dashboard:0.6.3
327+
image: ghcr.io/openfaasltd/openfaas-dashboard:0.6.4
328328

329329
# publicURL for the dashboard itself
330330
# i.e. https://dashboard.example.com
@@ -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.8.0
397+
image: prom/prometheus:v3.9.1
398398
create: true
399399
retention:
400400
time: 15d
@@ -442,15 +442,15 @@ nats:
442442
host: ""
443443
port: ""
444444
# The version of NATS Core used with OpenFaaS Pro and JetStream
445-
image: nats:2.12.2
445+
image: nats:2.12.3
446446
resources:
447447
requests:
448448
memory: "120Mi"
449449
cpu: "100m"
450450

451451
## alertmanager is only used for OpenFaaS CE
452452
alertmanager:
453-
image: prom/alertmanager:v0.29.0
453+
image: prom/alertmanager:v0.30.1
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.2
4+
version: 0.6.3
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.26.2-rootless
37+
image: moby/buildkit:v0.26.3-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.26.2
52+
# image: moby/buildkit:v0.26.3
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.26.2
62+
image: moby/buildkit:v0.26.3
6363
rootless: true
6464

6565
resources:

0 commit comments

Comments
 (0)