Skip to content

Commit 6fb7778

Browse files
committed
Fix for autoscaler in default RPS mode
When the previous image 0.3.17 was deployed, if no autoscaling settings were set, then RPS was taking over as designed. But due to a bug, it was setting a scale target of 0 instead of 50, meaning any invoked function scaled immediately to maximum replicas. This issue was only present in 0.3.17 when a chart-level override was introduced. The new image 0.3.18 fixes the issue. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 1e751ee commit 6fb7778

14 files changed

+326
-302
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.102
5+
version: 14.2.103
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
@@ -287,7 +287,7 @@ queueWorker:
287287
## Advanced auto-scaler for scaling functions on RPS, CPU and in-flight requests
288288
## Includes: scale to zero
289289
autoscaler:
290-
image: ghcr.io/openfaasltd/autoscaler:0.3.17
290+
image: ghcr.io/openfaasltd/autoscaler:0.3.18
291291

292292
# Default value for "com.openfaas.scale.target" when not set via label
293293
defaultTarget: 50
@@ -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.31
320+
image: ghcr.io/openfaasltd/openfaas-dashboard:0.5.34
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.

docs/cron-connector-0.6.12.tgz

2 Bytes
Binary file not shown.

docs/index.yaml

Lines changed: 323 additions & 299 deletions
Large diffs are not rendered by default.

docs/kafka-connector-0.7.12.tgz

1 Byte
Binary file not shown.

docs/mqtt-connector-0.4.7.tgz

-1 Bytes
Binary file not shown.

docs/nats-connector-0.3.2.tgz

1 Byte
Binary file not shown.

docs/openfaas-14.2.103.tgz

62.4 KB
Binary file not shown.

docs/postgres-connector-0.1.2.tgz

-2 Bytes
Binary file not shown.

docs/pro-builder-0.4.16.tgz

1 Byte
Binary file not shown.

0 commit comments

Comments
 (0)