Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Commit 2953be6

Browse files
wilsonianbalexellis
authored andcommitted
Update openfaas-cloud to 0.14.2
Signed-off-by: Brandon Wilson <brandon@coil.com>
1 parent be63099 commit 2953be6

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

example.init.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,5 +331,5 @@ enable_ingress_operator: false
331331

332332
## Version of OpenFaaS Cloud from https://github.com/openfaas/openfaas-cloud/releases/
333333
### Usage: release tag, a SHA or branch name
334-
openfaas_cloud_version: 0.14.0
334+
openfaas_cloud_version: 0.14.2
335335

templates/stack.yml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ functions:
77
system-github-event:
88
lang: go
99
handler: ./github-event
10-
image: functions/github-event:0.9.1
10+
image: functions/github-event:0.9.2
1111
labels:
1212
openfaas-cloud: "1"
1313
role: openfaas-system
@@ -29,7 +29,7 @@ functions:
2929
github-push:
3030
lang: go
3131
handler: ./github-push
32-
image: functions/github-push:0.7.4
32+
image: functions/github-push:0.7.5
3333
labels:
3434
openfaas-cloud: "1"
3535
role: openfaas-system
@@ -51,7 +51,7 @@ functions:
5151
git-tar:
5252
lang: dockerfile
5353
handler: ./git-tar
54-
image: functions/of-git-tar:0.17.1
54+
image: functions/of-git-tar:0.19.0
5555
labels:
5656
openfaas-cloud: "1"
5757
role: openfaas-system
@@ -77,7 +77,7 @@ functions:
7777
buildshiprun:
7878
lang: go
7979
handler: ./buildshiprun
80-
image: functions/of-buildshiprun:0.13.1
80+
image: functions/of-buildshiprun:0.14.0
8181
labels:
8282
openfaas-cloud: "1"
8383
role: openfaas-system
@@ -101,7 +101,7 @@ functions:
101101
garbage-collect:
102102
lang: go
103103
handler: ./garbage-collect
104-
image: functions/garbage-collect:0.4.6
104+
image: functions/garbage-collect:0.4.7
105105
labels:
106106
openfaas-cloud: "1"
107107
role: openfaas-system
@@ -122,7 +122,7 @@ functions:
122122
github-status:
123123
lang: go
124124
handler: ./github-status
125-
image: functions/github-status:0.4.1
125+
image: functions/github-status:0.5.0
126126
labels:
127127
openfaas-cloud: "1"
128128
role: openfaas-system
@@ -183,7 +183,7 @@ functions:
183183
list-functions:
184184
lang: go
185185
handler: ./list-functions
186-
image: functions/list-functions:0.5.1
186+
image: functions/list-functions:0.6.0
187187
labels:
188188
openfaas-cloud: "1"
189189
role: openfaas-system
@@ -203,6 +203,7 @@ functions:
203203
image: functions/audit-event:0.1.2
204204
labels:
205205
openfaas-cloud: "1"
206+
role: openfaas-system
206207
com.openfaas.scale.zero: false
207208
environment_file:
208209
- slack.yml
@@ -211,6 +212,7 @@ functions:
211212
skip_build: true
212213
image: functions/alpine:latest
213214
labels:
215+
openfaas-cloud: "1"
214216
com.openfaas.scale.zero: false
215217
fprocess: cat
216218
environment:
@@ -219,9 +221,11 @@ functions:
219221

220222
metrics:
221223
lang: go
222-
handler: ./system-metrics
224+
handler: ./metrics
223225
image: functions/system-metrics:0.2.0
224226
labels:
227+
openfaas-cloud: "1"
228+
role: openfaas-system
225229
com.openfaas.scale.zero: false
226230
environment_file:
227231
- gateway_config.yml

0 commit comments

Comments
 (0)