Skip to content

Commit e30b848

Browse files
committed
Update sample functions to ghcr.io/openfaas
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 011f09f commit e30b848

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/openfaas-pro/function-crd.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ metadata:
4343
spec:
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"

docs/reference/cron.md

+1-1
Original file line numberDiff line numberDiff 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

docs/reference/namespaces.md

+1-1
Original file line numberDiff line numberDiff 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

docs/reference/profiles.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ provider:
237237
functions:
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

0 commit comments

Comments
 (0)