Skip to content

Commit

Permalink
updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbradys committed Jun 25, 2024
1 parent d63d1dd commit fc7806d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ fetch -> validate -> save -> | <airgap> | -> load -> validate -> distribute
### Core Components

- [hauler/rke2](hauler/rke2/README.md) - provides the content manifest for Rancher Kubernetes (RKE2)
- currently supports: `RKE2: v1.27.14`
- currently supports: `RKE2: v1.28.10`
- [hauler/rancher](hauler/rancher/README.md) - provides the content manifest for Cert-Manager
- currently supports: `Cert-Manager: v1.15.0`
- [hauler/rancher](hauler/rancher/README.md) - provides the content manifest for Rancher Multi-Cluster Manager
- currently supports: `Rancher: v2.8.4`
- currently supports: `Rancher: v2.8.5`
- [hauler/longhorn](hauler/longhorn/README.md) - provides the content manifest for Rancher Longhorn
- currently supports: `Longhorn: v1.6.2`
- [hauler/neuvector](hauler/neuvector/README.md) - provides the content manifest for Rancher NeuVector
Expand All @@ -46,7 +46,7 @@ fetch -> validate -> save -> | <airgap> | -> load -> validate -> distribute
- [hauler/cosign](hauler/cosign/README.md) - provides the content manifest for Cosign
- currently supports: `Cosign: v2.2.4`
- [hauler/harbor](hauler/harbor/README.md) - provides the content manifest for Harbor
- currently supports: `Harbor: v2.10.2`
- currently supports: `Harbor: v2.11.0`
- [hauler/kubevip](hauler/kubevip/README.md) - provides the content manifest for KubeVip
- currently supports: `KubeVip: Latest`

Expand Down
4 changes: 2 additions & 2 deletions examples/rancher-airgap-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Complete the following commands on the first server node in the cluster. You wil
sudo su

### Set Variables
export vRKE2=v1.27.13
export vRKE2=v1.28.10
export vPlatform=el9
export registry=<FQDN or IP>:5000
export fileserver=<FQDN or IP>:8080
Expand Down Expand Up @@ -228,7 +228,7 @@ Complete the following commands on the agent node(s) in the cluster. You will ne
sudo su

### Set Variables
export vRKE2=v1.27.13
export vRKE2=v1.28.10
export vPlatform=el9
export registry=<FQDN or IP>:5000
export fileserver=<FQDN or IP>:8080
Expand Down
2 changes: 1 addition & 1 deletion hauler/scripts/harbor/hauler-harbor.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Set Variables
export vHarbor=1.14.2
export vHarbor=1.15.0

### Setup Working Directory
rm -rf /opt/hauler/harbor
Expand Down
2 changes: 1 addition & 1 deletion hauler/scripts/rancher/hauler-rancher-minimal.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Set Variables
export vRancher=2.8.4
export vRancher=2.8.5
export vCertManager=1.15.0

### Setup Working Directory
Expand Down
2 changes: 1 addition & 1 deletion hauler/scripts/rancher/hauler-rancher.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Set Variables
export vRancher=2.8.4
export vRancher=2.8.5
export vCertManager=1.15.0

### Setup Working Directory
Expand Down
2 changes: 1 addition & 1 deletion hauler/scripts/rke2/hauler-rke2.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Set Variables
export vRKE2=1.27.14
export vRKE2=1.28.10
export vRKE2SELinux=0.18

### Setup Working Directory
Expand Down

0 comments on commit fc7806d

Please sign in to comment.