Skip to content

Commit abc8d3a

Browse files
authored
Merge pull request #59 from rohanjayaraj/v1214-v1014
Refresh CSI drivers - FUSE 1.2.14 and NFS 1.0.14
2 parents 4f56876 + a0e5233 commit abc8d3a

File tree

14 files changed

+1028
-26
lines changed

14 files changed

+1028
-26
lines changed

deploy/kubernetes/fuse/csi-maprkdf-v1.2.14.yaml

Lines changed: 478 additions & 0 deletions
Large diffs are not rendered by default.

deploy/kubernetes/nfs/csi-maprnfskdf-v1.0.14.yaml

Lines changed: 478 additions & 0 deletions
Large diffs are not rendered by default.
3.64 KB
Binary file not shown.
3.66 KB
Binary file not shown.

docs/index.yaml

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
apiVersion: v1
22
entries:
33
hpe-ezmeral-csi-driver:
4+
- apiVersion: v1
5+
appVersion: 1.2.14
6+
created: "2025-06-24T23:20:53.771336752-07:00"
7+
description: A Helm chart for installing the HPE Ezmeral Data Fabric CSI Driver
8+
(FUSE) for Kubernetes
9+
digest: c525f87fa15d1ac0ffd2f816f499a7715ed00b84a3465796804ec857c10d4b36
10+
home: https://www.hpe.com/us/en/software/data-fabric.html
11+
icon: https://raw.githubusercontent.com/mapr/mapr-csi/master/docs/assets/hpe_ezmeral.png
12+
keywords:
13+
- HPE
14+
- EzmeralDataFabric
15+
- FileSystemVolume
16+
- BlockVolume
17+
- Fuse
18+
maintainers:
19+
20+
name: HPE Ezmeral Data Fabric
21+
name: hpe-ezmeral-csi-driver
22+
sources:
23+
- https://docs.datafabric.hpe.com/home/CSIdriver/csi_overview.html
24+
urls:
25+
- hpe-ezmeral-csi-driver-1.2.14.tgz
26+
version: 1.2.14
427
- apiVersion: v1
528
appVersion: 1.2.13
629
created: "2025-01-28T01:32:25.936075597-08:00"
@@ -324,6 +347,29 @@ entries:
324347
- hpe-ezmeral-csi-driver-1.2.0.tgz
325348
version: 1.2.0
326349
hpe-ezmeral-nfs-csi-driver:
350+
- apiVersion: v1
351+
appVersion: 1.0.14
352+
created: "2025-06-24T23:20:56.072433405-07:00"
353+
description: A Helm chart for installing the HPE Ezmeral Data Fabric CSI Driver
354+
(NFS) for Kubernetes
355+
digest: c1bf80fd5194536420532af6ce12b068f20953a604d2a07ec9252939e76e37e9
356+
home: https://www.hpe.com/us/en/software/data-fabric.html
357+
icon: https://raw.githubusercontent.com/mapr/mapr-csi/master/docs/assets/hpe_ezmeral.png
358+
keywords:
359+
- HPE
360+
- EzmeralDataFabric
361+
- FileSystemVolume
362+
- BlockVolume
363+
- LoopbackNFS
364+
maintainers:
365+
366+
name: HPE Ezmeral Data Fabric
367+
name: hpe-ezmeral-nfs-csi-driver
368+
sources:
369+
- https://docs.datafabric.hpe.com/home/CSIdriver/csi_overview.html
370+
urls:
371+
- hpe-ezmeral-nfs-csi-driver-1.0.14.tgz
372+
version: 1.0.14
327373
- apiVersion: v1
328374
appVersion: 1.0.13
329375
created: "2025-01-28T01:32:27.592729951-08:00"
@@ -646,4 +692,4 @@ entries:
646692
urls:
647693
- hpe-ezmeral-nfs-csi-driver-1.0.0.tgz
648694
version: 1.0.0
649-
generated: "2025-01-28T01:32:27.591939371-08:00"
695+
generated: "2025-06-24T23:20:56.071795327-07:00"

helm/charts/hpe-ezmeral-csi-driver/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: 1.2.13
2+
appVersion: 1.2.14
33
description: A Helm chart for installing the HPE Ezmeral Data Fabric CSI Driver (FUSE) for Kubernetes
44
home: https://www.hpe.com/us/en/software/data-fabric.html
55
icon: https://raw.githubusercontent.com/mapr/mapr-csi/master/docs/assets/hpe_ezmeral.png
@@ -15,4 +15,4 @@ maintainers:
1515
name: hpe-ezmeral-csi-driver
1616
sources:
1717
- https://docs.datafabric.hpe.com/home/CSIdriver/csi_overview.html
18-
version: 1.2.13
18+
version: 1.2.14

helm/charts/hpe-ezmeral-csi-driver/templates/csi-controller.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
- name: csi-attacher
2323
securityContext:
2424
privileged: true
25-
image: registry.k8s.io/sig-storage/csi-attacher:v4.7.0
25+
image: registry.k8s.io/sig-storage/csi-attacher:v4.9.0
2626
args:
2727
- "--v=5"
2828
- "--csi-address=$(ADDRESS)"
@@ -35,7 +35,7 @@ spec:
3535
mountPath: /var/lib/csi/sockets/pluginproxy/
3636
- name: csi-provisioner
3737
{{- if and (eq .Capabilities.KubeVersion.Major "1") ( ge ( trimSuffix "+" .Capabilities.KubeVersion.Minor ) "20") }}
38-
image: registry.k8s.io/sig-storage/csi-provisioner:v5.1.0
38+
image: registry.k8s.io/sig-storage/csi-provisioner:v5.3.0
3939
args:
4040
{{- else }}
4141
image: registry.k8s.io/sig-storage/csi-provisioner:v1.6.0
@@ -57,7 +57,7 @@ spec:
5757
{{- if and (eq .Capabilities.KubeVersion.Major "1") ( ge ( trimSuffix "+" .Capabilities.KubeVersion.Minor ) "17") }}
5858
- name: csi-snapshotter
5959
{{- if and (eq .Capabilities.KubeVersion.Major "1") ( ge ( trimSuffix "+" .Capabilities.KubeVersion.Minor ) "20") }}
60-
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.1.0
60+
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.2.0
6161
{{- else }}
6262
image: registry.k8s.io/sig-storage/csi-snapshotter:v3.0.2
6363
{{- end }}
@@ -75,7 +75,7 @@ spec:
7575
mountPath: /var/lib/csi/sockets/pluginproxy/
7676
- name: csi-snapshot-controller
7777
{{- if and (eq .Capabilities.KubeVersion.Major "1") ( ge ( trimSuffix "+" .Capabilities.KubeVersion.Minor ) "20") }}
78-
image: registry.k8s.io/sig-storage/snapshot-controller:v8.1.0
78+
image: registry.k8s.io/sig-storage/snapshot-controller:v8.2.0
7979
{{- else }}
8080
image: registry.k8s.io/sig-storage/snapshot-controller:v3.0.2
8181
{{- end }}
@@ -106,7 +106,7 @@ spec:
106106
mountPath: /var/lib/csi/sockets/pluginproxy/
107107
{{- end }}
108108
- name: liveness-probe
109-
image: registry.k8s.io/sig-storage/livenessprobe:v2.14.0
109+
image: registry.k8s.io/sig-storage/livenessprobe:v2.16.0
110110
imagePullPolicy: "Always"
111111
args:
112112
- "--v=4"
@@ -121,7 +121,7 @@ spec:
121121
mountPath: /var/lib/csi/sockets/pluginproxy/
122122
{{- if and (eq .Capabilities.KubeVersion.Major "1") ( ge ( trimSuffix "+" .Capabilities.KubeVersion.Minor ) "16") }}
123123
- name: csi-resizer
124-
image: registry.k8s.io/sig-storage/csi-resizer:v1.12.0
124+
image: registry.k8s.io/sig-storage/csi-resizer:v1.14.0
125125
imagePullPolicy: "Always"
126126
args:
127127
- "--v=5"

helm/charts/hpe-ezmeral-csi-driver/templates/csi-node.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
- name: csi-node-driver-registrar
2323
securityContext:
2424
privileged: true
25-
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.12.0
25+
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.14.0
2626
imagePullPolicy: "Always"
2727
args:
2828
- "--v=5"
@@ -47,7 +47,7 @@ spec:
4747
- name: liveness-probe
4848
securityContext:
4949
privileged: true
50-
image: registry.k8s.io/sig-storage/livenessprobe:v2.14.0
50+
image: registry.k8s.io/sig-storage/livenessprobe:v2.16.0
5151
imagePullPolicy: "Always"
5252
args:
5353
- "--v=4"

helm/charts/hpe-ezmeral-csi-driver/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
pullPolicy: IfNotPresent
66

7-
nodeImage: docker.io/maprtech/csi-kdfplugin:1.2.12
8-
controllerImage: docker.io/maprtech/csi-kdfprovisioner:1.2.10
7+
nodeImage: docker.io/maprtech/csi-kdfplugin:1.2.13
8+
controllerImage: docker.io/maprtech/csi-kdfprovisioner:1.2.11

helm/charts/hpe-ezmeral-nfs-csi-driver/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: 1.0.13
2+
appVersion: 1.0.14
33
description: A Helm chart for installing the HPE Ezmeral Data Fabric CSI Driver (NFS) for Kubernetes
44
home: https://www.hpe.com/us/en/software/data-fabric.html
55
icon: https://raw.githubusercontent.com/mapr/mapr-csi/master/docs/assets/hpe_ezmeral.png
@@ -15,4 +15,4 @@ maintainers:
1515
name: hpe-ezmeral-nfs-csi-driver
1616
sources:
1717
- https://docs.datafabric.hpe.com/home/CSIdriver/csi_overview.html
18-
version: 1.0.13
18+
version: 1.0.14

0 commit comments

Comments
 (0)