File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22type : application
33description : OpenFaaS - Serverless Functions Made Simple
44name : openfaas
5- version : 14.2.132
5+ version : 14.2.133
66sources :
77- https://github.com/openfaas/faas
88- https://github.com/openfaas/faas-netes
Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ faasnetesPro:
205205 format : " console"
206206
207207faasnetesOem :
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
211211faasnetes :
@@ -324,7 +324,7 @@ autoscaler:
324324# # To use with port-forwarding, set publicURL to
325325# # http://127.0.0.1
326326dashboard :
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
394394# # if you wish to retain the metrics for a longer period, you should
395395# # scrape this instance from an external Prometheus server
396396prometheus :
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
452452alertmanager :
453- image : prom/alertmanager:v0.29.0
453+ image : prom/alertmanager:v0.30.1
454454 create : true
455455 resources :
456456 requests :
Original file line number Diff line number Diff line change 11apiVersion : v1
22description : Build OpenFaaS functions via a REST API
33name : pro-builder
4- version : 0.6.2
4+ version : 0.6.3
55sources :
66- https://github.com/openfaas/faas-netes
77home : https://www.openfaas.com
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ proBuilder:
3434
3535buildkitRootless :
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 :
You can’t perform that action at this time.
0 commit comments