Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address PR comments for "Release v1.11.0" #473

Merged
merged 4 commits into from
Jul 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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