-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refresh CSI drivers - FUSE 1.2.12 and NFS 1.0.12
* CSI-297 : Update helm-operator to 1.34 image (CVEs addressed) * CSI-299: Do not create mountPrefix directory if it doesn't exist on MapR-FS * CVE-2024-24790: Update golang to 1.23.1 & update sidecar containers to latest versions * EZAF-6755: Add check to verify if the mount is accessible to the existing check of mount availability * CSI-302: Handle failure to expand volume on controller/provisioner pod restart by quering kube-apiserver & more
- Loading branch information
1 parent
bcb0501
commit 02f8eda
Showing
18 changed files
with
1,063 additions
and
27 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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" | ||
|
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters