Skip to content

Commit

Permalink
updated versions and github runner tags
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbradys committed May 16, 2024
1 parent 5b0e798 commit 692bbb9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
rancher-airgap-build:
name: Rancher Airgap - Build Job
runs-on: [self-hosted, linux, X64, general]
runs-on: [self-hosted, linux, X64]
steps:
- name: Checkout Repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
rancher-airgap-testing:
name: Rancher Airgap - Test/Lint Job
runs-on: [self-hosted, linux, X64, general]
runs-on: [self-hosted, linux, X64]
needs: [rancher-airgap-build]
steps:
- name: Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ fetch -> validate -> save -> | <airgap> | -> load -> validate -> distribute
- [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.14.4`
- currently supports: `Helm: v3.14.5`
- [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/helm/hauler-helm.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Set Variables
export vHelm=3.14.4
export vHelm=3.15.0

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

0 comments on commit 692bbb9

Please sign in to comment.