Skip to content

Commit

Permalink
Update faas-idler to 0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Nov 17, 2020
1 parent 69477c2 commit c4fc8ab
Show file tree
Hide file tree
Showing 15 changed files with 188 additions and 163 deletions.
2 changes: 1 addition & 1 deletion chart/openfaas/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v1
description: OpenFaaS - Serverless Functions Made Simple
name: openfaas
version: 6.1.4
version: 6.1.5
sources:
- https://github.com/openfaas/faas
- https://github.com/openfaas/faas-netes
Expand Down
2 changes: 1 addition & 1 deletion chart/openfaas/values.yaml
Expand Up @@ -180,7 +180,7 @@ ingressOperator:

# faas-idler configuration
faasIdler:
image: openfaas/faas-idler:0.3.0
image: openfaas/faas-idler:0.4.0
replicas: 1
create: true
inactivityDuration: 30m # If a function is inactive for 15 minutes, it may be scaled to zero
Expand Down
Binary file modified docs/cron-connector-0.3.1.tgz
Binary file not shown.
333 changes: 179 additions & 154 deletions docs/index.yaml

Large diffs are not rendered by default.

Binary file modified docs/kafka-connector-0.4.0.tgz
Binary file not shown.
Binary file modified docs/mqtt-connector-0.3.1.tgz
Binary file not shown.
Binary file modified docs/nats-connector-0.1.0.tgz
Binary file not shown.
Binary file added docs/openfaas-6.1.5.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion yaml/alertmanager-dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion yaml/faas-idler-dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion yaml/prometheus-dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion yaml_arm64/alertmanager-dep.yml
Expand Up @@ -18,7 +18,7 @@ spec:
app: alertmanager
annotations:
sidecar.istio.io/inject: "true"
checksum/alertmanager-config: "be711f6fce3159525abf49cef0096126d341dbb42d2d3ebea931d03ebb4579e7"
checksum/alertmanager-config: "56ccd34888d20b784433f6ed6adb74cf172e6e1cfbd0aa9e0046ea9a71413ad2"
spec:
containers:
- name: alertmanager
Expand Down
2 changes: 1 addition & 1 deletion yaml_arm64/prometheus-dep.yml
Expand Up @@ -18,7 +18,7 @@ spec:
app: prometheus
annotations:
sidecar.istio.io/inject: "true"
checksum/prometheus-config: "4b0a9dcceca71479179419c61d7480f0c636371dff3e0c21b445db5e55a88b67"
checksum/prometheus-config: "3a8f6a63c016a00c1730d625b84e2858e5435d1ad7fec4ab51ec65161e2cd338"
spec:
serviceAccountName: openfaas-prometheus
containers:
Expand Down
2 changes: 1 addition & 1 deletion yaml_armhf/alertmanager-dep.yml
Expand Up @@ -18,7 +18,7 @@ spec:
app: alertmanager
annotations:
sidecar.istio.io/inject: "true"
checksum/alertmanager-config: "2e2eacbd8f8a26c49fb79a755e1450cb736d228d473545b75d90c147ea7c6b5d"
checksum/alertmanager-config: "82f4d70988568e3f1c9fdf1738aeb6fc45c20c2c8da2b1381bc1049ff4c056ac"
spec:
containers:
- name: alertmanager
Expand Down
2 changes: 1 addition & 1 deletion yaml_armhf/prometheus-dep.yml
Expand Up @@ -18,7 +18,7 @@ spec:
app: prometheus
annotations:
sidecar.istio.io/inject: "true"
checksum/prometheus-config: "4b0a9dcceca71479179419c61d7480f0c636371dff3e0c21b445db5e55a88b67"
checksum/prometheus-config: "3a8f6a63c016a00c1730d625b84e2858e5435d1ad7fec4ab51ec65161e2cd338"
spec:
serviceAccountName: openfaas-prometheus
containers:
Expand Down

0 comments on commit c4fc8ab

Please sign in to comment.