Skip to content

Commit 46bdcc5

Browse files
committed
Update dashboard-extensions repository URLs and chart versions
1 parent 06c799f commit 46bdcc5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

asciidoc/components/rancher-dashboard-extensions.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ Once the extension is installed Rancher UI will prompt to reload the page as des
7676
[,bash]
7777
----
7878
# KubeVirt extension
79-
helm install kubevirt-dashboard-extension oci://registry.suse.com/edge/kubevirt-dashboard-extension-chart --version 1.0.0 --namespace cattle-ui-plugin-system
79+
helm install kubevirt-dashboard-extension oci://registry.suse.com/edge/3.1/kubevirt-dashboard-extension-chart --version 1.1.0 --namespace cattle-ui-plugin-system
8080
8181
# Akri extension
82-
helm install akri-dashboard-extension oci://registry.suse.com/edge/akri-dashboard-extension-chart --version 1.0.0 --namespace cattle-ui-plugin-system
82+
helm install akri-dashboard-extension oci://registry.suse.com/edge/3.1/akri-dashboard-extension-chart --version 1.1.0 --namespace cattle-ui-plugin-system
8383
----
8484

8585
[NOTE]
@@ -102,8 +102,8 @@ Installing Dashboard Extensions with Fleet requires defining a `gitRepo` resourc
102102
defaultNamespace: cattle-ui-plugin-system
103103
helm:
104104
releaseName: kubevirt-dashboard-extension
105-
chart: oci://registry.suse.com/edge/akri-dashboard-extension-chart
106-
version: "1.0.0"
105+
chart: oci://registry.suse.com/edge/3.1/kubevirt-dashboard-extension-chart
106+
version: "1.1.0"
107107
----
108108

109109
[,yaml]
@@ -112,8 +112,8 @@ helm:
112112
defaultNamespace: cattle-ui-plugin-system
113113
helm:
114114
releaseName: akri-dashboard-extension
115-
chart: oci://registry.suse.com/edge/akri-dashboard-extension-chart
116-
version: "1.0.0"
115+
chart: oci://registry.suse.com/edge/3.1/akri-dashboard-extension-chart
116+
version: "1.1.0"
117117
----
118118

119119
[NOTE]

0 commit comments

Comments
 (0)