https://github.com/hauler-dev/hauler-helm
Helm Chart for Hauler
https://github.com/hauler-dev/hauler-helm
Last synced: 7 months ago
JSON representation
Helm Chart for Hauler
- Host: GitHub
- URL: https://github.com/hauler-dev/hauler-helm
- Owner: hauler-dev
- License: apache-2.0
- Created: 2024-07-20T02:58:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-22T04:27:54.000Z (over 1 year ago)
- Last Synced: 2025-02-22T05:21:47.620Z (over 1 year ago)
- Language: Smarty
- Size: 54.7 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hauler Helm Chart
### Airgap Swiss Army Knife
`Rancher Government Hauler` simplifies the airgap experience without requiring operators to adopt a specific workflow. **Hauler** simplifies the airgapping process, by representing assets (images, charts, files, etc...) as content and collections to allow operators to easily fetch, store, package, and distribute these assets with declarative manifests or through the command line.
`Hauler` does this by storing contents and collections as OCI Artifacts and allows operators to serve contents and collections with an embedded registry and fileserver. Additionally, `Hauler` has the ability to store and inspect various non-image OCI Artifacts.
**GitHub Repostiory:** https://github.com/hauler-dev/hauler
**Documentation:** http://hauler.dev
## Configuration
### Adding the Helm Chart via OCI
#### via GitHub Container Registry
```bash
ghcr.io/hauler-dev/hauler-helm
```
#### via Dockerhub Container Registry
```bash
docker.io/hauler/hauler-helm
```
### Adding the Helm Chart via CLI
```bash
helm repo add hauler-helm https://hauler-dev.github.io/hauler-helm
helm repo update
```
### Adding the Helm Chart via Rancher Manager
1. Authenticate into the Rancher Manager UI
2. Open the local cluster or downstream cluster
3. Click into Apps -> Charts -> Repositories
4. Click "Create" and enter the following information:
```bash
Name: hauler-helm
Target: http(s) URL to index generated by Helm
Index URL: https://hauler-dev.github.io/hauler-helm
Authentication: None
```