From 4ce73556497c851d1e17f197ee96f99b773c49f8 Mon Sep 17 00:00:00 2001 From: Christophe Jauffret Date: Fri, 1 Dec 2023 06:03:47 +0100 Subject: [PATCH] csi storage 2.6.6 (#131) - update csi snapshot 6.2.1 - update nutanix csi 2.6.6 - update sidecar --- charts/nutanix-csi-snapshot/Chart.yaml | 9 ++++----- charts/nutanix-csi-snapshot/values.yaml | 2 +- charts/nutanix-csi-storage/Chart.yaml | 8 ++++---- charts/nutanix-csi-storage/README.md | 4 ++-- charts/nutanix-csi-storage/values.yaml | 14 +++++++------- 5 files changed, 18 insertions(+), 19 deletions(-) diff --git a/charts/nutanix-csi-snapshot/Chart.yaml b/charts/nutanix-csi-snapshot/Chart.yaml index bddf1d7..2c638fb 100644 --- a/charts/nutanix-csi-snapshot/Chart.yaml +++ b/charts/nutanix-csi-snapshot/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 type: application -version: 6.2.1 -kubeVersion: ">= 1.17.0-0" -appVersion: "6.2.1" +version: 6.3.2 +kubeVersion: ">= 1.20.0-0" +appVersion: "6.3.2" name: nutanix-csi-snapshot description: Snapshot components required for CSI snapshotting and not specific to any CSI driver home: https://github.com/nutanix/helm @@ -20,8 +20,7 @@ annotations: artifacthub.io/displayName: "Nutanix CSI Snapshot" artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/changes: | - - Update Snapshot Controller version - - Change Snapshot Controller to HA deployement + - Update Snapshot Controller to v6.3.2 artifacthub.io/links: | - name: Kubernetes CSI Developer Documentation url: https://kubernetes-csi.github.io/docs/ diff --git a/charts/nutanix-csi-snapshot/values.yaml b/charts/nutanix-csi-snapshot/values.yaml index a731467..8909ff0 100644 --- a/charts/nutanix-csi-snapshot/values.yaml +++ b/charts/nutanix-csi-snapshot/values.yaml @@ -10,7 +10,7 @@ imagePullPolicy: IfNotPresent tag: rel3: v3.0.3 - rel60: v6.2.1 + rel60: v6.3.2 controller: replicas: 2 diff --git a/charts/nutanix-csi-storage/Chart.yaml b/charts/nutanix-csi-storage/Chart.yaml index 0af0347..d0314df 100644 --- a/charts/nutanix-csi-storage/Chart.yaml +++ b/charts/nutanix-csi-storage/Chart.yaml @@ -1,14 +1,14 @@ apiVersion: v1 name: nutanix-csi-storage -version: 2.6.5 -kubeVersion: ">= 1.17.0-0" +version: 2.6.6 +kubeVersion: ">= 1.20.0-0" description: Nutanix Container Storage Interface (CSI) Driver home: https://github.com/nutanix/helm maintainers: - name: nutanix-cloud-native-bot email: cloudnative@nutanix.com icon: https://avatars2.githubusercontent.com/u/6165865?s=200&v=4 -appVersion: "2.6.4" +appVersion: "2.6.6" keywords: - Nutanix - Storage @@ -23,7 +23,7 @@ annotations: artifacthub.io/displayName: "Nutanix CSI Storage" artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/changes: | - - Update Nutanix CSI driver to v2.6.4 + - Update Nutanix CSI driver to v2.6.6 - Update CSI Sidecar version artifacthub.io/links: | - name: Nutanix CSI Driver documentation diff --git a/charts/nutanix-csi-storage/README.md b/charts/nutanix-csi-storage/README.md index ce4ee53..874c34a 100644 --- a/charts/nutanix-csi-storage/README.md +++ b/charts/nutanix-csi-storage/README.md @@ -25,7 +25,7 @@ https://portal.nutanix.com/page/documents/details?targetId=CSI-Volume-Driver-v2_ ## Features list -- Nutanix CSI Driver v2.6.4 +- Nutanix CSI Driver v2.6.6 - Nutanix Volumes support - Nutanix Files support - Volume clone @@ -41,7 +41,7 @@ https://portal.nutanix.com/page/documents/details?targetId=CSI-Volume-Driver-v2_ ## Prerequisites -- Kubernetes 1.17 or later +- Kubernetes 1.20 or later - Kubernetes worker nodes must have the iSCSI package installed (Nutanix Volumes mode) and/or NFS tools (Nutanix Files mode) - This chart have been validated on RHEL/CentOS/Rocky 7/8/9 and Ubuntu 18.04/20.04/21.04/21.10/22.05, but the new architecture enables easy portability to other distributions. diff --git a/charts/nutanix-csi-storage/values.yaml b/charts/nutanix-csi-storage/values.yaml index 8c951ac..35e49c2 100644 --- a/charts/nutanix-csi-storage/values.yaml +++ b/charts/nutanix-csi-storage/values.yaml @@ -132,28 +132,28 @@ servicemonitor: controller: replicas: 2 - image: quay.io/karbon/ntnx-csi:v2.6.4 + image: quay.io/karbon/ntnx-csi:v2.6.6 nodeSelector: {} tolerations: [] node: - image: quay.io/karbon/ntnx-csi:v2.6.4 + image: quay.io/karbon/ntnx-csi:v2.6.6 nodeSelector: {} tolerations: [] sidecars: registrar: - image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.8.0 + image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.1 provisioner: - image: registry.k8s.io/sig-storage/csi-provisioner:v3.5.0 + image: registry.k8s.io/sig-storage/csi-provisioner:v3.6.2 imageLegacy: registry.k8s.io/sig-storage/csi-provisioner:v2.2.2 snapshotter: - image: registry.k8s.io/sig-storage/csi-snapshotter:v6.2.1 + image: registry.k8s.io/sig-storage/csi-snapshotter:v6.3.2 imageBeta: registry.k8s.io/sig-storage/csi-snapshotter:v3.0.3 resizer: - image: registry.k8s.io/sig-storage/csi-resizer:v1.8.0 + image: registry.k8s.io/sig-storage/csi-resizer:v1.9.2 livenessprobe: - image: registry.k8s.io/sig-storage/livenessprobe:v2.10.0 + image: registry.k8s.io/sig-storage/livenessprobe:v2.11.0 # Used for deployment test in kind cluster #