Skip to content

Commit

Permalink
updated chart for release
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbradys committed Jun 26, 2024
1 parent 27e2fc9 commit b43ed05
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions deploy/kubernetes/helm/charts/hauler/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: hauler
description: Hauler Helm Chart - Airgap Swiss Army Knife
icon: https://raw.githubusercontent.com/rancherfederal/hauler/main/static/rgs-hauler-logo-icon.svg
type: application
version: 1.0.3
appVersion: 1.0.3
version: 1.0.4
appVersion: 1.0.4
2 changes: 1 addition & 1 deletion deploy/kubernetes/helm/charts/hauler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

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

## Installing the Chart

Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/helm/charts/hauler/app-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

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

## Installing the Chart

Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes/helm/charts/hauler/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
hauler:
image:
repository: ghcr.io/rancherfederal/hauler
tag: v1.0.3
tag: v1.0.4
imagePullPolicy: Always

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

Expand All @@ -26,7 +26,7 @@ hauler:
haulerJobs:
image:
repository: rancher/shell
tag: v0.1.22
tag: v0.1.24
imagePullPolicy: Always

hauls:
Expand Down

0 comments on commit b43ed05

Please sign in to comment.