Skip to content

Commit

Permalink
CSI storage 2.6.4 (#119)
Browse files Browse the repository at this point in the history
* fix endpointport

* Update Chart.yaml

* Update csi driver image to v2.6.4

* fix readme

---------

Co-authored-by: Christophe Jauffret <reg-github@geo6.net>
Co-authored-by: Christophe Jauffret <christophe.jauffret@nutanix.com>
  • Loading branch information
3 people committed Aug 21, 2023
1 parent c882c4c commit ace3133
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 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.3
version: 2.6.4
kubeVersion: ">= 1.17.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.3"
appVersion: "2.6.4"
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.3
- Update Nutanix CSI driver to v2.6.4
- 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.3
- Nutanix CSI Driver v2.6.4
- Nutanix Volumes support
- Nutanix Files support
- Volume clone
Expand Down
2 changes: 1 addition & 1 deletion charts/nutanix-csi-storage/templates/ntnx-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ metadata:
data:
# base64 encoded prism-ip:prism-port:admin:password.
# E.g.: echo -n "10.83.0.91:9440:admin:mypassword" | base64
key: {{ printf "%s:9440:%s:%s" .Values.prismEndPoint .Values.username .Values.password | b64enc}}
key: {{ printf "%s:%v:%s:%s" .Values.prismEndPoint .Values.prismPort .Values.username .Values.password | b64enc}}
{{- end }}
{{- end }}
5 changes: 3 additions & 2 deletions charts/nutanix-csi-storage/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ defaultStorageClass: none

## fully qualified domain name (FQDN) or the cluster virtual IP address (if one is not configured, use the virtual IP address of any Controller VM in the cluster).
# prismEndPoint:
prismPort: 9440

## username of the Prism Element (PE) cluster admin
# username:
Expand Down Expand Up @@ -121,12 +122,12 @@ servicemonitor:

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

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

Expand Down

0 comments on commit ace3133

Please sign in to comment.