Skip to content

Commit 3efc046

Browse files
committed
Don't create proScaler when disabled in the chart
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 869293a commit 3efc046

13 files changed

+260
-287
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: 10.0.1
5+
version: 10.0.2
66
sources:
77
- https://github.com/openfaas/faas
88
- https://github.com/openfaas/faas-netes

chart/openfaas/templates/scaler-dep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- if .Values.async }}
1+
{{- if .Values.proScaler.enabled }}
22
apiVersion: apps/v1
33
kind: Deployment
44
metadata:

docs/cron-connector-0.5.3.tgz

0 Bytes
Binary file not shown.

docs/index.yaml

Lines changed: 256 additions & 232 deletions
Large diffs are not rendered by default.

docs/kafka-connector-0.6.8.tgz

0 Bytes
Binary file not shown.

docs/mqtt-connector-0.4.5.tgz

0 Bytes
Binary file not shown.

docs/nats-connector-0.1.1.tgz

1 Byte
Binary file not shown.

docs/openfaas-10.0.2.tgz

26.6 KB
Binary file not shown.

docs/probuilder-0.1.0.tgz

0 Bytes
Binary file not shown.

docs/sqs-connector-0.0.4.tgz

3 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)