Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Commit

Permalink
Updated versions in stack.yml
Browse files Browse the repository at this point in the history
- contains PRs from Martin Dekov around GitLab support

Signed-off-by: Alex Ellis (VMware) <[email protected]>
  • Loading branch information
alexellis committed Nov 2, 2018
1 parent e10ef6d commit 13e5562
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ functions:
system-github-event:
lang: go
handler: ./github-event
image: functions/github-event:0.6.2
image: functions/github-event:0.7.0
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand All @@ -25,7 +25,7 @@ functions:
github-push:
lang: go
handler: ./github-push
image: functions/github-push:0.6.2
image: functions/github-push:0.7.0
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand All @@ -45,7 +45,7 @@ functions:
git-tar:
lang: dockerfile
handler: ./git-tar
image: functions/of-git-tar:0.8.17
image: functions/of-git-tar:0.9.0
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand All @@ -64,7 +64,7 @@ functions:
buildshiprun:
lang: go
handler: ./buildshiprun
image: functions/of-buildshiprun:0.8.8
image: functions/of-buildshiprun:0.9.0
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand Down

0 comments on commit 13e5562

Please sign in to comment.