-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* changed the CSI version to 2.6.3 (#99) * fix testing chart * update sidecar container images (#102) * update version in charts.yaml * update maxUnavailable rollout strategy to 10% * remove limit and set request --------- Co-authored-by: aniruddhg-nx <[email protected]> Co-authored-by: Aniruddh Gupta <[email protected]>
- Loading branch information
1 parent
8e500e1
commit b9ebb51
Showing
6 changed files
with
31 additions
and
27 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ imagePullPolicy: IfNotPresent | |
|
||
tag: | ||
rel3: v3.0.3 | ||
rel60: v6.0.1 | ||
rel60: v6.2.1 | ||
|
||
controller: | ||
replicas: 2 | ||
|
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,14 +1,14 @@ | ||
apiVersion: v1 | ||
name: nutanix-csi-storage | ||
version: 2.6.2 | ||
version: 2.6.3 | ||
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: [email protected] | ||
icon: https://avatars2.githubusercontent.com/u/6165865?s=200&v=4 | ||
appVersion: "2.6.1" | ||
appVersion: "2.6.3" | ||
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.1 | ||
- Update Nutanix CSI driver to v2.6.3 | ||
- Update CSI Sidecar version | ||
artifacthub.io/links: | | ||
- name: Nutanix CSI Driver documentation | ||
|
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