Skip to content

Commit c5298ec

Browse files
docs: update chart to 0.5.0
Signed-off-by: Jakob Möller <[email protected]>
1 parent c1e6274 commit c5298ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

website/docs/docs/getting-started/01-Installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ echo $KRO_VERSION
4040
```
4141
Install kro using Helm
4242
```
43-
helm install kro oci://ghcr.io/kro-run/kro/kro \
43+
helm install kro oci://registry.k8s.io/kro/charts/kro \
4444
--namespace kro \
4545
--create-namespace \
4646
--version=${KRO_VERSION}
@@ -91,7 +91,7 @@ export KRO_VERSION=<new-version>
9191

9292
Upgrade the controller
9393
```
94-
helm upgrade kro oci://ghcr.io/kro-run/kro/kro \
94+
helm upgrade kro oci://registry.k8s.io/kro/charts/kro \
9595
--namespace kro \
9696
--version=${KRO_VERSION}
9797
```

website/versioned_docs/version-0.5.0/docs/getting-started/01-Installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ echo $KRO_VERSION
4040
```
4141
Install kro using Helm
4242
```
43-
helm install kro oci://ghcr.io/kro-run/kro/kro \
43+
helm install kro oci://registry.k8s.io/kro/charts/kro \
4444
--namespace kro \
4545
--create-namespace \
4646
--version=${KRO_VERSION}
@@ -91,7 +91,7 @@ export KRO_VERSION=<new-version>
9191

9292
Upgrade the controller
9393
```
94-
helm upgrade kro oci://ghcr.io/kro-run/kro/kro \
94+
helm upgrade kro oci://registry.k8s.io/kro/charts/kro \
9595
--namespace kro \
9696
--version=${KRO_VERSION}
9797
```

0 commit comments

Comments
 (0)