@@ -7,7 +7,7 @@ functions:
7
7
system-github-event :
8
8
lang : go
9
9
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
11
11
labels :
12
12
openfaas-cloud : " 1"
13
13
role : openfaas-system
@@ -29,7 +29,7 @@ functions:
29
29
github-push :
30
30
lang : go
31
31
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
33
33
labels :
34
34
openfaas-cloud : " 1"
35
35
role : openfaas-system
@@ -51,7 +51,7 @@ functions:
51
51
git-tar :
52
52
lang : dockerfile
53
53
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
55
55
labels :
56
56
openfaas-cloud : " 1"
57
57
role : openfaas-system
@@ -77,7 +77,7 @@ functions:
77
77
buildshiprun :
78
78
lang : go
79
79
handler : ./buildshiprun
80
- image : ghcr.io/${REPO:-openfaas}/ofc-buildshiprun:0.14.4
80
+ image : ghcr.io/${REPO:-openfaas}/ofc-buildshiprun:0.14.6
81
81
labels :
82
82
openfaas-cloud : " 1"
83
83
role : openfaas-system
@@ -101,7 +101,7 @@ functions:
101
101
garbage-collect :
102
102
lang : go
103
103
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
105
105
labels :
106
106
openfaas-cloud : " 1"
107
107
role : openfaas-system
@@ -122,7 +122,7 @@ functions:
122
122
github-status :
123
123
lang : go
124
124
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
126
126
labels :
127
127
openfaas-cloud : " 1"
128
128
role : openfaas-system
@@ -143,7 +143,7 @@ functions:
143
143
import-secrets :
144
144
lang : go
145
145
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
147
147
annotations :
148
148
com.openfaas.serviceaccount : sealedsecrets-importer-rw
149
149
labels :
@@ -163,7 +163,7 @@ functions:
163
163
pipeline-log :
164
164
lang : go
165
165
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
167
167
labels :
168
168
openfaas-cloud : " 1"
169
169
role : openfaas-system
@@ -182,7 +182,7 @@ functions:
182
182
list-functions :
183
183
lang : go
184
184
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
186
186
labels :
187
187
openfaas-cloud : " 1"
188
188
role : openfaas-system
@@ -199,7 +199,7 @@ functions:
199
199
audit-event :
200
200
lang : go
201
201
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
203
203
labels :
204
204
openfaas-cloud : " 1"
205
205
role : openfaas-system
@@ -210,7 +210,7 @@ functions:
210
210
echo :
211
211
lang : go
212
212
handler : ./echo
213
- image : ghcr.io/${REPO:-openfaas}/ofc-echo:0.14.4
213
+ image : ghcr.io/${REPO:-openfaas}/ofc-echo:0.14.6
214
214
labels :
215
215
openfaas-cloud : " 1"
216
216
com.openfaas.scale.zero : false
@@ -226,7 +226,7 @@ functions:
226
226
metrics :
227
227
lang : go
228
228
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
230
230
labels :
231
231
openfaas-cloud : " 1"
232
232
role : openfaas-system
@@ -239,7 +239,7 @@ functions:
239
239
function-logs :
240
240
lang : go
241
241
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
243
243
labels :
244
244
openfaas-cloud : " 1"
245
245
role : openfaas-system
0 commit comments