Skip to content

Commit

Permalink
updated versions again
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbradys committed Jun 16, 2024
1 parent 7bbae3b commit 4bb970e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,22 @@ fetch -> validate -> save -> | <airgap> | -> load -> validate -> distribute
- [hauler/rke2](hauler/rke2/README.md) - provides the content manifest for Rancher Kubernetes (RKE2)
- currently supports: `RKE2: v1.27.14`
- [hauler/rancher](hauler/rancher/README.md) - provides the content manifest for Cert-Manager
- currently supports: `Cert-Manager: v1.14.5`
- 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`
- [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
- currently supports: `NeuVector: v5.3.2`
- currently supports: `NeuVector: v5.3.3`
- [hauler/harvester](hauler/harvester/README.md) - provides the content manifest for Rancher Harvester
- currently supports: `Harvester: v1.3.0`
- currently supports: `Harvester: v1.3.1`

### Addons

- [hauler/hauler](hauler/hauler/README.md) - provides the content manifest for Hauler
- currently supports: `Hauler: v1.0.3`
- [hauler/helm](hauler/helm/README.md) - provides the content manifest for Helm
- currently supports: `Helm: v3.15.1`
- currently supports: `Helm: v3.15.2`
- [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
Expand Down
2 changes: 1 addition & 1 deletion hauler/scripts/harvester/hauler-harvester.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Set Variables
export vHarvester=1.3.0
export vHarvester=1.3.1

### Setup Working Directory
rm -rf /opt/hauler/harvester
Expand Down
2 changes: 1 addition & 1 deletion hauler/scripts/helm/hauler-helm.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Set Variables
export vHelm=3.15.1
export vHelm=3.15.2

### Setup Working Directory
rm -rf /opt/hauler/helm
Expand Down
2 changes: 1 addition & 1 deletion hauler/scripts/neuvector/hauler-neuvector.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Set Variables
export vNeuVector=2.7.6
export vNeuVector=2.7.7

### Setup Working Directory
rm -rf /opt/hauler/neuvector
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,6 +1,6 @@
### Set Variables
export vRancher=2.8.4
export vCertManager=1.14.5
export vCertManager=1.15.0

### Setup Working Directory
rm -rf /opt/hauler/rancher-minimal
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,6 +1,6 @@
### Set Variables
export vRancher=2.8.4
export vCertManager=1.14.5
export vCertManager=1.15.0

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

0 comments on commit 4bb970e

Please sign in to comment.