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

Commit 7d1175d

Browse files
Waterdripsalexellis
authored andcommitted
Update to 0.14.6 of OFC
Signed-off-by: Alistair Hey <alistair@heyal.co.uk>
1 parent a80f7e3 commit 7d1175d

File tree

8 files changed

+22
-25
lines changed

8 files changed

+22
-25
lines changed

example.init.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,5 +332,5 @@ enable_ingress_operator: false
332332

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

scripts/deploy-cloud-components.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ fi
8383
kubectl create secret generic sealedsecrets-public-key -n openfaas-fn --from-file=../pub-cert.pem \
8484
--dry-run=client -o yaml | kubectl apply -f -
8585

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

8888
sleep 2
8989

scripts/generate-sha.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

templates/aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ functions:
88
register-image:
99
lang: go
1010
handler: ./register-image
11-
image: ghcr.io/${REPO:-openfaas}/ofc-aws-register-image:0.14.4
11+
image: ghcr.io/${REPO:-openfaas}/ofc-aws-register-image:0.14.6
1212
labels:
1313
openfaas-cloud: "1"
1414
role: openfaas-system

templates/edge-auth-dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
secretName: of-customers
3333
containers:
3434
- name: edge-auth
35-
image: ghcr.io/openfaas/ofc-edge-auth:0.14.4
35+
image: ghcr.io/openfaas/ofc-edge-auth:0.14.6
3636
imagePullPolicy: Always
3737
livenessProbe:
3838
httpGet:

templates/gitlab.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ functions:
66
system-gitlab-event:
77
lang: go
88
handler: ./gitlab-event
9-
image: ghcr.io/openfaas/ofc-gitlab-event:0.14.4
9+
image: ghcr.io/openfaas/ofc-gitlab-event:0.14.6
1010
labels:
1111
openfaas-cloud: "1"
1212
role: openfaas-system
@@ -31,7 +31,7 @@ functions:
3131
gitlab-push:
3232
lang: go
3333
handler: ./gitlab-push
34-
image: ghcr.io/openfaas/ofc-gitlab-push:0.14.4
34+
image: ghcr.io/openfaas/ofc-gitlab-push:0.14.6
3535
labels:
3636
openfaas-cloud: "1"
3737
role: openfaas-system
@@ -47,7 +47,7 @@ functions:
4747
gitlab-status:
4848
lang: go
4949
handler: ./gitlab-status
50-
image: ghcr.io/openfaas/ofc-gitlab-status:0.14.4
50+
image: ghcr.io/openfaas/ofc-gitlab-status:0.14.6
5151
labels:
5252
openfaas-cloud: "1"
5353
role: openfaas-system
@@ -65,7 +65,7 @@ functions:
6565
git-tar:
6666
lang: dockerfile
6767
handler: ./git-tar
68-
image: ghcr.io/openfaas/ofc-git-tar:0.14.4
68+
image: ghcr.io/openfaas/ofc-git-tar:0.14.6
6969
labels:
7070
openfaas-cloud: "1"
7171
role: openfaas-system

templates/of-builder-dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
{{ end }}
3333
containers:
3434
- name: of-builder
35-
image: ghcr.io/openfaas/ofc-of-builder:0.14.4
35+
image: ghcr.io/openfaas/ofc-of-builder:0.14.6
3636
imagePullPolicy: Always
3737
livenessProbe:
3838
httpGet:

templates/stack.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ functions:
77
system-github-event:
88
lang: go
99
handler: ./github-event
10-
image: ghcr.io/${REPO:-openfaas}/ofc-github-event:0.14.4
10+
image: ghcr.io/${REPO:-openfaas}/ofc-github-event:0.14.6
1111
labels:
1212
openfaas-cloud: "1"
1313
role: openfaas-system
@@ -29,7 +29,7 @@ functions:
2929
github-push:
3030
lang: go
3131
handler: ./github-push
32-
image: ghcr.io/${REPO:-openfaas}/ofc-github-push:0.14.4
32+
image: ghcr.io/${REPO:-openfaas}/ofc-github-push:0.14.6
3333
labels:
3434
openfaas-cloud: "1"
3535
role: openfaas-system
@@ -51,7 +51,7 @@ functions:
5151
git-tar:
5252
lang: dockerfile
5353
handler: ./git-tar
54-
image: ghcr.io/${REPO:-openfaas}/ofc-git-tar:0.14.4
54+
image: ghcr.io/${REPO:-openfaas}/ofc-git-tar:0.14.6
5555
labels:
5656
openfaas-cloud: "1"
5757
role: openfaas-system
@@ -77,7 +77,7 @@ functions:
7777
buildshiprun:
7878
lang: go
7979
handler: ./buildshiprun
80-
image: ghcr.io/${REPO:-openfaas}/ofc-buildshiprun:0.14.4
80+
image: ghcr.io/${REPO:-openfaas}/ofc-buildshiprun:0.14.6
8181
labels:
8282
openfaas-cloud: "1"
8383
role: openfaas-system
@@ -101,7 +101,7 @@ functions:
101101
garbage-collect:
102102
lang: go
103103
handler: ./garbage-collect
104-
image: ghcr.io/${REPO:-openfaas}/ofc-garbage-collect:0.14.4
104+
image: ghcr.io/${REPO:-openfaas}/ofc-garbage-collect:0.14.6
105105
labels:
106106
openfaas-cloud: "1"
107107
role: openfaas-system
@@ -122,7 +122,7 @@ functions:
122122
github-status:
123123
lang: go
124124
handler: ./github-status
125-
image: ghcr.io/${REPO:-openfaas}/ofc-github-status:0.14.4
125+
image: ghcr.io/${REPO:-openfaas}/ofc-github-status:0.14.6
126126
labels:
127127
openfaas-cloud: "1"
128128
role: openfaas-system
@@ -143,7 +143,7 @@ functions:
143143
import-secrets:
144144
lang: go
145145
handler: ./import-secrets
146-
image: ghcr.io/${REPO:-openfaas}/ofc-import-secrets:0.14.4
146+
image: ghcr.io/${REPO:-openfaas}/ofc-import-secrets:0.14.6
147147
annotations:
148148
com.openfaas.serviceaccount: sealedsecrets-importer-rw
149149
labels:
@@ -163,7 +163,7 @@ functions:
163163
pipeline-log:
164164
lang: go
165165
handler: ./pipeline-log
166-
image: ghcr.io/${REPO:-openfaas}/ofc-pipeline-log:0.14.4
166+
image: ghcr.io/${REPO:-openfaas}/ofc-pipeline-log:0.14.6
167167
labels:
168168
openfaas-cloud: "1"
169169
role: openfaas-system
@@ -182,7 +182,7 @@ functions:
182182
list-functions:
183183
lang: go
184184
handler: ./list-functions
185-
image: ghcr.io/${REPO:-openfaas}/ofc-list-functions:0.14.4
185+
image: ghcr.io/${REPO:-openfaas}/ofc-list-functions:0.14.6
186186
labels:
187187
openfaas-cloud: "1"
188188
role: openfaas-system
@@ -199,7 +199,7 @@ functions:
199199
audit-event:
200200
lang: go
201201
handler: ./audit-event
202-
image: ghcr.io/${REPO:-openfaas}/ofc-audit-event:0.14.4
202+
image: ghcr.io/${REPO:-openfaas}/ofc-audit-event:0.14.6
203203
labels:
204204
openfaas-cloud: "1"
205205
role: openfaas-system
@@ -210,7 +210,7 @@ functions:
210210
echo:
211211
lang: go
212212
handler: ./echo
213-
image: ghcr.io/${REPO:-openfaas}/ofc-echo:0.14.4
213+
image: ghcr.io/${REPO:-openfaas}/ofc-echo:0.14.6
214214
labels:
215215
openfaas-cloud: "1"
216216
com.openfaas.scale.zero: false
@@ -226,7 +226,7 @@ functions:
226226
metrics:
227227
lang: go
228228
handler: ./metrics
229-
image: ghcr.io/${REPO:-openfaas}/ofc-system-metrics:0.14.4
229+
image: ghcr.io/${REPO:-openfaas}/ofc-system-metrics:0.14.6
230230
labels:
231231
openfaas-cloud: "1"
232232
role: openfaas-system
@@ -239,7 +239,7 @@ functions:
239239
function-logs:
240240
lang: go
241241
handler: ./function-logs
242-
image: ghcr.io/${REPO:-openfaas}/ofc-function-logs:0.14.4
242+
image: ghcr.io/${REPO:-openfaas}/ofc-function-logs:0.14.6
243243
labels:
244244
openfaas-cloud: "1"
245245
role: openfaas-system

0 commit comments

Comments
 (0)