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

Update to 0.14.6 of OFC #245

Merged
merged 1 commit into from
Dec 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion example.init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -332,5 +332,5 @@ enable_ingress_operator: false

## Version of OpenFaaS Cloud from https://github.com/openfaas/openfaas-cloud/releases/
### Usage: release tag, a SHA or branch name
openfaas_cloud_version: 0.14.4
openfaas_cloud_version: 0.14.6

2 changes: 1 addition & 1 deletion scripts/deploy-cloud-components.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ fi
kubectl create secret generic sealedsecrets-public-key -n openfaas-fn --from-file=../pub-cert.pem \
--dry-run=client -o yaml | kubectl apply -f -

TAG=0.14.4 faas-cli deploy -f ./dashboard/stack.yml
TAG=0.14.6 faas-cli deploy -f ./dashboard/stack.yml

sleep 2

Expand Down
3 changes: 0 additions & 3 deletions scripts/generate-sha.sh

This file was deleted.

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: ghcr.io/${REPO:-openfaas}/ofc-aws-register-image:0.14.4
image: ghcr.io/${REPO:-openfaas}/ofc-aws-register-image:0.14.6
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: ghcr.io/openfaas/ofc-edge-auth:0.14.4
image: ghcr.io/openfaas/ofc-edge-auth:0.14.6
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
8 changes: 4 additions & 4 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: ghcr.io/openfaas/ofc-gitlab-event:0.14.4
image: ghcr.io/openfaas/ofc-gitlab-event:0.14.6
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand All @@ -31,7 +31,7 @@ functions:
gitlab-push:
lang: go
handler: ./gitlab-push
image: ghcr.io/openfaas/ofc-gitlab-push:0.14.4
image: ghcr.io/openfaas/ofc-gitlab-push:0.14.6
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand All @@ -47,7 +47,7 @@ functions:
gitlab-status:
lang: go
handler: ./gitlab-status
image: ghcr.io/openfaas/ofc-gitlab-status:0.14.4
image: ghcr.io/openfaas/ofc-gitlab-status:0.14.6
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand All @@ -65,7 +65,7 @@ functions:
git-tar:
lang: dockerfile
handler: ./git-tar
image: ghcr.io/openfaas/ofc-git-tar:0.14.4
image: ghcr.io/openfaas/ofc-git-tar:0.14.6
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand Down
2 changes: 1 addition & 1 deletion templates/of-builder-dep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
{{ end }}
containers:
- name: of-builder
image: ghcr.io/openfaas/ofc-of-builder:0.14.4
image: ghcr.io/openfaas/ofc-of-builder:0.14.6
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
26 changes: 13 additions & 13 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: ghcr.io/${REPO:-openfaas}/ofc-github-event:0.14.4
image: ghcr.io/${REPO:-openfaas}/ofc-github-event:0.14.6
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand All @@ -29,7 +29,7 @@ functions:
github-push:
lang: go
handler: ./github-push
image: ghcr.io/${REPO:-openfaas}/ofc-github-push:0.14.4
image: ghcr.io/${REPO:-openfaas}/ofc-github-push:0.14.6
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand All @@ -51,7 +51,7 @@ functions:
git-tar:
lang: dockerfile
handler: ./git-tar
image: ghcr.io/${REPO:-openfaas}/ofc-git-tar:0.14.4
image: ghcr.io/${REPO:-openfaas}/ofc-git-tar:0.14.6
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand All @@ -77,7 +77,7 @@ functions:
buildshiprun:
lang: go
handler: ./buildshiprun
image: ghcr.io/${REPO:-openfaas}/ofc-buildshiprun:0.14.4
image: ghcr.io/${REPO:-openfaas}/ofc-buildshiprun:0.14.6
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand All @@ -101,7 +101,7 @@ functions:
garbage-collect:
lang: go
handler: ./garbage-collect
image: ghcr.io/${REPO:-openfaas}/ofc-garbage-collect:0.14.4
image: ghcr.io/${REPO:-openfaas}/ofc-garbage-collect:0.14.6
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand All @@ -122,7 +122,7 @@ functions:
github-status:
lang: go
handler: ./github-status
image: ghcr.io/${REPO:-openfaas}/ofc-github-status:0.14.4
image: ghcr.io/${REPO:-openfaas}/ofc-github-status:0.14.6
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand All @@ -143,7 +143,7 @@ functions:
import-secrets:
lang: go
handler: ./import-secrets
image: ghcr.io/${REPO:-openfaas}/ofc-import-secrets:0.14.4
image: ghcr.io/${REPO:-openfaas}/ofc-import-secrets:0.14.6
annotations:
com.openfaas.serviceaccount: sealedsecrets-importer-rw
labels:
Expand All @@ -163,7 +163,7 @@ functions:
pipeline-log:
lang: go
handler: ./pipeline-log
image: ghcr.io/${REPO:-openfaas}/ofc-pipeline-log:0.14.4
image: ghcr.io/${REPO:-openfaas}/ofc-pipeline-log:0.14.6
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand All @@ -182,7 +182,7 @@ functions:
list-functions:
lang: go
handler: ./list-functions
image: ghcr.io/${REPO:-openfaas}/ofc-list-functions:0.14.4
image: ghcr.io/${REPO:-openfaas}/ofc-list-functions:0.14.6
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand All @@ -199,7 +199,7 @@ functions:
audit-event:
lang: go
handler: ./audit-event
image: ghcr.io/${REPO:-openfaas}/ofc-audit-event:0.14.4
image: ghcr.io/${REPO:-openfaas}/ofc-audit-event:0.14.6
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand All @@ -210,7 +210,7 @@ functions:
echo:
lang: go
handler: ./echo
image: ghcr.io/${REPO:-openfaas}/ofc-echo:0.14.4
image: ghcr.io/${REPO:-openfaas}/ofc-echo:0.14.6
labels:
openfaas-cloud: "1"
com.openfaas.scale.zero: false
Expand All @@ -226,7 +226,7 @@ functions:
metrics:
lang: go
handler: ./metrics
image: ghcr.io/${REPO:-openfaas}/ofc-system-metrics:0.14.4
image: ghcr.io/${REPO:-openfaas}/ofc-system-metrics:0.14.6
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand All @@ -239,7 +239,7 @@ functions:
function-logs:
lang: go
handler: ./function-logs
image: ghcr.io/${REPO:-openfaas}/ofc-function-logs:0.14.4
image: ghcr.io/${REPO:-openfaas}/ofc-function-logs:0.14.6
labels:
openfaas-cloud: "1"
role: openfaas-system
Expand Down