Skip to content

Commit

Permalink
release of csi 2.6.10 (#149) (#150)
Browse files Browse the repository at this point in the history
Co-authored-by: koushikmalga <[email protected]>
  • Loading branch information
tuxtof and koushikmalga authored Jul 24, 2024
1 parent 7715a58 commit 643c67a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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.6
version: 2.6.10
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: [email protected]
icon: https://avatars2.githubusercontent.com/u/6165865?s=200&v=4
appVersion: "2.6.6"
appVersion: "2.6.10"
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.6
- Update Nutanix CSI driver to v2.6.10
- Update CSI Sidecar version
artifacthub.io/links: |
- name: Nutanix CSI Driver documentation
Expand Down
2 changes: 1 addition & 1 deletion 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.6
- Nutanix CSI Driver v2.6.10
- Nutanix Volumes support
- Nutanix Files support
- Volume clone
Expand Down
4 changes: 2 additions & 2 deletions charts/nutanix-csi-storage/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,12 @@ servicemonitor:

controller:
replicas: 2
image: quay.io/karbon/ntnx-csi:v2.6.6
image: quay.io/karbon/ntnx-csi:v2.6.10
nodeSelector: {}
tolerations: []

node:
image: quay.io/karbon/ntnx-csi:v2.6.6
image: quay.io/karbon/ntnx-csi:v2.6.10
nodeSelector: {}
tolerations: []

Expand Down

0 comments on commit 643c67a

Please sign in to comment.