Compare commits

...

4 Commits

Author SHA1 Message Date
Zack Brady
05e67bc750 merge pull request #255 from zackbradys/main
updated chart for release
2024-06-25 23:27:24 -04:00
Zack Brady
b43ed0503a updated chart for release 2024-06-25 23:14:44 -04:00
Zack Brady
27e2fc9de0 merge pull request #254 from zackbradys/main
fixed workflow errors/warnings
2024-06-25 22:48:30 -04:00
Zack Brady
d32d75b93e fixed workflow errors/warnings 2024-06-25 22:43:31 -04:00
6 changed files with 16 additions and 12 deletions

View File

@@ -26,8 +26,8 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
args: release --clean -p 1
version: "~> v2"
args: "release --clean -p 1"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
@@ -35,6 +35,7 @@ jobs:
container-release:
name: Container Release Job
runs-on: ubuntu-latest
needs: [go-release]
timeout-minutes: 30
continue-on-error: true
steps:
@@ -67,6 +68,7 @@ jobs:
chart-release:
name: Chart Release Job
runs-on: ubuntu-latest
needs: [go-release]
timeout-minutes: 30
continue-on-error: true
steps:
@@ -75,6 +77,9 @@ jobs:
with:
fetch-depth: 0
- name: Set Up Helm
uses: azure/setup-helm@v4
- name: Authenticate to GitHub Container Registry
uses: docker/login-action@v3
with:
@@ -82,9 +87,6 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set Up Helm
uses: azure/setup-helm@v4
- name: Build Helm Chart
run: |
helm package deploy/kubernetes/helm/charts/hauler --destination deploy/kubernetes/helm/charts/hauler

View File

@@ -1,3 +1,5 @@
version: 2
project_name: hauler
before:
hooks:

View File

@@ -3,5 +3,5 @@ name: hauler
description: Hauler Helm Chart - Airgap Swiss Army Knife
icon: https://raw.githubusercontent.com/rancherfederal/hauler/main/static/rgs-hauler-logo-icon.svg
type: application
version: 1.0.3
appVersion: 1.0.3
version: 1.0.4
appVersion: 1.0.4

View File

@@ -14,7 +14,7 @@
| Type | Chart Version | App Version |
| ----------- | ------------- | ----------- |
| application | `1.0.3` | `1.0.3` |
| application | `1.0.4` | `1.0.4` |
## Installing the Chart

View File

@@ -14,7 +14,7 @@
| Type | Chart Version | App Version |
| ----------- | ------------- | ----------- |
| application | `1.0.3` | `1.0.3` |
| application | `1.0.4` | `1.0.4` |
## Installing the Chart

View File

@@ -4,13 +4,13 @@
hauler:
image:
repository: ghcr.io/rancherfederal/hauler
tag: v1.0.3
tag: v1.0.4
imagePullPolicy: Always
initContainers:
image:
repository: rancher/kubectl
tag: v1.27.0 # update to your kubernetes version
tag: v1.28.0 # update to your kubernetes version
imagePullPolicy: Always
timeout: 1h
@@ -26,7 +26,7 @@ hauler:
haulerJobs:
image:
repository: rancher/shell
tag: v0.1.22
tag: v0.1.24
imagePullPolicy: Always
hauls: