Skip to content

Commit

Permalink
more hauler/actions minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbradys committed Aug 7, 2023
1 parent 2c508a2 commit 72ba1d6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Build Rancher Airgap Hauler
run: |
sh hauler/scripts/hauler/hauler-hauler.sh
mv /opt/rancher/hauler/hauler/hauler hauler/hauler/hauler
mv /opt/rancher/hauler/rancher-airgap-hauler.tar.zst hauler/hauler/rancher-airgap-hauler.tar.zst
pwd && ls -la hauler/hauler
pwd && ls -la hauler/scripts/hauler
Expand Down Expand Up @@ -78,7 +79,7 @@ jobs:
git status
git config --global user.name "${GITHUB_ACTOR}"
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
git add *.yaml
git add hauler/hauler/hauler *.yaml
git commit -a -m "updated rancher airgap assets [github-actions]"
git push
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![rancher-long-banner](/images/rgs-banner-rounded.png)
![rancher-long-banner](images/rgs-banner-rounded.png)

# Rancher Airgap Tool and Guide

Expand All @@ -25,7 +25,9 @@ fetch -> validate -> save -> | <airgap> | -> validate -> load -> distribute
* currently supports and validated: `Rocky 9.1` `RHEL 9.1` `Rocky 8.5` `RHEL 8.5` `CentOS 7.8`
* [hauler/rke2](hauler/rke2/README.md) - provides the content manifest for Rancher RKE2
* currently supports: `RKE2 v1.25.12`
* [hauler/rancher](hauler/rancher/README.md) - provides the content manifest for the Rancher Multi-Cluster Manager
* [hauler/rancher](hauler/rancher/README.md) - provides the content manifest for Cert-Manager
* currently supports: `Cert-Manager v1.7.1`
* [hauler/rancher](hauler/rancher/README.md) - provides the content manifest for Rancher Multi-Cluster Manager
* currently supports: `Rancher v2.7.5`
* [hauler/longhorn](hauler/longhorn/README.md) - provides the content manifest for Rancher Longhorn
* currently supports: `Longhorn v1.5.1`
Expand Down
2 changes: 1 addition & 1 deletion hauler/hauler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Collection and Packaging

### Rancher Longhorn v1.5.0
### Hauler (by Rancher Government Solutions)

[hauler/hauler/hauler](https://rancher-airgap.s3.amazonaws.com/0.6.0/hauler/hauler/hauler) - provides the binary for Hauler.

Expand Down
2 changes: 2 additions & 0 deletions hauler/rancher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

### Rancher Multi-Cluster Manager v2.7.5

**Cert-Manager v1.7.1:** Included in the Rancher Multi-Cluster Manager content and assets.

[hauler/rancher/rancher-airgap-rancher.yaml](https://rancher-airgap.s3.amazonaws.com/0.6.0/hauler/rancher/rancher-airgap-rancher.yaml) - provides the content manifest for the assets.

[hauler/rancher/rancher-airgap-rancher.tar.zst](https://rancher-airgap.s3.amazonaws.com/0.6.0/hauler/rancher/rancher-airgap-rancher.tar.zst) - provides the compressed content and assets, via the manifest.
Expand Down

0 comments on commit 72ba1d6

Please sign in to comment.