Skip to content

Commit

Permalink
Update chart to openfaas gateway 0.20.1
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 c77edf6 commit 69477c2
Show file tree
Hide file tree
Showing 15 changed files with 187 additions and 162 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.3
version: 6.1.4
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 @@ -23,7 +23,7 @@ gatewayExternal:
annotations: {}

gateway:
image: openfaas/gateway:0.20.0
image: openfaas/gateway:0.20.1
readTimeout : "65s"
writeTimeout : "65s"
upstreamTimeout : "60s" # Must be smaller than read/write_timeout
Expand Down
Binary file modified docs/cron-connector-0.3.1.tgz
Binary file not shown.
331 changes: 178 additions & 153 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.4.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/gateway-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: "4694faf15fce14f6282123c8ff924eb8862bc6045f6d706b5830704e4363b589"
checksum/alertmanager-config: "be711f6fce3159525abf49cef0096126d341dbb42d2d3ebea931d03ebb4579e7"
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: "2d9071238796c46636e4387ce7a611c2c78706ce0faaf3845d0b4a86c4bf0d4d"
checksum/prometheus-config: "4b0a9dcceca71479179419c61d7480f0c636371dff3e0c21b445db5e55a88b67"
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: "b160c3aa15e5563dcf5a4a8c0bb33765b5c812b308a04389d8f14fe614837cda"
checksum/alertmanager-config: "2e2eacbd8f8a26c49fb79a755e1450cb736d228d473545b75d90c147ea7c6b5d"
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: "2d9071238796c46636e4387ce7a611c2c78706ce0faaf3845d0b4a86c4bf0d4d"
checksum/prometheus-config: "4b0a9dcceca71479179419c61d7480f0c636371dff3e0c21b445db5e55a88b67"
spec:
serviceAccountName: openfaas-prometheus
containers:
Expand Down

0 comments on commit 69477c2

Please sign in to comment.