Skip to content

Commit

Permalink
Bump chart driver versions for CSM 1.11 (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
boyamurthy authored and shaynafinocchiaro committed Jul 26, 2024
1 parent b0a3722 commit 1a2d1eb
Show file tree
Hide file tree
Showing 18 changed files with 134 additions and 133 deletions.
10 changes: 5 additions & 5 deletions charts/csi-isilon/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apiVersion: v2
name: csi-isilon
version: 2.10.1
appVersion: "2.10.1"
kubeVersion: ">= 1.23.0"
#If you are using a complex K8s version like "v1.23.3-mirantis-1", use this kubeVersion check instead
version: 2.11.0
appVersion: "2.11.0"
kubeVersion: ">= 1.21.0 < 1.31.0"
#If you are using a complex K8s version like "v1.22.3-mirantis-1", use this kubeVersion check instead
#WARNING: this version of the check will allow the use of alpha and beta versions, which is NOT SUPPORTED
#kubeVersion: ">= 1.23.0-0"
#kubeVersion: ">= 1.21.0-0 < 1.31.0-0"
description: |
PowerScale CSI (Container Storage Interface) driver Kubernetes
integration. This chart includes everything required to provision via CSI as
Expand Down
13 changes: 6 additions & 7 deletions charts/csi-isilon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
########################
# version: version of this values file
# Note: Do not change this value
version: "v2.10.1"
version: "v2.11.0"

images:
# "driver" defines the container image, used for the driver container.
driver: dellemc/csi-isilon:v2.10.1
driver: dellemc/csi-isilon:v2.11.0
# CSI sidecars
attacher: registry.k8s.io/sig-storage/csi-attacher:v4.5.0
provisioner: registry.k8s.io/sig-storage/csi-provisioner:v4.0.0
Expand All @@ -16,10 +16,10 @@ images:
healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0

# CSM sidecars
replication: dellemc/dell-csi-replicator:v1.8.1
podmon: dellemc/podmon:v1.9.1
authorization: dellemc/csm-authorization-sidecar:v1.10.1
metadataretriever: dellemc/csi-metadata-retriever:v1.7.3
replication: dellemc/dell-csi-replicator:v1.9.0
podmon: dellemc/podmon:v1.10.0
authorization: dellemc/csm-authorization-sidecar:v1.11.0
metadataretriever: dellemc/csi-metadata-retriever:v1.7.2
encryption: dellemc/csm-encryption:v0.3.0

# CSI driver log level
Expand Down Expand Up @@ -451,4 +451,3 @@ encryption:
# When set, performance is reduced and hard links cannot be created.
# See the gocryptfs documentation for more details.
extraArgs: []

10 changes: 5 additions & 5 deletions charts/csi-powermax/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
apiVersion: v2
appVersion: "2.10.1"
appVersion: "2.11.0"
name: csi-powermax
version: 2.10.1
version: 2.11.0
description: |
PowerMax CSI (Container Storage Interface) driver Kubernetes
integration. This chart includes everything required to provision via CSI as
well as a PowerMax StorageClass.
type: application
kubeVersion: ">= 1.23.0"
kubeVersion: ">= 1.23.0 < 1.31.0"
# If you are using a complex K8s version like "v1.23.3-mirantis-1", use this kubeVersion check instead
# WARNING: this version of the check will allow the use of alpha and beta versions, which is NOT SUPPORTED
# kubeVersion: ">= 1.23.0-0"
# kubeVersion: ">= 1.23.0-0 < 1.31.0-0"
keywords:
- csi
- storage
dependencies:
- name: csireverseproxy
version: 2.9.1
version: 2.10.0
condition: required
home: https://github.com/dell/csi-powermax
icon: https://avatars1.githubusercontent.com/u/20958494?s=200&v=4
Expand Down
4 changes: 2 additions & 2 deletions charts/csi-powermax/charts/csireverseproxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ description: A Helm chart for CSI PowerMax ReverseProxy

type: application

version: 2.9.1
version: 2.10.0

appVersion: 2.9.1
appVersion: 2.10.0
2 changes: 1 addition & 1 deletion charts/csi-powermax/charts/csireverseproxy/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: dellemc/csipowermax-reverseproxy:v2.9.1
image: dellemc/csipowermax-reverseproxy:v2.10.0
port: 2222

# TLS secret which is used for setting up the proxy HTTPS server
Expand Down
16 changes: 8 additions & 8 deletions charts/csi-powermax/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ global:

# Current version of the driver
# Don't modify this value as this value will be used by the install script
version: "v2.10.1"
version: "v2.11.0"

# "images" defines every container images used for the driver and its sidecars.
# To use your own images, or a private registry, change the values here.
images:
# "driver" defines the container image, used for the driver container.
driver: dellemc/csi-powermax:v2.10.1
csireverseproxy: dellemc/csipowermax-reverseproxy:v2.9.1
driver: dellemc/csi-powermax:v2.11.0
csireverseproxy: dellemc/csipowermax-reverseproxy:v2.10.0
# CSI sidecars
attacher: registry.k8s.io/sig-storage/csi-attacher:v4.5.0
provisioner: registry.k8s.io/sig-storage/csi-provisioner:v4.0.0
Expand All @@ -64,12 +64,12 @@ images:
registrar: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.0
healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0
# CSM sidecars
replication: dellemc/dell-csi-replicator:v1.8.1
authorization: dellemc/csm-authorization-sidecar:v1.10.1
migration: dellemc/dell-csi-migrator:v1.3.1
replication: dellemc/dell-csi-replicator:v1.9.0
authorization: dellemc/csm-authorization-sidecar:v1.11.0
migration: dellemc/dell-csi-migrator:v1.4.0
# Node rescan sidecar does a rescan on nodes for identifying new paths
# Default value: dellemc/dell-csi-node-rescanner:v1.0.1
noderescan: dellemc/dell-csi-node-rescanner:v1.3.1
# Default value: dellemc/dell-csi-node-rescanner:v1.3.0
noderescan: dellemc/dell-csi-node-rescanner:v1.3.0
## K8S/DRIVER ATTRIBUTES
########################
# customDriverName: If enabled, sets the driver name to the
Expand Down
10 changes: 5 additions & 5 deletions charts/csi-powerstore/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
apiVersion: v2
appVersion: "2.10.1"
appVersion: "2.11.0"
name: csi-powerstore
version: 2.10.1
version: 2.11.0
description: |
PowerStore CSI (Container Storage Interface) driver Kubernetes
integration. This chart includes everything required to provision via CSI as
well as a PowerStore StorageClass.
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.24.0 < 1.31.0"
# If you are using a complex K8s version like "v1.24.3-mirantis-1", use this kubeVersion check instead
# WARNING: this version of the check will allow the use of alpha and beta versions, which is NOT SUPPORTED
# kubeVersion: ">= 1.23.0-0"
# kubeVersion: ">= 1.24.0-0 < 1.31.0-0"
keywords:
- csi
- storage
Expand Down
12 changes: 6 additions & 6 deletions charts/csi-powerstore/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
driverName: "csi-powerstore.dellemc.com"
# "version" is used to verify the values file matches driver version
# Not recommend to change
version: v2.10.1
version: v2.11.0

# "images" defines every container images used for the driver and its sidecars.
# To use your own images, or a private registry, change the values here.
images:
# "driver" defines the container image, used for the driver container.
driver: dellemc/csi-powerstore:v2.10.1
driver: dellemc/csi-powerstore:v2.11.0
# CSI sidecars
attacher: registry.k8s.io/sig-storage/csi-attacher:v4.5.0
provisioner: registry.k8s.io/sig-storage/csi-provisioner:v4.0.0
Expand All @@ -39,10 +39,10 @@ images:
healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0

# CSM sidecars
replication: dellemc/dell-csi-replicator:v1.8.1
vgsnapshotter: dellemc/csi-volumegroup-snapshotter:v1.5.1
podmon: dellemc/podmon:v1.9.1
metadataretriever: dellemc/csi-metadata-retriever:v1.7.3
replication: dellemc/dell-csi-replicator:v1.9.0
vgsnapshotter: dellemc/csi-volumegroup-snapshotter:v1.6.0
podmon: dellemc/podmon:v1.10.0
metadataretriever: dellemc/csi-metadata-retriever:v1.7.2

# Specify kubelet config dir path.
# Ensure that the config.yaml file is present at this path.
Expand Down
11 changes: 6 additions & 5 deletions charts/csi-unity/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
apiVersion: v2
appVersion: 2.10.1
appVersion: 2.11.0
name: csi-unity
version: 2.10.1
version: 2.11.0
description: |
Unity XT CSI (Container Storage Interface) driver Kubernetes
integration. This chart includes everything required to provision via CSI as
well as a Unity XT StorageClass.
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.24.0 < 1.31.0"
# If you are using a complex K8s version like "v1.24.3-mirantis-1", use this kubeVersion check instead
# WARNING: this version of the check will allow the use of alpha and beta versions, which is NOT SUPPORTED
# kubeVersion: ">= 1.23.0-0"
# kubeVersion: ">= 1.24.0-0 < 1.31.0-0"
keywords:
- csi
- storage
sources:
- https://github.com/dell/csi-unity
maintainers:
- name: DellEMC

10 changes: 5 additions & 5 deletions charts/csi-unity/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
# version: version of this values file
# Note: Do not change this value
# Examples : "v2.9.0" , "nightly"
version: "v2.10.1"
version: "v2.11.0"

images:
# "driver" defines the container image, used for the driver container.
driver: dellemc/csi-unity:v2.10.1
driver: dellemc/csi-unity:v2.11.0
# CSI sidecars
attacher: registry.k8s.io/sig-storage/csi-attacher:v4.5.0
provisioner: registry.k8s.io/sig-storage/csi-provisioner:v4.0.0
Expand All @@ -18,7 +18,7 @@ images:
healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0

# CSM sidecars
podmon: dellemc/podmon:v1.9.1
podmon: dellemc/podmon:v1.10.0

# LogLevel is used to set the logging level of the driver.
# Allowed values: "error", "warn"/"warning", "info", "debug"
Expand Down Expand Up @@ -48,7 +48,7 @@ kubeletConfigDir: /var/lib/kubelet
# Allowed values:
# ReadWriteOnceWithFSType: supports volume ownership and permissions change only if the fsType is defined
# and the volume's accessModes contains ReadWriteOnce.
# File: kubernetes may use fsGroup to change permissions and ownership of the volume
# File: kubernetes may use fsGroup to change permissions and ownership of the volume
# to match user requested fsGroup in the pod's security policy regardless of fstype or access mode.
# None: volumes will be mounted with no modifications.
# Default value: ReadWriteOnceWithFSType
Expand Down Expand Up @@ -176,7 +176,7 @@ node:
# - key: "node.kubernetes.io/network-unavailable"
# operator: "Exists"
# effect: "NoExecute"
# Uncomment if CSM for Resiliency and CSI Driver pods monitor are enabled
# Uncomment if CSM for Resiliency and CSI Driver pods monitor are enabled
# - key: "offline.vxflexos.storage.dell.com"
# operator: "Exists"
# effect: "NoSchedule"
Expand Down
10 changes: 5 additions & 5 deletions charts/csi-vxflexos/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
apiVersion: v2
appVersion: "2.10.1"
appVersion: "2.11.0"
name: csi-vxflexos
version: "2.10.2"
version: "2.11.0"
description: |
VxFlex OS CSI (Container Storage Interface) driver Kubernetes
integration. This chart includes everything required to provision via CSI as
well as a VxFlex OS StorageClass.
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.21.0 < 1.31.0"
# If you are using a complex K8s version like "v1.21.3-mirantis-1", use this kubeVersion check instead
# WARNING: this version of the check will allow the use of alpha and beta versions, which is NOT SUPPORTED
# kubeVersion: ">= 1.23.0-0"
# kubeVersion: ">= 1.21.0-0 < 1.31.0-0"
keywords:
- csi
- storage
Expand Down
44 changes: 22 additions & 22 deletions charts/csi-vxflexos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

# "version" is used to verify the values file matches driver version
# Not recommend to change
version: v2.10.1
version: v2.11.0

# "images" defines every container images used for the driver and its sidecars.
# To use your own images, or a private registry, change the values here.

images:
# "driver" defines the container image, used for the driver container.
driver: dellemc/csi-vxflexos:v2.10.1
driver: dellemc/csi-vxflexos:v2.11.0
# "powerflexSdc" defines the SDC image for init container.
powerflexSdc: dellemc/sdc:4.5.1
# CSI sidecars
Expand All @@ -21,10 +21,10 @@ images:
registrar: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.0
healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0
# CSM sidecars
replication: dellemc/dell-csi-replicator:v1.8.1
vgsnapshotter: dellemc/csi-volumegroup-snapshotter:v1.5.1
podmon: dellemc/podmon:v1.9.1
authorization: dellemc/csm-authorization-sidecar:v1.10.1
replication: dellemc/dell-csi-replicator:v1.9.0
vgsnapshotter: dellemc/csi-volumegroup-snapshotter:v1.6.0
podmon: dellemc/podmon:v1.10.0
authorization: dellemc/csm-authorization-sidecar:v1.11.0

# Represents number of certificate secrets, which user is going to create for ssl authentication. (vxflexos-cert-0..vxflexos-cert-n)
# If user does not use certificate, set to 0
Expand Down Expand Up @@ -100,7 +100,7 @@ allowRWOMultiPodAccess: "false"
# Allowed values:
# ReadWriteOnceWithFSType: supports volume ownership and permissions change only if the fsType is defined
# and the volume's accessModes contains ReadWriteOnce.
# File: kubernetes may use fsGroup to change permissions and ownership of the volume
# File: kubernetes may use fsGroup to change permissions and ownership of the volume
# to match user requested fsGroup in the pod's security policy regardless of fstype or access mode.
# None: volumes will be mounted with no modifications.
fsGroupPolicy: File
Expand Down Expand Up @@ -174,7 +174,7 @@ controller:
# false: disable volume snapshot feature(do not install resizer sidecar)
# Default value: None
enabled: true

#"controller.nodeSelector" defines what nodes would be selected for pods of controller deployment
# Leave as blank to use all nodes
# Allowed values: map of key-value pairs
Expand All @@ -188,12 +188,12 @@ controller:
# Leave as blank to install controller on worker nodes
# Default value: None
tolerations:
# Uncomment if nodes you wish to use have the node-role.kubernetes.io/master taint
# - key: "node-role.kubernetes.io/master"
# Uncomment if nodes you wish to use have the node-role.kubernetes.io/master taint
# - key: "node-role.kubernetes.io/master"
# operator: "Exists"
# effect: "NoSchedule"
# Uncomment if nodes you wish to use have the node-role.kubernetes.io/control-plane taint
# - key: "node-role.kubernetes.io/control-plane"
# Uncomment if nodes you wish to use have the node-role.kubernetes.io/control-plane taint
# - key: "node-role.kubernetes.io/control-plane"
# operator: "Exists"
# effect: "NoSchedule"

Expand Down Expand Up @@ -221,14 +221,14 @@ node:
# Default value: None
tolerations:
# Uncomment if nodes you wish to use have the node-role.kubernetes.io/master taint
# - key: "node-role.kubernetes.io/master"
# - key: "node-role.kubernetes.io/master"
# operator: "Exists"
# effect: "NoSchedule"
# Uncomment if nodes you wish to use have the node-role.kubernetes.io/control-plane taint
# - key: "node-role.kubernetes.io/control-plane"
# Uncomment if nodes you wish to use have the node-role.kubernetes.io/control-plane taint
# - key: "node-role.kubernetes.io/control-plane"
# operator: "Exists"
# effect: "NoSchedule"
# Uncomment if CSM for Resiliency and CSI Driver pods monitor is enabled
# Uncomment if CSM for Resiliency and CSI Driver pods monitor is enabled
# - key: "offline.vxflexos.storage.dell.com"
# operator: "Exists"
# effect: "NoSchedule"
Expand Down Expand Up @@ -262,10 +262,10 @@ node:
# Default value: none
# Examples: "rhel-sdc", "sdc-test"
prefix: "sdc-test"

# "approveSDC" defines the approve operation for SDC
# Default value: None
approveSDC:
approveSDC:
# enabled: Enable/Disable SDC approval
#Allowed values:
# true: Driver will attempt to approve restricted SDC by GUID during setup
Expand All @@ -285,8 +285,8 @@ storageCapacity:
# pollInterval : Configure how often external-provisioner polls the driver to detect changed capacity
# Allowed values: 1m,2m,3m,...,10m,...,60m etc
# Default value: 5m
pollInterval: 5m
pollInterval: 5m


# monitoring pod details
# These options control the running of the monitoring container
Expand Down Expand Up @@ -356,6 +356,6 @@ authorization:
# skipCertificateValidation: certificate validation of the csm-authorization server
# Allowed Values:
# "true" - TLS certificate verification will be skipped
# "false" - TLS certificate will be verified
# Default value: "true"
# "false" - TLS certificate will be verified
# Default value: "true"
skipCertificateValidation: true
2 changes: 1 addition & 1 deletion charts/csm-application-mobility/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ appVersion: "0.3.0"

dependencies:
- name: cert-manager
version: 1.8.2
version: 1.11.0
repository: https://charts.jetstack.io
condition: cert-manager.enabled
- name: velero
Expand Down
Loading

0 comments on commit 1a2d1eb

Please sign in to comment.