Skip to content

Commit 8cd2da7

Browse files
committed
Update log messages for controller mode
Update messages for set replicas. Remove message for get replicas. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 6fb7778 commit 8cd2da7

14 files changed

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

chart/openfaas/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ functions:
6666
failureThreshold: 3
6767

6868
gatewayPro:
69-
image: ghcr.io/openfaasltd/gateway:0.4.39
69+
image: ghcr.io/openfaasltd/gateway:0.4.40
7070
pprof: false
7171

7272
gateway:
@@ -154,7 +154,7 @@ eventWorker:
154154

155155
# For OpenFaaS Pro and the Function CRD
156156
operator:
157-
image: ghcr.io/openfaasltd/faas-netes:0.5.67
157+
image: ghcr.io/openfaasltd/faas-netes:0.5.68
158158
create: false
159159
logs:
160160
debug: false
@@ -201,13 +201,13 @@ operator:
201201
successThreshold: 1
202202

203203
faasnetesPro:
204-
image: ghcr.io/openfaasltd/faas-netes:0.5.67
204+
image: ghcr.io/openfaasltd/faas-netes:0.5.68
205205
logs:
206206
debug: false
207207
format: "console"
208208

209209
faasnetesOem:
210-
image: ghcr.io/openfaasltd/faas-netes-oem:0.3.2
210+
image: ghcr.io/openfaasltd/faas-netes-oem:0.3.3
211211

212212
# For the Community Edition
213213
faasnetes:
@@ -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.0
380+
image: prom/prometheus:v3.3.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.1
416+
image: nats:2.11.3
417417
resources:
418418
requests:
419419
memory: "120Mi"

docs/cron-connector-0.6.12.tgz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)