Skip to content

Commit

Permalink
Merge pull request #56 from rohanjayaraj/v1212-v1012
Browse files Browse the repository at this point in the history
Refresh CSI drivers - FUSE 1.2.12 and NFS 1.0.12
  • Loading branch information
rohanjayaraj authored Oct 8, 2024
2 parents bcb0501 + 02f8eda commit 66136fb
Show file tree
Hide file tree
Showing 18 changed files with 1,063 additions and 27 deletions.
478 changes: 478 additions & 0 deletions deploy/kubernetes/fuse/csi-maprkdf-v1.2.12.yaml

Large diffs are not rendered by default.

478 changes: 478 additions & 0 deletions deploy/kubernetes/nfs/csi-maprnfskdf-v1.0.12.yaml

Large diffs are not rendered by default.

Binary file added docs/hpe-ezmeral-csi-driver-1.2.12.tgz
Binary file not shown.
Binary file added docs/hpe-ezmeral-nfs-csi-driver-1.0.12.tgz
Binary file not shown.
48 changes: 47 additions & 1 deletion docs/index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
apiVersion: v1
entries:
hpe-ezmeral-csi-driver:
- apiVersion: v1
appVersion: 1.2.12
created: "2024-10-07T03:48:21.230073495-07:00"
description: A Helm chart for installing the HPE Ezmeral Data Fabric CSI Driver
(FUSE) for Kubernetes
digest: 32ca4d564426675e2a4df6501e91e93c7debc32bb8b8165ff64b3c5867c4708a
home: https://www.hpe.com/us/en/software/data-fabric.html
icon: https://raw.githubusercontent.com/mapr/mapr-csi/master/docs/assets/hpe_ezmeral.png
keywords:
- HPE
- EzmeralDataFabric
- FileSystemVolume
- BlockVolume
- Fuse
maintainers:
- email: [email protected]
name: HPE Ezmeral Data Fabric
name: hpe-ezmeral-csi-driver
sources:
- https://docs.datafabric.hpe.com/home/CSIdriver/csi_overview.html
urls:
- hpe-ezmeral-csi-driver-1.2.12.tgz
version: 1.2.12
- apiVersion: v1
appVersion: 1.2.11
created: "2024-07-30T00:26:52.201764016-07:00"
Expand Down Expand Up @@ -278,6 +301,29 @@ entries:
- hpe-ezmeral-csi-driver-1.2.0.tgz
version: 1.2.0
hpe-ezmeral-nfs-csi-driver:
- apiVersion: v1
appVersion: 1.0.12
created: "2024-10-07T03:48:23.630084651-07:00"
description: A Helm chart for installing the HPE Ezmeral Data Fabric CSI Driver
(NFS) for Kubernetes
digest: 44c3432956a7ef9b033f2fa959dd6b522b3ff3e126dd66c88e810ff7922de05b
home: https://www.hpe.com/us/en/software/data-fabric.html
icon: https://raw.githubusercontent.com/mapr/mapr-csi/master/docs/assets/hpe_ezmeral.png
keywords:
- HPE
- EzmeralDataFabric
- FileSystemVolume
- BlockVolume
- LoopbackNFS
maintainers:
- email: [email protected]
name: HPE Ezmeral Data Fabric
name: hpe-ezmeral-nfs-csi-driver
sources:
- https://docs.datafabric.hpe.com/home/CSIdriver/csi_overview.html
urls:
- hpe-ezmeral-nfs-csi-driver-1.0.12.tgz
version: 1.0.12
- apiVersion: v1
appVersion: 1.0.11
created: "2024-07-30T00:26:53.962660303-07:00"
Expand Down Expand Up @@ -554,4 +600,4 @@ entries:
urls:
- hpe-ezmeral-nfs-csi-driver-1.0.0.tgz
version: 1.0.0
generated: "2024-07-30T00:26:53.961163144-07:00"
generated: "2024-10-07T03:48:23.629266344-07:00"
4 changes: 2 additions & 2 deletions helm/charts/hpe-ezmeral-csi-driver/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: 1.2.11
appVersion: 1.2.12
description: A Helm chart for installing the HPE Ezmeral Data Fabric CSI Driver (FUSE) for Kubernetes
home: https://www.hpe.com/us/en/software/data-fabric.html
icon: https://raw.githubusercontent.com/mapr/mapr-csi/master/docs/assets/hpe_ezmeral.png
Expand All @@ -15,4 +15,4 @@ maintainers:
name: hpe-ezmeral-csi-driver
sources:
- https://docs.datafabric.hpe.com/home/CSIdriver/csi_overview.html
version: 1.2.11
version: 1.2.12
12 changes: 6 additions & 6 deletions helm/charts/hpe-ezmeral-csi-driver/templates/csi-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
- name: csi-attacher
securityContext:
privileged: true
image: registry.k8s.io/sig-storage/csi-attacher:v4.5.1
image: registry.k8s.io/sig-storage/csi-attacher:v4.7.0
args:
- "--v=5"
- "--csi-address=$(ADDRESS)"
Expand All @@ -35,7 +35,7 @@ spec:
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: csi-provisioner
{{- if and (eq .Capabilities.KubeVersion.Major "1") ( ge ( trimSuffix "+" .Capabilities.KubeVersion.Minor ) "20") }}
image: registry.k8s.io/sig-storage/csi-provisioner:v4.0.1
image: registry.k8s.io/sig-storage/csi-provisioner:v5.1.0
args:
{{- else }}
image: registry.k8s.io/sig-storage/csi-provisioner:v1.6.0
Expand All @@ -57,7 +57,7 @@ spec:
{{- if and (eq .Capabilities.KubeVersion.Major "1") ( ge ( trimSuffix "+" .Capabilities.KubeVersion.Minor ) "17") }}
- name: csi-snapshotter
{{- if and (eq .Capabilities.KubeVersion.Major "1") ( ge ( trimSuffix "+" .Capabilities.KubeVersion.Minor ) "20") }}
image: registry.k8s.io/sig-storage/csi-snapshotter:v7.0.2
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.1.0
{{- else }}
image: registry.k8s.io/sig-storage/csi-snapshotter:v3.0.2
{{- end }}
Expand All @@ -75,7 +75,7 @@ spec:
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: csi-snapshot-controller
{{- if and (eq .Capabilities.KubeVersion.Major "1") ( ge ( trimSuffix "+" .Capabilities.KubeVersion.Minor ) "20") }}
image: registry.k8s.io/sig-storage/snapshot-controller:v7.0.2
image: registry.k8s.io/sig-storage/snapshot-controller:v8.1.0
{{- else }}
image: registry.k8s.io/sig-storage/snapshot-controller:v3.0.2
{{- end }}
Expand Down Expand Up @@ -106,7 +106,7 @@ spec:
mountPath: /var/lib/csi/sockets/pluginproxy/
{{- end }}
- name: liveness-probe
image: registry.k8s.io/sig-storage/livenessprobe:v2.12.0
image: registry.k8s.io/sig-storage/livenessprobe:v2.14.0
imagePullPolicy: "Always"
args:
- "--v=4"
Expand All @@ -121,7 +121,7 @@ spec:
mountPath: /var/lib/csi/sockets/pluginproxy/
{{- if and (eq .Capabilities.KubeVersion.Major "1") ( ge ( trimSuffix "+" .Capabilities.KubeVersion.Minor ) "16") }}
- name: csi-resizer
image: registry.k8s.io/sig-storage/csi-resizer:v1.10.1
image: registry.k8s.io/sig-storage/csi-resizer:v1.12.0
imagePullPolicy: "Always"
args:
- "--v=5"
Expand Down
5 changes: 3 additions & 2 deletions helm/charts/hpe-ezmeral-csi-driver/templates/csi-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
- name: csi-node-driver-registrar
securityContext:
privileged: true
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.1
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.12.0
imagePullPolicy: "Always"
args:
- "--v=5"
Expand All @@ -47,7 +47,7 @@ spec:
- name: liveness-probe
securityContext:
privileged: true
image: registry.k8s.io/sig-storage/livenessprobe:v2.12.0
image: registry.k8s.io/sig-storage/livenessprobe:v2.14.0
imagePullPolicy: "Always"
args:
- "--v=4"
Expand All @@ -73,6 +73,7 @@ spec:
- "--endpoint=$(CSI_ENDPOINT)"
- "--maxvolumepernode=100"
- "--maxlogsizemb=10"
- "--createmountprefix=false"
- "--v=4"
env:
- name: NODE_ID
Expand Down
4 changes: 2 additions & 2 deletions helm/charts/hpe-ezmeral-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

pullPolicy: IfNotPresent

nodeImage: docker.io/maprtech/csi-kdfplugin:1.2.10
controllerImage: docker.io/maprtech/csi-kdfprovisioner:1.2.8
nodeImage: docker.io/maprtech/csi-kdfplugin:1.2.11
controllerImage: docker.io/maprtech/csi-kdfprovisioner:1.2.9
4 changes: 2 additions & 2 deletions helm/charts/hpe-ezmeral-nfs-csi-driver/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: 1.0.11
appVersion: 1.0.12
description: A Helm chart for installing the HPE Ezmeral Data Fabric CSI Driver (NFS) for Kubernetes
home: https://www.hpe.com/us/en/software/data-fabric.html
icon: https://raw.githubusercontent.com/mapr/mapr-csi/master/docs/assets/hpe_ezmeral.png
Expand All @@ -15,4 +15,4 @@ maintainers:
name: hpe-ezmeral-nfs-csi-driver
sources:
- https://docs.datafabric.hpe.com/home/CSIdriver/csi_overview.html
version: 1.0.11
version: 1.0.12
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
- name: csi-attacher
securityContext:
privileged: true
image: registry.k8s.io/sig-storage/csi-attacher:v4.5.1
image: registry.k8s.io/sig-storage/csi-attacher:v4.7.0
args:
- "--v=5"
- "--csi-address=$(ADDRESS)"
Expand All @@ -35,7 +35,7 @@ spec:
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: csi-provisioner
{{- if and (eq .Capabilities.KubeVersion.Major "1") ( ge ( trimSuffix "+" .Capabilities.KubeVersion.Minor ) "20") }}
image: registry.k8s.io/sig-storage/csi-provisioner:v4.0.1
image: registry.k8s.io/sig-storage/csi-provisioner:v5.1.0
args:
{{- else }}
image: registry.k8s.io/sig-storage/csi-provisioner:v1.6.0
Expand All @@ -57,7 +57,7 @@ spec:
{{- if and (eq .Capabilities.KubeVersion.Major "1") ( ge ( trimSuffix "+" .Capabilities.KubeVersion.Minor ) "17") }}
- name: csi-snapshotter
{{- if and (eq .Capabilities.KubeVersion.Major "1") ( ge ( trimSuffix "+" .Capabilities.KubeVersion.Minor ) "20") }}
image: registry.k8s.io/sig-storage/csi-snapshotter:v7.0.2
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.1.0
{{- else }}
image: registry.k8s.io/sig-storage/csi-snapshotter:v3.0.2
{{- end }}
Expand All @@ -75,7 +75,7 @@ spec:
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: csi-snapshot-controller
{{- if and (eq .Capabilities.KubeVersion.Major "1") ( ge ( trimSuffix "+" .Capabilities.KubeVersion.Minor ) "20") }}
image: registry.k8s.io/sig-storage/snapshot-controller:v7.0.2
image: registry.k8s.io/sig-storage/snapshot-controller:v8.1.0
{{- else }}
image: registry.k8s.io/sig-storage/snapshot-controller:v3.0.2
{{- end }}
Expand Down Expand Up @@ -106,7 +106,7 @@ spec:
mountPath: /var/lib/csi/sockets/pluginproxy/
{{- end }}
- name: liveness-probe
image: registry.k8s.io/sig-storage/livenessprobe:v2.12.0
image: registry.k8s.io/sig-storage/livenessprobe:v2.14.0
imagePullPolicy: "Always"
args:
- "--v=4"
Expand All @@ -121,7 +121,7 @@ spec:
mountPath: /var/lib/csi/sockets/pluginproxy/
{{- if and (eq .Capabilities.KubeVersion.Major "1") ( ge ( trimSuffix "+" .Capabilities.KubeVersion.Minor ) "16") }}
- name: csi-resizer
image: registry.k8s.io/sig-storage/csi-resizer:v1.10.1
image: registry.k8s.io/sig-storage/csi-resizer:v1.12.0
imagePullPolicy: "Always"
args:
- "--v=5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
- name: csi-node-driver-registrar
securityContext:
privileged: true
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.1
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.12.0
imagePullPolicy: "Always"
args:
- "--v=5"
Expand All @@ -47,7 +47,7 @@ spec:
- name: liveness-probe
securityContext:
privileged: true
image: registry.k8s.io/sig-storage/livenessprobe:v2.12.0
image: registry.k8s.io/sig-storage/livenessprobe:v2.14.0
imagePullPolicy: "Always"
args:
- "--v=4"
Expand All @@ -73,6 +73,7 @@ spec:
- "--endpoint=$(CSI_ENDPOINT)"
- "--maxvolumepernode=100"
- "--maxlogsizemb=10"
- "--createmountprefix=false"
- "--v=4"
env:
- name: NODE_ID
Expand Down
4 changes: 2 additions & 2 deletions helm/charts/hpe-ezmeral-nfs-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

pullPolicy: IfNotPresent

nodeImage: docker.io/maprtech/csi-nfsplugin:1.0.10
controllerImage: docker.io/maprtech/csi-kdfprovisioner:1.2.8
nodeImage: docker.io/maprtech/csi-nfsplugin:1.0.11
controllerImage: docker.io/maprtech/csi-kdfprovisioner:1.2.9
8 changes: 8 additions & 0 deletions helm/values/hpe-ezmeral-csi-driver/v1.2.11/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Default values for hpe-ezmeral-csi-driver.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

pullPolicy: IfNotPresent

nodeImage: docker.io/maprtech/csi-kdfplugin:1.2.10
controllerImage: docker.io/maprtech/csi-kdfprovisioner:1.2.8
8 changes: 8 additions & 0 deletions helm/values/hpe-ezmeral-csi-driver/v1.2.12/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Default values for hpe-ezmeral-csi-driver.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

pullPolicy: IfNotPresent

nodeImage: docker.io/maprtech/csi-kdfplugin:1.2.11
controllerImage: docker.io/maprtech/csi-kdfprovisioner:1.2.9
8 changes: 8 additions & 0 deletions helm/values/hpe-ezmeral-nfs-csi-driver/v1.0.11/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Default values for hpe-ezmeral-nfs-csi-driver.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

pullPolicy: IfNotPresent

nodeImage: docker.io/maprtech/csi-nfsplugin:1.0.10
controllerImage: docker.io/maprtech/csi-kdfprovisioner:1.2.8
8 changes: 8 additions & 0 deletions helm/values/hpe-ezmeral-nfs-csi-driver/v1.0.12/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Default values for hpe-ezmeral-nfs-csi-driver.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

pullPolicy: IfNotPresent

nodeImage: docker.io/maprtech/csi-nfsplugin:1.0.11
controllerImage: docker.io/maprtech/csi-kdfprovisioner:1.2.9
4 changes: 2 additions & 2 deletions operator/hpe-ezmeral-csi-operator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM quay.io/operator-framework/helm-operator:v1.26.0
FROM quay.io/operator-framework/helm-operator:v1.34

LABEL name="HPE Ezmeral CSI Operator" \
maintainer="HPE Ezmeral Data Fabric" \
vendor="HPE" \
version="1.0.15" \
version="1.0.16" \
release="1.0" \
summary="HPE Ezmeral CSI Operator" \
description="HPE Ezmeral Data Fabric CSI Operator for Kubernetes" \
Expand Down

0 comments on commit 66136fb

Please sign in to comment.