Skip to content

Commit

Permalink
updated chart for new org/repo/version (#3)
Browse files Browse the repository at this point in the history
* updated chart for new org/repo/version
* upgraded for latest version
  • Loading branch information
zackbradys authored Aug 8, 2024
1 parent 14de769 commit 48f4f00
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ helm repo update
#### via GitHub Container Registry

```bash
ghcr.io/hauler-dev/charts/hauler
ghcr.io/hauler-dev/hauler-helm
```

#### via Dockerhub Container Registry

```bash
docker.io/hauler/charts/hauler
docker.io/hauler/hauler-helm
```

### Adding the Helm Chart via Rancher Manager
Expand Down
4 changes: 2 additions & 2 deletions charts/hauler/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: hauler-helm
description: Hauler Helm Chart - Airgap Swiss Army Knife
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
version: 1.0.6
appVersion: 1.0.6
6 changes: 3 additions & 3 deletions charts/hauler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

| Type | Chart Version | App Version |
| ----------- | ------------- | ----------- |
| application | `1.0.4` | `1.0.4` |
| application | `1.0.6` | `1.0.6` |

## Installing the Chart

Expand All @@ -20,13 +20,13 @@ helm upgrade -i hauler hauler-helm/hauler -n hauler-system -f values.yaml
#### via GitHub Container Registry

```bash
helm upgrade -i hauler oci://ghcr.io/hauler-dev/charts/hauler -n hauler-system -f values.yaml
helm upgrade -i hauler oci://ghcr.io/hauler-dev/hauler-helm -n hauler-system -f values.yaml
```

#### via DockerHub Container Registry

```bash
helm upgrade -i hauler oci://docker.io/hauler/charts/hauler -n hauler-system -f values.yaml
helm upgrade -i hauler oci://docker.io/hauler/hauler-helm -n hauler-system -f values.yaml
```

## Helm Chart Deployment Status
Expand Down
6 changes: 3 additions & 3 deletions charts/hauler/app-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

| Type | Chart Version | App Version |
| ----------- | ------------- | ----------- |
| application | `1.0.4` | `1.0.4` |
| application | `1.0.6` | `1.0.6` |

## Installing the Chart

Expand All @@ -20,13 +20,13 @@ helm upgrade -i hauler hauler-helm/hauler -n hauler-system -f values.yaml
#### via GitHub Container Registry

```bash
helm upgrade -i hauler oci://ghcr.io/hauler-dev/charts/hauler -n hauler-system -f values.yaml
helm upgrade -i hauler oci://ghcr.io/hauler-dev/hauler-helm -n hauler-system -f values.yaml
```

#### via DockerHub Container Registry

```bash
helm upgrade -i hauler oci://docker.io/hauler/charts/hauler -n hauler-system -f values.yaml
helm upgrade -i hauler oci://docker.io/hauler/hauler-helm -n hauler-system -f values.yaml
```

## Helm Chart Deployment Status
Expand Down
6 changes: 3 additions & 3 deletions charts/hauler/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
hauler:
image:
repository: ghcr.io/hauler-dev/hauler
tag: v1.0.4
tag: v1.0.6
imagePullPolicy: Always

initContainers:
Expand All @@ -25,8 +25,8 @@ hauler:

haulerJobs:
image:
repository: rancher/shell
tag: v0.1.24
repository: ghcr.io/hauler-dev/hauler-debug
tag: v1.0.6
imagePullPolicy: Always

hauls:
Expand Down

0 comments on commit 48f4f00

Please sign in to comment.