Skip to content

Commit 19fff73

Browse files
committed
Fix: correct usage text to reflect example version in command
1 parent f1a7806 commit 19fff73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx-utils/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Benefits:
99
* Ability to include custom tools
1010

1111
# Usage
12-
#### The command to start the debug container using the nginx-utils image version `ghcr.io/nginx/nginx-utils:v0.0.1-docker`:
12+
#### The command to start the debug container using the nginx-utils image version `ghcr.io/nginx/nginx-utils:latest`:
1313
```
1414
kubectl -n <namespace> debug -it <nic-pod-name> --image=ghcr.io/nginx/nginx-utils:latest --target=nginx-ingress
1515
```

0 commit comments

Comments
 (0)