diff --git a/README.md b/README.md index b55303e..8c7aba2 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ A simple script that allows waiting for a k8s service, job or pods to enter the You can start simple. Run it on your cluster in a namespace you already have something deployed: ```bash -kubectl run k8s-wait-for --rm -it --image ghcr.io/groundnuty/k8s-wait-for:v1.6 --restart Never --command /bin/sh +kubectl run k8s-wait-for --rm -it --image ghcr.io/groundnuty/k8s-wait-for:v2.0 --restart Never --command /bin/sh ``` Read `--help` and play with it!