Skip to content

Commit

Permalink
csi storage 2.6.6 (#131)
Browse files Browse the repository at this point in the history
- update csi snapshot 6.2.1
- update nutanix csi 2.6.6
- update sidecar
  • Loading branch information
tuxtof committed Dec 1, 2023
1 parent 2d5e0ef commit 4ce7355
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 19 deletions.
9 changes: 4 additions & 5 deletions charts/nutanix-csi-snapshot/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion charts/nutanix-csi-snapshot/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ imagePullPolicy: IfNotPresent

tag:
rel3: v3.0.3
rel60: v6.2.1
rel60: v6.3.2

controller:
replicas: 2
Expand Down
8 changes: 4 additions & 4 deletions charts/nutanix-csi-storage/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/nutanix-csi-storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

Expand Down
14 changes: 7 additions & 7 deletions charts/nutanix-csi-storage/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down

0 comments on commit 4ce7355

Please sign in to comment.