Skip to content

Commit

Permalink
Fix image tag for external-ip
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Oct 25, 2023
1 parent f3d1158 commit 7d1c6f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions functions.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@
"author":"openfaas",
"description": "Find the egress IP used by a function",
"images": {
"x86_64": "ghcr.io/openfaas/external-ip:latest",
"arm64": "ghcr.io/openfaas/external-ip:latest",
"armhf": "ghcr.io/openfaas/external-ip:latest"
"x86_64": "ghcr.io/openfaas/external-ip-fn:latest",
"arm64": "ghcr.io/openfaas/external-ip-fn:latest",
"armhf": "ghcr.io/openfaas/external-ip-fn:latest"
},
"readOnlyRootFilesystem": true,
"environment": {
Expand Down

0 comments on commit 7d1c6f1

Please sign in to comment.