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.
1 parent 36c6d0b commit 0faf090Copy full SHA for 0faf090
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