From b56ec38c6e826b60fef2a65e2361562780d4b3ac Mon Sep 17 00:00:00 2001 From: Jason Dobies Date: Fri, 27 Sep 2024 11:40:45 -0400 Subject: [PATCH] updated ATIP docs to pull from our prod registry and not the upstream --- asciidoc/product/atip-features.adoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/asciidoc/product/atip-features.adoc b/asciidoc/product/atip-features.adoc index f0055e0b..c1cd235a 100644 --- a/asciidoc/product/atip-features.adoc +++ b/asciidoc/product/atip-features.adoc @@ -417,9 +417,8 @@ This part could be done in two ways, using the `CLI` or using the `Rancher UI`. Install Operator from CLI:: + ---- -helm repo add suse-edge https://suse-edge.github.io/charts -helm install sriov-crd suse-edge/sriov-crd -n sriov-network-operator -helm install install sriov-network-operator suse-edge/sriov-network-operator -n sriov-network-operator +helm install sriov-crd oci://registry.suse.com/edge/3.1/sriov-crd-chart -n sriov-network-operator +helm install sriov-network-operator oci://registry.suse.com/edge/3.1/sriov-network-operator-chart -n sriov-network-operator ---- + Install Operator from Rancher UI::