File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
docs/docs/getting-started
versioned_docs/version-0.5.0/docs/getting-started Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ echo $KRO_VERSION
4040```
4141Install 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
9292Upgrade 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```
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ echo $KRO_VERSION
4040```
4141Install 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
9292Upgrade 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```
You can’t perform that action at this time.
0 commit comments