From 1a2d1eb2051957d9e3fe4d284e62d6f9ed1f0377 Mon Sep 17 00:00:00 2001 From: boyamurthy <92081029+boyamurthy@users.noreply.github.com> Date: Mon, 8 Apr 2024 14:09:07 +0530 Subject: [PATCH] Bump chart driver versions for CSM 1.11 (#407) --- charts/csi-isilon/Chart.yaml | 10 +-- charts/csi-isilon/values.yaml | 13 ++-- charts/csi-powermax/Chart.yaml | 10 +-- .../charts/csireverseproxy/Chart.yaml | 4 +- .../charts/csireverseproxy/values.yaml | 2 +- charts/csi-powermax/values.yaml | 16 ++-- charts/csi-powerstore/Chart.yaml | 10 +-- charts/csi-powerstore/values.yaml | 12 +-- charts/csi-unity/Chart.yaml | 11 +-- charts/csi-unity/values.yaml | 10 +-- charts/csi-vxflexos/Chart.yaml | 10 +-- charts/csi-vxflexos/values.yaml | 44 +++++------ charts/csm-application-mobility/Chart.yaml | 2 +- charts/csm-replication/Chart.yaml | 4 +- charts/csm-replication/values.yaml | 2 +- .../crds/cert-manager.crds.yaml | 12 +-- .../container-storage-modules/Chart.yaml | 20 ++--- .../container-storage-modules/values.yaml | 75 ++++++++++--------- 18 files changed, 134 insertions(+), 133 deletions(-) diff --git a/charts/csi-isilon/Chart.yaml b/charts/csi-isilon/Chart.yaml index 7e9ae29d..b07750aa 100644 --- a/charts/csi-isilon/Chart.yaml +++ b/charts/csi-isilon/Chart.yaml @@ -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 diff --git a/charts/csi-isilon/values.yaml b/charts/csi-isilon/values.yaml index 500e43c0..c1efa2b4 100644 --- a/charts/csi-isilon/values.yaml +++ b/charts/csi-isilon/values.yaml @@ -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 @@ -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 @@ -451,4 +451,3 @@ encryption: # When set, performance is reduced and hard links cannot be created. # See the gocryptfs documentation for more details. extraArgs: [] - diff --git a/charts/csi-powermax/Chart.yaml b/charts/csi-powermax/Chart.yaml index 87cbe1e1..811bf56d 100644 --- a/charts/csi-powermax/Chart.yaml +++ b/charts/csi-powermax/Chart.yaml @@ -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 diff --git a/charts/csi-powermax/charts/csireverseproxy/Chart.yaml b/charts/csi-powermax/charts/csireverseproxy/Chart.yaml index 76992f7e..17084e2e 100644 --- a/charts/csi-powermax/charts/csireverseproxy/Chart.yaml +++ b/charts/csi-powermax/charts/csireverseproxy/Chart.yaml @@ -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 diff --git a/charts/csi-powermax/charts/csireverseproxy/values.yaml b/charts/csi-powermax/charts/csireverseproxy/values.yaml index 0dd33dee..3b6541b7 100644 --- a/charts/csi-powermax/charts/csireverseproxy/values.yaml +++ b/charts/csi-powermax/charts/csireverseproxy/values.yaml @@ -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 diff --git a/charts/csi-powermax/values.yaml b/charts/csi-powermax/values.yaml index 695d7be0..be01221f 100644 --- a/charts/csi-powermax/values.yaml +++ b/charts/csi-powermax/values.yaml @@ -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 @@ -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 diff --git a/charts/csi-powerstore/Chart.yaml b/charts/csi-powerstore/Chart.yaml index 3f000066..98c98f05 100644 --- a/charts/csi-powerstore/Chart.yaml +++ b/charts/csi-powerstore/Chart.yaml @@ -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 diff --git a/charts/csi-powerstore/values.yaml b/charts/csi-powerstore/values.yaml index c40485d2..7baf7065 100644 --- a/charts/csi-powerstore/values.yaml +++ b/charts/csi-powerstore/values.yaml @@ -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 @@ -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. diff --git a/charts/csi-unity/Chart.yaml b/charts/csi-unity/Chart.yaml index e169cd11..c2ff5904 100644 --- a/charts/csi-unity/Chart.yaml +++ b/charts/csi-unity/Chart.yaml @@ -1,16 +1,16 @@ 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 @@ -18,3 +18,4 @@ sources: - https://github.com/dell/csi-unity maintainers: - name: DellEMC + diff --git a/charts/csi-unity/values.yaml b/charts/csi-unity/values.yaml index e0a39e7e..42438387 100644 --- a/charts/csi-unity/values.yaml +++ b/charts/csi-unity/values.yaml @@ -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 @@ -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" @@ -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 @@ -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" diff --git a/charts/csi-vxflexos/Chart.yaml b/charts/csi-vxflexos/Chart.yaml index f0b6655b..d06e9488 100644 --- a/charts/csi-vxflexos/Chart.yaml +++ b/charts/csi-vxflexos/Chart.yaml @@ -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 diff --git a/charts/csi-vxflexos/values.yaml b/charts/csi-vxflexos/values.yaml index 28934c6d..a7357f12 100644 --- a/charts/csi-vxflexos/values.yaml +++ b/charts/csi-vxflexos/values.yaml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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" @@ -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" @@ -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 @@ -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 @@ -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 diff --git a/charts/csm-application-mobility/Chart.yaml b/charts/csm-application-mobility/Chart.yaml index f1f62677..1aab7367 100644 --- a/charts/csm-application-mobility/Chart.yaml +++ b/charts/csm-application-mobility/Chart.yaml @@ -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 diff --git a/charts/csm-replication/Chart.yaml b/charts/csm-replication/Chart.yaml index e76db85f..9bf18900 100644 --- a/charts/csm-replication/Chart.yaml +++ b/charts/csm-replication/Chart.yaml @@ -3,5 +3,5 @@ name: csm-replication type: application description: | CSM for Replication helm charts -version: 1.8.1 -appVersion: "1.8.1" +version: 1.9.0 +appVersion: "1.9.0" diff --git a/charts/csm-replication/values.yaml b/charts/csm-replication/values.yaml index 70f182a8..4f1bdd3d 100644 --- a/charts/csm-replication/values.yaml +++ b/charts/csm-replication/values.yaml @@ -5,7 +5,7 @@ replicas: 1 # image: Defines controller image. This shouldn't be changed # Allowed values: string -image: dellemc/dell-replication-controller:v1.8.1 +image: dellemc/dell-replication-controller:v1.9.0 # logLevel: Defines initial log level for controller. This can be changed in runtime # Allowed values: "debug", "info", "warn", "error", "panic" diff --git a/charts/karavi-observability/crds/cert-manager.crds.yaml b/charts/karavi-observability/crds/cert-manager.crds.yaml index 62f42682..eb8be408 100644 --- a/charts/karavi-observability/crds/cert-manager.crds.yaml +++ b/charts/karavi-observability/crds/cert-manager.crds.yaml @@ -22,7 +22,7 @@ metadata: app.kubernetes.io/name: 'cert-manager' app.kubernetes.io/instance: 'cert-manager' # Generated labels - app.kubernetes.io/version: "v1.10.0" + app.kubernetes.io/version: "v1.11.0" spec: group: cert-manager.io names: @@ -1313,7 +1313,7 @@ metadata: app.kubernetes.io/name: 'cert-manager' app.kubernetes.io/instance: 'cert-manager' # Generated labels - app.kubernetes.io/version: "v1.10.0" + app.kubernetes.io/version: "v1.11.0" spec: group: acme.cert-manager.io names: @@ -2377,7 +2377,7 @@ metadata: app.kubernetes.io/name: 'cert-manager' app.kubernetes.io/instance: 'cert-manager' # Generated labels - app.kubernetes.io/version: "v1.10.0" + app.kubernetes.io/version: "v1.11.0" spec: group: cert-manager.io names: @@ -2577,7 +2577,7 @@ metadata: app.kubernetes.io/name: 'cert-manager' app.kubernetes.io/instance: 'cert-manager' # Generated labels - app.kubernetes.io/version: "v1.10.0" + app.kubernetes.io/version: "v1.11.0" spec: group: cert-manager.io names: @@ -3868,7 +3868,7 @@ metadata: app.kubernetes.io/name: 'cert-manager' app.kubernetes.io/instance: 'cert-manager' # Generated labels - app.kubernetes.io/version: "v1.10.0" + app.kubernetes.io/version: "v1.11.0" spec: group: cert-manager.io names: @@ -4241,7 +4241,7 @@ metadata: app.kubernetes.io/name: 'cert-manager' app.kubernetes.io/instance: 'cert-manager' # Generated labels - app.kubernetes.io/version: "v1.10.0" + app.kubernetes.io/version: "v1.11.0" spec: group: acme.cert-manager.io names: diff --git a/installation-wizard/container-storage-modules/Chart.yaml b/installation-wizard/container-storage-modules/Chart.yaml index 1023a476..ddfab75f 100644 --- a/installation-wizard/container-storage-modules/Chart.yaml +++ b/installation-wizard/container-storage-modules/Chart.yaml @@ -30,51 +30,51 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.3.2 +version: 1.4.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.3.2" +appVersion: "1.4.0" dependencies: - name: csi-powerstore - version: 2.10.1 + version: 2.11.0 repository: https://dell.github.io/helm-charts condition: csi-powerstore.enabled - name: csi-powermax - version: 2.10.1 + version: 2.11.0 repository: https://dell.github.io/helm-charts condition: csi-powermax.enabled - name: csi-isilon - version: 2.10.1 + version: 2.11.0 repository: https://dell.github.io/helm-charts condition: csi-isilon.enabled - name: csi-vxflexos - version: 2.10.2 + version: 2.11.0 repository: https://dell.github.io/helm-charts condition: csi-vxflexos.enabled - name: csi-unity - version: 2.10.1 + version: 2.11.0 repository: https://dell.github.io/helm-charts condition: csi-unity.enabled - name: csm-replication - version: 1.8.1 + version: 1.9.0 repository: https://dell.github.io/helm-charts condition: csm-replication.enabled - name: karavi-observability - version: 1.8.0 + version: 1.9.0 repository: https://dell.github.io/helm-charts condition: karavi-observability.enabled - name: cert-manager - version: 1.10.0 + version: 1.11.0 repository: https://charts.jetstack.io condition: cert-manager.enabled diff --git a/installation-wizard/container-storage-modules/values.yaml b/installation-wizard/container-storage-modules/values.yaml index 8095f4c5..bd2fb47f 100644 --- a/installation-wizard/container-storage-modules/values.yaml +++ b/installation-wizard/container-storage-modules/values.yaml @@ -16,14 +16,14 @@ ## K8S/DRIVER ATTRIBUTES ################################### -## CSI PowerStore +## CSI PowerStore ######################## csi-powerstore: enabled: false - version: "v2.10.1" + version: "v2.11.0" 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 @@ -33,10 +33,10 @@ csi-powerstore: 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 ## Controller ATTRIBUTES controller: controllerCount: 2 @@ -129,11 +129,11 @@ csi-powermax: - endpoint: https://backup-1.unisphe.re:8443 # - endpoint: https://primary-2.unisphe.re:8443 # - endpoint: https://backup-2.unisphe.re:8443 - version: "v2.10.1" + version: "v2.11.0" 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 @@ -142,10 +142,10 @@ csi-powermax: 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 - noderescan: dellemc/dell-csi-node-rescanner: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 + noderescan: dellemc/dell-csi-node-rescanner:v1.3.0 clusterPrefix: ABC portGroups: PortGroup1, PortGroup2, PortGroup3 controller: @@ -179,16 +179,16 @@ csi-powermax: storageCapacity: enabled: true maxPowerMaxVolumesPerNode: 0 - + ## CSI PowerScale ######################## csi-isilon: enabled: false - 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 @@ -197,10 +197,10 @@ csi-isilon: 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 - 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 ## Controller ATTRIBUTES controller: @@ -276,10 +276,10 @@ csi-isilon: ######################## csi-vxflexos: enabled: false - version: v2.10.1 + version: v2.11.0 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 @@ -290,10 +290,10 @@ csi-vxflexos: 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 certSecretCount: 0 controller: replication: @@ -316,7 +316,7 @@ csi-vxflexos: approveSDC: enabled: false tolerations: - # 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" @@ -344,8 +344,8 @@ csi-vxflexos: vgsnapshotter: enabled: false # maxVxflexosVolumesPerNode - Maximum number of volumes that controller can publish to the node. - maxVxflexosVolumesPerNode: 0 - + maxVxflexosVolumesPerNode: 0 + podmon: enabled: false controller: @@ -368,17 +368,17 @@ csi-vxflexos: - "--ignoreVolumelessPods=false" authorization: enabled: false - sidecarProxyImage: dellemc/csm-authorization-sidecar:v1.10.1 + sidecarProxyImage: dellemc/csm-authorization-sidecar:v1.11.0 proxyHost: ## CSI Unity ######################## csi-unity: enabled: false - 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 @@ -387,7 +387,7 @@ csi-unity: 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 - podmon: dellemc/podmon:v1.9.1 + podmon: dellemc/podmon:v1.10.0 # certSecretCount: Represents number of certificate secrets, which user is going to create for # ssl authentication. (unity-cert-0..unity-cert-n) # Allowed values: n, where n > 0 @@ -397,7 +397,7 @@ csi-unity: # 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 @@ -453,7 +453,7 @@ csi-unity: # - 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" @@ -534,5 +534,6 @@ karavi-observability: ## K8S/Cert-manager ATTRIBUTES ######################## -cert-manager: +cert-manager: enabled: false +