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

Commit

Permalink
Update to 0.13.5 openfaas-cloud
Browse files Browse the repository at this point in the history
Signed-off-by: Alistair Hey <[email protected]>
  • Loading branch information
Waterdrips authored and alexellis committed Mar 4, 2020
1 parent be3291d commit 1665fd9
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion example.init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -326,4 +326,4 @@ network_policies: false
build_branch: master

## Version of OpenFaaS Cloud from https://github.com/openfaas/openfaas-cloud/releases/
openfaas_cloud_version: 0.13.1
openfaas_cloud_version: 0.13.5
2 changes: 1 addition & 1 deletion templates/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ functions:
register-image:
lang: go
handler: ./register-image
image: functions/register-image:0.1.1
image: functions/register-image:0.2.1
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand Down
2 changes: 1 addition & 1 deletion templates/edge-auth-dep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
secretName: of-customers
containers:
- name: edge-auth
image: openfaas/edge-auth:0.7.0
image: openfaas/edge-auth:0.7.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
6 changes: 3 additions & 3 deletions templates/gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ functions:
system-gitlab-event:
lang: go
handler: ./gitlab-event
image: functions/gitlab-event:0.2.0
image: functions/gitlab-event:0.2.1
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand All @@ -31,7 +31,7 @@ functions:
gitlab-push:
lang: go
handler: ./gitlab-push
image: functions/gitlab-push:0.2.3
image: functions/gitlab-push:0.2.4
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand All @@ -47,7 +47,7 @@ functions:
gitlab-status:
lang: go
handler: ./gitlab-status
image: functions/gitlab-status:0.1.2
image: functions/gitlab-status:0.1.3
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand Down
20 changes: 10 additions & 10 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.9.0
image: functions/github-event:0.9.1
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand Down Expand Up @@ -51,7 +51,7 @@ functions:
git-tar:
lang: dockerfile
handler: ./git-tar
image: functions/of-git-tar:0.17.0
image: functions/of-git-tar:0.17.1
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand All @@ -77,7 +77,7 @@ functions:
buildshiprun:
lang: go
handler: ./buildshiprun
image: functions/of-buildshiprun:0.13.0
image: functions/of-buildshiprun:0.13.1
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand All @@ -101,7 +101,7 @@ functions:
garbage-collect:
lang: go
handler: ./garbage-collect
image: functions/garbage-collect:0.4.4
image: functions/garbage-collect:0.4.6
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand All @@ -122,7 +122,7 @@ functions:
github-status:
lang: go
handler: ./github-status
image: functions/github-status:0.4.0
image: functions/github-status:0.4.1
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand All @@ -144,7 +144,7 @@ functions:
import-secrets:
lang: go
handler: ./import-secrets
image: functions/import-secrets:0.5.0
image: functions/import-secrets:0.6.1
annotations:
com.openfaas.serviceaccount: sealedsecrets-importer-rw
labels:
Expand All @@ -164,7 +164,7 @@ functions:
pipeline-log:
lang: go
handler: ./pipeline-log
image: functions/pipeline-log:0.3.4
image: functions/pipeline-log:0.3.5
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand All @@ -183,7 +183,7 @@ functions:
list-functions:
lang: go
handler: ./list-functions
image: functions/list-functions:0.4.8
image: functions/list-functions:0.5.1
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand Down Expand Up @@ -220,7 +220,7 @@ functions:
metrics:
lang: go
handler: ./system-metrics
image: functions/system-metrics:0.1.1
image: functions/system-metrics:0.2.0
labels:
com.openfaas.scale.zero: false
environment_file:
Expand All @@ -231,7 +231,7 @@ functions:
function-logs:
lang: go
handler: ./function-logs
image: functions/function-logs:0.1.1
image: functions/function-logs:0.2.0
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand Down

0 comments on commit 1665fd9

Please sign in to comment.