Skip to content

Commit 1a35cfb

Browse files
committed
Fix SR-IOV chart path/name
This was missed in previous renaming to align with the new chart path and naming convention
1 parent 6de6b01 commit 1a35cfb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

asciidoc/product/atip-automated-provision.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -508,8 +508,8 @@ The following scripts can be used to download, extract, and push the images to t
508508
[,shell,subs="attributes,specialchars"]
509509
----
510510
$ cat > edge-release-helm-oci-artifacts.txt <<EOF
511-
edge/sriov-network-operator-chart:{version-sriov-network-operator-chart}
512-
edge/sriov-crd-chart:{version-sriov-crd-chart}
511+
edge/charts/sriov-network-operator:{version-sriov-network-operator-chart}
512+
edge/charts/sriov-crd:{version-sriov-crd-chart}
513513
EOF
514514
----
515515
+
@@ -521,8 +521,8 @@ $ ./edge-save-oci-artefacts.sh -al ./edge-release-helm-oci-artifacts.txt -s regi
521521
Pulled: registry.suse.com/edge/charts/sriov-network-operator:{version-sriov-network-operator-chart}
522522
Pulled: registry.suse.com/edge/charts/sriov-crd:{version-sriov-crd-chart}
523523
a edge-release-oci-tgz-20240705
524-
a edge-release-oci-tgz-20240705/sriov-network-operator-chart-{version-sriov-network-operator-chart}.tgz
525-
a edge-release-oci-tgz-20240705/sriov-crd-chart-{version-sriov-crd-chart}.tgz
524+
a edge-release-oci-tgz-20240705/sriov-network-operator-{version-sriov-network-operator-chart}.tgz
525+
a edge-release-oci-tgz-20240705/sriov-crd-{version-sriov-crd-chart}.tgz
526526
----
527527
+
528528
.. Upload your tarball file to your private registry (e.g. `myregistry:5000`) using the following {link-lifecycle-load-oci-artifacts}[script] to preload your registry with the helm chart OCI images downloaded in the previous step:

0 commit comments

Comments
 (0)