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

Commit

Permalink
Update versions from upstream
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Feb 24, 2020
1 parent 85efcab commit c3b019d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions templates/gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ functions:
- payload-secret
- gitlab-api-token

gitlab-status:
gitlab-push:
lang: go
handler: ./gitlab-status
image: functions/gitlab-status:0.1.2
handler: ./gitlab-push
image: functions/gitlab-push:0.2.3
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand All @@ -40,13 +40,12 @@ functions:
environment_file:
- gateway_config.yml
secrets:
- gitlab-api-token
- payload-secret

gitlab-push:
gitlab-status:
lang: go
handler: ./gitlab-push
image: functions/gitlab-push:0.2.2
handler: ./gitlab-status
image: functions/gitlab-status:0.1.2
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand All @@ -57,13 +56,14 @@ functions:
environment_file:
- gateway_config.yml
secrets:
- gitlab-api-token
- payload-secret

## Post-deployed with gitlab with `gitlab-api-token` secret
git-tar:
lang: dockerfile
handler: ./git-tar
image: functions/of-git-tar:0.16.0
image: functions/of-git-tar:0.17.0
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand Down
6 changes: 3 additions & 3 deletions templates/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ functions:
github-push:
lang: go
handler: ./github-push
image: functions/github-push:0.7.3
image: functions/github-push:0.7.4
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.16.0
image: functions/of-git-tar:0.17.0
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand Down Expand Up @@ -120,7 +120,7 @@ functions:
github-status:
lang: go
handler: ./github-status
image: functions/github-status:0.3.6
image: functions/github-status:0.4.0
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand Down

0 comments on commit c3b019d

Please sign in to comment.