Skip to content

Commit

Permalink
updated chart for hauler v1.1.0 (#5)
Browse files Browse the repository at this point in the history
Signed-off-by: Zack Brady <[email protected]>
  • Loading branch information
zackbradys authored Oct 4, 2024
1 parent 23f7b20 commit 6ee405c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.8
appVersion: 1.0.8
version: 1.1.0
appVersion: 1.1.0
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.8` | `1.0.8` |
| application | `1.1.0` | `1.1.0` |

## 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.8` | `1.0.8` |
| application | `1.1.0` | `1.1.0` |

## Installing the Chart

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,13 +4,13 @@
hauler:
image:
repository: hauler/hauler
tag: v1.0.8
tag: v1.1.0
imagePullPolicy: Always

initContainers:
image:
repository: rancher/kubectl
tag: v1.28.0 # update to your kubernetes version
tag: v1.29.0 # update to your kubernetes version
imagePullPolicy: Always
timeout: 1h

Expand All @@ -26,7 +26,7 @@ hauler:
haulerJobs:
image:
repository: hauler/hauler-debug
tag: v1.0.8
tag: v1.1.0
imagePullPolicy: Always

hauls:
Expand Down

0 comments on commit 6ee405c

Please sign in to comment.