We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36c6d0b + 0faf090 commit 8dd14aeCopy full SHA for 8dd14ae
website/docs/docs/getting-started/01-Installation.md
@@ -30,7 +30,7 @@ Once authenticated, install kro using the Helm chart:
30
Fetch the latest release version from GitHub
31
```sh
32
export KRO_VERSION=$(curl -sL \
33
- https://api.github.com/repos/kro-run/kro/releases/latest | \
+ https://api.github.com/repos/kubernetes-sigs/kro/releases/latest | \
34
jq -r '.tag_name | ltrimstr("v")'
35
)
36
```
0 commit comments