Skip to content

Commit

Permalink
updated chart for latest version (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbradys authored Aug 26, 2024
1 parent 48f4f00 commit 03711a1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
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.6
appVersion: 1.0.6
version: 1.0.7
appVersion: 1.0.7
2 changes: 1 addition & 1 deletion 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.6` | `1.0.6` |
| application | `1.0.7` | `1.0.7` |

## Installing the Chart

Expand Down
2 changes: 1 addition & 1 deletion 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.6` | `1.0.6` |
| application | `1.0.7` | `1.0.7` |

## Installing the Chart

Expand Down
10 changes: 5 additions & 5 deletions charts/hauler/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

hauler:
image:
repository: ghcr.io/hauler-dev/hauler
tag: v1.0.6
repository: hauler/hauler
tag: v1.0.7
imagePullPolicy: Always

initContainers:
Expand All @@ -17,16 +17,16 @@ hauler:
data:
pvc:
accessModes: ReadWriteMany
storageClass: longhorn # optional... will use default storage class
# storageClass: longhorn # optional... will use default storage class
storageRequest: 48Gi # recommended size of 3x the artifact(s)

# Helm Chart Values for the Hauler Jobs
# Docs: https://rancherfederal.github.io/hauler-docs/docs/introduction/quickstart

haulerJobs:
image:
repository: ghcr.io/hauler-dev/hauler-debug
tag: v1.0.6
repository: hauler/hauler-debug
tag: v1.0.7
imagePullPolicy: Always

hauls:
Expand Down

0 comments on commit 03711a1

Please sign in to comment.