Skip to content

Commit b681528

Browse files
author
Ravi Kumar
committed
Added v1.2.8 helm chart with new update of container version.
1 parent 8c8e816 commit b681528

File tree

22 files changed

+457
-8
lines changed

22 files changed

+457
-8
lines changed

deploy/helm/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,16 @@ This repository provides Helm charts to deploy the Hammerspace CSI driver compon
2121

2222
#### Navigate to the chart directory:
2323
```
24-
cd deploy/helm/hammerspace-helm-chart
24+
cd deploy/helm/repo/v1.2.8
2525
```
2626
#### Create new package
2727
```
28-
helm package .
28+
helm package ./hammerspace-helm-chart/
2929
```
3030

31-
#### Move the .tgz to your repo directory (e.g., deploy/helm/repo/) and regenerate the index.yaml:
31+
#### Update the index.yaml
3232
```
33-
mv hammerspace-csi-<version>.tgz ../../repo/
34-
cd ../../repo
33+
cd ../repo
3534
helm repo index .
3635
```
3736

deploy/helm/repo/index.yaml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
apiVersion: v1
22
entries:
33
hammerspace-csi:
4+
- apiVersion: v2
5+
appVersion: v1.2.8
6+
created: "2025-08-20T21:34:38.923368821+05:30"
7+
description: A Helm chart for the Hammerspace CSI driver
8+
digest: 72a409136455142bbd25bb12e47282c4251077de7465849bb09274a47beee921
9+
icon: https://www.hammerspace.com/favicon.ico
10+
name: hammerspace-csi
11+
urls:
12+
- v1.2.8/hammerspace-csi-1.2.8.tgz
13+
version: 1.2.8
414
- apiVersion: v2
515
appVersion: v1.2.7
6-
created: "2025-07-26T13:17:36.286403765+05:30"
16+
created: "2025-08-20T21:34:38.900138837+05:30"
717
description: A Helm chart for the Hammerspace CSI driver
818
digest: 342c39ef85e06e4ed13fdb2d392bcafbb73e64525e0036f15644d0af35f6412f
919
icon: https://www.hammerspace.com/favicon.ico
1020
name: hammerspace-csi
1121
urls:
12-
- hammerspace-csi-1.2.7.tgz
22+
- v1.2.7/hammerspace-csi-1.2.7.tgz
1323
version: 1.2.7
14-
generated: "2025-07-26T13:17:36.276227188+05:30"
24+
generated: "2025-08-20T21:34:38.875046754+05:30"

0 commit comments

Comments
 (0)