File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ metadata:
43
43
spec :
44
44
name : nodeinfo
45
45
handler : node main.js
46
- image : functions /nodeinfo:latest
46
+ image : ghcr.io/openfaas /nodeinfo:latest
47
47
labels :
48
48
com.openfaas.scale.min : " 2"
49
49
com.openfaas.scale.max : " 15"
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ OpenFaaS Pro adds the ability to have a function invoked by Cron and any other n
30
30
31
31
functions :
32
32
nodeinfo :
33
- image : functions /nodeinfo
33
+ image : ghcr.io/openfaas /nodeinfo
34
34
skip_build : true
35
35
annotations :
36
36
topic : cron-function
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ functions:
88
88
stronghash :
89
89
namespace : dev
90
90
skip_build : true
91
- image : functions /alpine:latest
91
+ image : ghcr.io/openfaas /alpine:latest
92
92
fprocess : " sha512sum"
93
93
` ` `
94
94
Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ provider:
237
237
functions :
238
238
stronghash :
239
239
skip_build : true
240
- image : functions /alpine:latest
240
+ image : ghcr.io/openfaas /alpine:latest
241
241
fprocess : " sha512sum"
242
242
annotations :
243
243
com.openfaas.profile : gvisor
You can’t perform that action at this time.
0 commit comments