File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ metadata:
4343spec :
4444 name : nodeinfo
4545 handler : node main.js
46- image : functions /nodeinfo:latest
46+ image : ghcr.io/openfaas /nodeinfo:latest
4747 labels :
4848 com.openfaas.scale.min : " 2"
4949 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
3030
3131 functions :
3232 nodeinfo :
33- image : functions /nodeinfo
33+ image : ghcr.io/openfaas /nodeinfo
3434 skip_build : true
3535 annotations :
3636 topic : cron-function
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ functions:
8888 stronghash :
8989 namespace : dev
9090 skip_build : true
91- image : functions /alpine:latest
91+ image : ghcr.io/openfaas /alpine:latest
9292 fprocess : " sha512sum"
9393` ` `
9494
Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ provider:
237237functions :
238238 stronghash :
239239 skip_build : true
240- image : functions /alpine:latest
240+ image : ghcr.io/openfaas /alpine:latest
241241 fprocess : " sha512sum"
242242 annotations :
243243 com.openfaas.profile : gvisor
You can’t perform that action at this time.
0 commit comments