Skip to content

Commit

Permalink
Address PR comments for "Release v1.11.0" (#473)
Browse files Browse the repository at this point in the history
* address PR comments

* close quotation marks

* add new line

* make sdc image consistent
  • Loading branch information
shaynafinocchiaro authored Jul 29, 2024
1 parent 42e6c1c commit 828944a
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion charts/csi-isilon/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 2.11.0
appVersion: "2.11.0"
kubeVersion: ">= 1.21.0"
# If you are using a complex K8s version like "v1.22.3-mirantis-1", use this kubeVersion check instead
# kubeVersion: ">= 1.23.0-0
# kubeVersion: ">= 1.23.0-0"
description: |
PowerScale CSI (Container Storage Interface) driver Kubernetes
integration. This chart includes everything required to provision via CSI as
Expand Down
2 changes: 1 addition & 1 deletion charts/csi-powermax/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: |
type: application
kubeVersion: ">= 1.23.0"
# If you are using a complex K8s version like "v1.23.3-mirantis-1", use this kubeVersion check instead
# kubeVersion: ">= 1.23.0-0
# kubeVersion: ">= 1.23.0-0"
keywords:
- csi
- storage
Expand Down
2 changes: 1 addition & 1 deletion charts/csi-powermax/templates/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: {{.Release.Name}}-node
namespace: {{.Release.Namespace}}
namespace: {{ .Release.Namespace }}
---
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1
Expand Down
2 changes: 1 addition & 1 deletion charts/csi-powerstore/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: |
type: application
kubeVersion: ">= 1.24.0"
# If you are using a complex K8s version like "v1.24.3-mirantis-1", use this kubeVersion check instead
# kubeVersion: ">= 1.23.0-0
# kubeVersion: ">= 1.23.0-0"
keywords:
- csi
- storage
Expand Down
2 changes: 1 addition & 1 deletion charts/csi-unity/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: |
type: application
kubeVersion: ">= 1.24.0"
# If you are using a complex K8s version like "v1.24.3-mirantis-1", use this kubeVersion check instead
# kubeVersion: ">= 1.23.0-0
# kubeVersion: ">= 1.23.0-0"
keywords:
- csi
- storage
Expand Down
2 changes: 1 addition & 1 deletion charts/csi-vxflexos/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: |
well as a VxFlex OS StorageClass.
kubeVersion: ">= 1.21.0"
# If you are using a complex K8s version like "v1.21.3-mirantis-1", use this kubeVersion check instead
# kubeVersion: ">= 1.23.0-0
# kubeVersion: ">= 1.23.0-0"
keywords:
- csi
- storage
Expand Down
4 changes: 2 additions & 2 deletions charts/csm-installer/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: csm-installer
version: 1.0.1
appVersion: 1.0.1
version: 1.0.2
appVersion: 1.0.2
type: application
description: Dell EMC Container Storage Modules Installer
1 change: 1 addition & 0 deletions charts/csm-replication/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ retryIntervalMin: 1s
# retryIntervalMax: Maximum retry interval of failed reconcile request
# Allowed values: time
retryIntervalMax: 5m

# HostAliases: Optional features that allows <hostname:IP> entries injection into pod's /etc/hosts file
# hostAliases:
# - ip: "10.10.10.10"
Expand Down
2 changes: 1 addition & 1 deletion installation-wizard/container-storage-modules/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ csi-vxflexos:
# "driver" defines the container image, used for the driver container.
driver: dellemc/csi-vxflexos:v2.11.0
# "powerflexSdc" defines the SDC image for init container.
powerflexSdc: dellemc/sdc:4.5.1
powerflexSdc: dellemc/sdc:4.5.2.1
# CSI sidecars
attacher: registry.k8s.io/sig-storage/csi-attacher:v4.6.1
provisioner: registry.k8s.io/sig-storage/csi-provisioner:v5.0.1
Expand Down

0 comments on commit 828944a

Please sign in to comment.