Skip to content

Commit

Permalink
merge pull request #1 from zackbradys/main
Browse files Browse the repository at this point in the history
last bit of updates
  • Loading branch information
zackbradys authored Jul 24, 2024
2 parents 39a42fb + 4279cef commit 14de769
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
if [ -z "${package:-}" ]; then
break
fi
helm push "${package}" oci://ghcr.io/${{ github.repository_owner }}/charts
helm push "${package}" oci://ghcr.io/${{ github.repository_owner }}
done
- name: Push Chart(s) to DockerHub Container Registry
Expand All @@ -56,5 +56,5 @@ jobs:
if [ -z "${package:-}" ]; then
break
fi
helm push "${package}" oci://docker.io/hauler/charts
helm push "${package}" oci://docker.io/hauler
done
4 changes: 2 additions & 2 deletions charts/hauler/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: hauler
name: hauler-helm
description: Hauler Helm Chart - Airgap Swiss Army Knife
icon: https://raw.githubusercontent.com/rancherfederal/hauler/main/static/rgs-hauler-logo-icon.svg
icon: https://raw.githubusercontent.com/hauler-dev/hauler/main/static/rgs-hauler-logo-icon.svg
type: application
version: 1.0.4
appVersion: 1.0.4
6 changes: 3 additions & 3 deletions charts/hauler/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

hauler:
image:
repository: ghcr.io/rancherfederal/hauler
repository: ghcr.io/hauler-dev/hauler
tag: v1.0.4
imagePullPolicy: Always

Expand Down Expand Up @@ -32,15 +32,15 @@ haulerJobs:
hauls:
enabled: true
artifacts:
- path: https://raw.githubusercontent.com/rancherfederal/hauler/main/testdata/haul.tar.zst
- path: https://raw.githubusercontent.com/hauler-dev/hauler/main/testdata/haul.tar.zst
name: haul.tar.zst
# - path: /path/to/additional-hauls.tar.zst
# name: additional-hauls.tar.zst

manifests:
enabled: true
artifacts:
- path: https://raw.githubusercontent.com/rancherfederal/hauler/main/testdata/hauler-manifest.yaml
- path: https://raw.githubusercontent.com/hauler-dev/hauler/main/testdata/hauler-manifest.yaml
name: hauler-manifest.yaml
# - path: /path/to/additional-manifests.yaml
# name: additional-manifests.yaml
Expand Down

0 comments on commit 14de769

Please sign in to comment.