Skip to content

Commit

Permalink
Update gateway version for UI fixes
Browse files Browse the repository at this point in the history
The gateway has a fix for showing the correct invocation
count.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Nov 17, 2020
1 parent 269dbb9 commit c77edf6
Show file tree
Hide file tree
Showing 18 changed files with 2,487 additions and 2,405 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.2
version: 6.1.3
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.18.18
image: openfaas/gateway:0.20.0
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.
329 changes: 177 additions & 152 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.3.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.

1,515 changes: 767 additions & 748 deletions yaml/profile-crd.yml

Large diffs are not rendered by default.

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: "596706ef717691a023ff4805a495ed59e84629f02de7ae763354181a46e0a809"
checksum/alertmanager-config: "4694faf15fce14f6282123c8ff924eb8862bc6045f6d706b5830704e4363b589"
spec:
containers:
- name: alertmanager
Expand Down
1,515 changes: 767 additions & 748 deletions yaml_arm64/profile-crd.yml

Large diffs are not rendered by default.

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: "a5979509aeb5e39d447ef3e122240be0a61f7a611c00a45e84929fecf42da696"
checksum/prometheus-config: "2d9071238796c46636e4387ce7a611c2c78706ce0faaf3845d0b4a86c4bf0d4d"
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: "afd586318a157052d2755cc5b39b41e0cc427dfec67a2967d6883b89f7cd68c5"
checksum/alertmanager-config: "b160c3aa15e5563dcf5a4a8c0bb33765b5c812b308a04389d8f14fe614837cda"
spec:
containers:
- name: alertmanager
Expand Down
1,515 changes: 767 additions & 748 deletions yaml_armhf/profile-crd.yml

Large diffs are not rendered by default.

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: "a5979509aeb5e39d447ef3e122240be0a61f7a611c00a45e84929fecf42da696"
checksum/prometheus-config: "2d9071238796c46636e4387ce7a611c2c78706ce0faaf3845d0b4a86c4bf0d4d"
spec:
serviceAccountName: openfaas-prometheus
containers:
Expand Down

0 comments on commit c77edf6

Please sign in to comment.