Skip to content

Commit

Permalink
docs: update readme to reference latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
mumby0168 authored and groundnuty committed Jan 7, 2025
1 parent 410ed75 commit 4599398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 4599398

Please sign in to comment.