We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4097f7e + 7b5427c commit 8546fe9Copy full SHA for 8546fe9
2 files changed
README.md
@@ -45,8 +45,9 @@ git push --tags
45
46
### plugin
47
48
-Released with [krew release bot](https://github.com/rajatjindal/krew-release-bot).
+Update the default image in [kubectl-windows-debug](/kubectl-windows-debug).
49
50
+Create a new release (Release is managed [krew release bot](https://github.com/rajatjindal/krew-release-bot)).
51
52
```bash
53
git checkout main
kubectl-windows-debug
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
# default image
4
-image="ghcr.io/jsturtevant/windows-debug:v0.1.3"
+image="ghcr.io/jsturtevant/windows-debug:v1.0.0"
5
6
POSITIONAL=()
7
while [[ $# -gt 0 ]]
0 commit comments