Skip to content

Commit

Permalink
updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbradys committed Oct 18, 2024
1 parent dd3fcda commit 196e0be
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ 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.29.9`
- [hauler/rancher](hauler/rancher/README.md) - provides the content manifest for Cert-Manager
- currently supports: `Cert-Manager: v1.15.3`
- currently supports: `Cert-Manager: v1.16.1`
- [hauler/rancher](hauler/rancher/README.md) - provides the content manifest for Rancher Multi-Cluster Manager
- currently supports: `Rancher: v2.9.2`
- [hauler/longhorn](hauler/longhorn/README.md) - provides the content manifest for Rancher Longhorn
Expand All @@ -42,9 +42,9 @@ fetch -> validate -> save -> | <airgap> | -> load -> validate -> distribute
- [hauler/hauler](hauler/hauler/README.md) - provides the content manifest for Hauler
- currently supports: `Hauler: v1.1.0`
- [hauler/helm](hauler/helm/README.md) - provides the content manifest for Helm
- currently supports: `Helm: v3.16.1`
- currently supports: `Helm: v3.16.2`
- [hauler/cosign](hauler/cosign/README.md) - provides the content manifest for Cosign
- currently supports: `Cosign: v2.4.0`
- currently supports: `Cosign: v2.4.1`
- [hauler/gitea](hauler/gitea/README.md) - provides the content manifest for Gitea
- currently supports: `Gitea: v1.22.2`
- [hauler/vault](hauler/vault/README.md) - provides the content manifest for Vault
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 @@ -347,7 +347,7 @@ sudo su

### Set Variables
export DOMAIN=<example.com>
export vCertManager=1.15.3
export vCertManager=1.16.1
export registry=<FQDN or IP>:5000
export fileserver=<FQDN or IP>:8080

Expand Down
2 changes: 1 addition & 1 deletion hauler/scripts/cosign/hauler-cosign.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Set Variables
export vCosign=2.4.0
export vCosign=2.4.1

### Setup Working Directory
rm -rf /opt/hauler/cosign
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.16.1
export vHelm=3.16.2

### Setup Working Directory
rm -rf /opt/hauler/helm
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.9.2
export vCertManager=1.15.3
export vCertManager=1.16.1

### 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.9.2
export vCertManager=1.15.3
export vCertManager=1.16.1

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

0 comments on commit 196e0be

Please sign in to comment.