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

Commit

Permalink
Update outdated functions
Browse files Browse the repository at this point in the history
Updating outdate functions between openfaas-cloud
and the bootstrapper yaml files

Signed-off-by: Martin Dekov <[email protected]>
  • Loading branch information
martindekov authored and alexellis committed May 30, 2019
1 parent 8a88af4 commit fb02da0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion templates/gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ functions:
git-tar:
lang: dockerfile
handler: ./git-tar
image: functions/of-git-tar:0.11.1
image: functions/of-git-tar:0.12.2
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand Down
8 changes: 4 additions & 4 deletions templates/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ functions:
system-github-event:
lang: go
handler: ./github-event
image: functions/github-event:0.7.4
image: functions/github-event:0.8.0
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand All @@ -27,7 +27,7 @@ functions:
github-push:
lang: go
handler: ./github-push
image: functions/github-push:0.7.2
image: functions/github-push:0.7.3
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand All @@ -49,7 +49,7 @@ functions:
git-tar:
lang: dockerfile
handler: ./git-tar
image: functions/of-git-tar:0.11.1
image: functions/of-git-tar:0.12.2
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand All @@ -75,7 +75,7 @@ functions:
buildshiprun:
lang: go
handler: ./buildshiprun
image: functions/of-buildshiprun:0.10.3
image: functions/of-buildshiprun:0.11.0
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand Down

0 comments on commit fb02da0

Please sign in to comment.