Skip to content

Commit ae4adcd

Browse files
committed
Fix: Update examples to use latest image to pull
1 parent 30d0735 commit ae4adcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nginx-utils/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ Benefits:
1313
```
1414
ns=v4nic-0
1515
pod=$(kubectl get po -n $ns -o name | awk -F '/' '{print $2}')
16-
kubectl -n $ns debug -it $pod --image=ghcr.io/nginx/nginx-utils:v0.0.1-docker --target=nginx-ingress
16+
kubectl -n $ns debug -it $pod --image=ghcr.io/nginx/nginx-utils:latest --target=nginx-ingress
1717
```
1818

1919
Please refer to the [nginx-utils packages page](https://github.com/nginx/nginx-supportpkg-for-k8s/pkgs/container/nginx-utils) for versions.
2020

2121
--------------
2222
#### Example usage of `api_stats.sh` found in the container:
2323
```
24-
kubectl -n $ns debug -it $pod --image=ghcr.io/nginx/nginx-utils:v0.0.1-docker --target=nginx-ingress
24+
kubectl -n $ns debug -it $pod --image=ghcr.io/nginx/nginx-utils:latest --target=nginx-ingress
2525
2626
v4nic-0-nginx-ingress-controller-854796ff97-hhkk5:~# ls
2727
api_stats.sh memory_stats.sh

0 commit comments

Comments
 (0)