An open API service indexing awesome lists of open source software.

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

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
```