Skip to content

Commit

Permalink
upgraded longhorn
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbradys committed Sep 11, 2024
1 parent 0edda09 commit dc3030a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fetch -> validate -> save -> | <airgap> | -> load -> validate -> distribute
- [hauler/rancher](hauler/rancher/README.md) - provides the content manifest for Rancher Multi-Cluster Manager
- currently supports: `Rancher: v2.9.1`
- [hauler/longhorn](hauler/longhorn/README.md) - provides the content manifest for Rancher Longhorn
- currently supports: `Longhorn: v1.7.0`
- currently supports: `Longhorn: v1.7.1`
- [hauler/neuvector](hauler/neuvector/README.md) - provides the content manifest for Rancher NeuVector
- currently supports: `NeuVector: v5.3.4`
- [hauler/harvester](hauler/harvester/README.md) - provides the content manifest for Rancher Harvester
Expand Down
2 changes: 1 addition & 1 deletion examples/rancher-airgap-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ sudo su

### Set Variables
export DOMAIN=<example.com>
export vLonghorn=1.7.0
export vLonghorn=1.7.1
export registry=<FQDN or IP>:5000
export fileserver=<FQDN or IP>:8080

Expand Down
2 changes: 1 addition & 1 deletion hauler/scripts/longhorn/hauler-longhorn.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Set Variables
export vLonghorn=1.7.0
export vLonghorn=1.7.1

### Setup Working Directory
rm -rf /opt/hauler/longhorn
Expand Down

0 comments on commit dc3030a

Please sign in to comment.