Skip to content

Commit 59d14c0

Browse files
committed
changed Longhorn chart location from longhorn.io to rancher.io
1 parent d695fbe commit 59d14c0

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

asciidoc/components/longhorn.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ For additional help installing open-iscsi, refer to the https://longhorn.io/docs
5555
There are several ways to install Longhorn on your Kubernetes clusters.
5656
This guide will follow through the Helm installation, however feel free to follow the https://longhorn.io/docs/1.6.1/deploy/install/[official documentation] if another approach is desired.
5757

58-
. Add the Longhorn Helm repository:
58+
. Add the Rancher Charts Helm repository:
5959
+
6060
[,shell]
6161
----
62-
helm repo add longhorn https://charts.longhorn.io
62+
helm repo add rancher-charts https://charts.rancher.io/
6363
----
6464
+
6565
. Fetch the latest charts from the repository:
@@ -73,7 +73,7 @@ helm repo update
7373
+
7474
[,shell]
7575
----
76-
helm install longhorn longhorn/longhorn --namespace longhorn-system --create-namespace --version 1.6.1
76+
helm install longhorn rancher-charts/longhorn --namespace longhorn-system --create-namespace --version 104.2.0+up1.7.1
7777
----
7878
+
7979
. Confirm that the deployment succeeded:
@@ -267,14 +267,14 @@ kubernetes:
267267
helm:
268268
charts:
269269
- name: longhorn
270-
version: 1.6.1
270+
version: 104.2.0+up1.7.1
271271
repositoryName: longhorn
272272
targetNamespace: longhorn-system
273273
createNamespace: true
274274
installationNamespace: kube-system
275275
repositories:
276276
- name: longhorn
277-
url: https://charts.longhorn.io
277+
url: https://charts.rancher.io
278278
operatingSystem:
279279
packages:
280280
sccRegistrationCode: <reg-code>

asciidoc/guides/air-gapped-eib-deployments.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ cronjob.batch/neuvector-updater-pod 0 0 * * * False 0 <none>
647647

648648
== Longhorn Installation [[longhorn-install]]
649649

650-
The https://longhorn.io/docs/1.6.1/deploy/install/airgap/[official documentation] for Longhorn contains a `longhorn-images.txt` file which lists all the images required for an air-gapped installation.
650+
The https://longhorn.io/docs/1.7.1/deploy/install/airgap/[official documentation] for Longhorn contains a `longhorn-images.txt` file which lists all the images required for an air-gapped installation.
651651
We will be including them in our definition file. Let's create it:
652652

653653
[,console]
@@ -667,13 +667,13 @@ kubernetes:
667667
helm:
668668
charts:
669669
- name: longhorn
670-
repositoryName: longhorn
670+
repositoryName: rancher-charts
671671
targetNamespace: longhorn-system
672672
createNamespace: true
673-
version: 1.6.1
673+
version: 104.2.0+up1.7.1
674674
repositories:
675-
- name: longhorn
676-
url: https://charts.longhorn.io
675+
- name: rancher-charts
676+
url: https://charts.rancher.io
677677
embeddedArtifactRegistry:
678678
images:
679679
- name: longhornio/csi-attacher:v4.4.2

0 commit comments

Comments
 (0)