diff --git a/charts/cosi/Chart.yaml b/charts/cosi/Chart.yaml index 784f08ba..419655d3 100644 --- a/charts/cosi/Chart.yaml +++ b/charts/cosi/Chart.yaml @@ -27,7 +27,7 @@ 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: 0.1.2 +version: 0.2.1 # This is the version number of the application being deployed. This version number should be diff --git a/charts/cosi/values.yaml b/charts/cosi/values.yaml index ed02c80f..5107d0a7 100644 --- a/charts/cosi/values.yaml +++ b/charts/cosi/values.yaml @@ -31,7 +31,7 @@ provisioner: # repository is the COSI driver provisioner container image repository. repository: "docker.io/dellemc/cosi" # tag is the COSI driver provisioner container image tag. - tag: "v0.3.0" + tag: "v0.2.1" # pullPolicy is the COSI driver provisioner container image pull policy. pullPolicy: "IfNotPresent" diff --git a/charts/csi-isilon/Chart.yaml b/charts/csi-isilon/Chart.yaml index cdb709b0..7e9ae29d 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.0 -appVersion: "2.10.0" -kubeVersion: ">= 1.21.0 < 1.30.0" -#If you are using a complex K8s version like "v1.22.3-mirantis-1", use this kubeVersion check instead +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 #WARNING: this version of the check will allow the use of alpha and beta versions, which is NOT SUPPORTED -#kubeVersion: ">= 1.21.0-0 < 1.30.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 diff --git a/charts/csi-isilon/values.yaml b/charts/csi-isilon/values.yaml index 8b07038f..ba58fd62 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.0" +version: "v2.10.1" images: # "driver" defines the container image, used for the driver container. - driver: dellemc/csi-isilon:v2.10.0 + driver: dellemc/csi-isilon:v2.10.1 # 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.0 - podmon: dellemc/podmon:v1.9.0 - authorization: dellemc/csm-authorization-sidecar:v1.10.0 - metadataretriever: dellemc/csi-metadata-retriever:v1.7.2 + 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 encryption: dellemc/csm-encryption:v0.3.0 # CSI driver log level diff --git a/charts/csi-powermax/Chart.yaml b/charts/csi-powermax/Chart.yaml index 7e817f4e..7dbc3e87 100644 --- a/charts/csi-powermax/Chart.yaml +++ b/charts/csi-powermax/Chart.yaml @@ -1,22 +1,22 @@ apiVersion: v2 -appVersion: "2.10.0" +appVersion: "2.10.1" name: csi-powermax -version: 2.10.0 +version: 2.10.1 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 < 1.30.0" +kubeVersion: ">= 1.23.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 < 1.30.0-0" +# kubeVersion: ">= 1.23.0-0" keywords: - csi - storage dependencies: - name: csireverseproxy - version: 2.9.0 + version: 2.9.1 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/values.yaml b/charts/csi-powermax/values.yaml index 41947851..695d7be0 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.0" +version: "v2.10.1" # "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.0 - csireverseproxy: dellemc/csipowermax-reverseproxy:v2.9.0 + driver: dellemc/csi-powermax:v2.10.1 + csireverseproxy: dellemc/csipowermax-reverseproxy:v2.9.1 # 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.0 - authorization: dellemc/csm-authorization-sidecar:v1.10.0 - migration: dellemc/dell-csi-migrator:v1.3.0 + replication: dellemc/dell-csi-replicator:v1.8.1 + authorization: dellemc/csm-authorization-sidecar:v1.10.1 + migration: dellemc/dell-csi-migrator:v1.3.1 # 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.2.0 + noderescan: dellemc/dell-csi-node-rescanner:v1.3.1 ## 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 376d4bcd..3f000066 100644 --- a/charts/csi-powerstore/Chart.yaml +++ b/charts/csi-powerstore/Chart.yaml @@ -1,31 +1,16 @@ -# -# -# Copyright © 2020-2023 Dell Inc. or its subsidiaries. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# http://www.apache.org/licenses/LICENSE-2.0 -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# -# apiVersion: v2 -appVersion: "2.10.0" +appVersion: "2.10.1" name: csi-powerstore -version: 2.10.0 +version: 2.10.1 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.24.0 < 1.30.0" -# If you are using a complex K8s version like "v1.24.3-mirantis-1", use this kubeVersion check instead +kubeVersion: ">= 1.23.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.24.0-0 < 1.30.0-0" +# kubeVersion: ">= 1.23.0-0" keywords: - csi - storage diff --git a/charts/csi-powerstore/values.yaml b/charts/csi-powerstore/values.yaml index 0254241b..c40485d2 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.0 +version: v2.10.1 # "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.0 + driver: dellemc/csi-powerstore:v2.10.1 # 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.0 - vgsnapshotter: dellemc/csi-volumegroup-snapshotter:v1.5.0 - podmon: dellemc/podmon:v1.9.0 - metadataretriever: dellemc/csi-metadata-retriever:v1.7.2 + 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 # 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 696475be..74a1de74 100644 --- a/charts/csi-unity/Chart.yaml +++ b/charts/csi-unity/Chart.yaml @@ -1,20 +1,20 @@ apiVersion: v2 -appVersion: 2.10.0 +appVersion: 2.10.1 name: csi-unity -version: 2.10.0 +version: 2.10.1 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.24.0 < 1.30.0" -# If you are using a complex K8s version like "v1.24.3-mirantis-1", use this kubeVersion check instead +kubeVersion: ">= 1.23.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.24.0-0 < 1.30.0-0" +# kubeVersion: ">= 1.23.0-0" keywords: - csi - storage sources: - - https://github.com/dell/csi-unity +- https://github.com/dell/csi-unity maintainers: - - name: DellEMC +- name: DellEMC diff --git a/charts/csi-unity/values.yaml b/charts/csi-unity/values.yaml index 6a99bbb2..c69ee876 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.0" +version: "v2.10.1" images: # "driver" defines the container image, used for the driver container. - driver: dellemc/csi-unity:v2.10.0 + driver: dellemc/csi-unity:v2.10.1 # 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.0 + podmon: dellemc/podmon:v1.9.1 # LogLevel is used to set the logging level of the driver. # Allowed values: "error", "warn"/"warning", "info", "debug" diff --git a/charts/csi-vxflexos/Chart.yaml b/charts/csi-vxflexos/Chart.yaml index 04575c37..f0b6655b 100644 --- a/charts/csi-vxflexos/Chart.yaml +++ b/charts/csi-vxflexos/Chart.yaml @@ -1,15 +1,15 @@ apiVersion: v2 -appVersion: "2.10.0" +appVersion: "2.10.1" name: csi-vxflexos -version: "2.10.1" +version: "2.10.2" 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.21.0 < 1.30.0" -# If you are using a complex K8s version like "v1.21.3-mirantis-1", use this kubeVersion check instead +kubeVersion: ">= 1.23.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.21.0-0 < 1.30.0-0" +# kubeVersion: ">= 1.23.0-0" keywords: - csi - storage diff --git a/charts/csi-vxflexos/values.yaml b/charts/csi-vxflexos/values.yaml index 7cf0500c..e05b80ff 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.0 +version: v2.10.1 # "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.0 + driver: dellemc/csi-vxflexos:v2.10.1 # "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.0 - vgsnapshotter: dellemc/csi-volumegroup-snapshotter:v1.5.0 - podmon: dellemc/podmon:v1.9.0 - authorization: dellemc/csm-authorization-sidecar:v1.10.0 + 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 # 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 diff --git a/charts/csm-authorization/Chart.yaml b/charts/csm-authorization/Chart.yaml index 7e0aacd8..816be5a6 100644 --- a/charts/csm-authorization/Chart.yaml +++ b/charts/csm-authorization/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: csm-authorization -version: 1.10.0 -appVersion: 1.10.0 +version: 1.10.1 +appVersion: 1.10.1 type: application description: | CSM for Authorization is part of the [Container Storage Modules](https://github.com/dell/csm) open source suite of Kubernetes @@ -9,7 +9,7 @@ description: | to apply RBAC for Dell CSI Drivers. dependencies: - name: cert-manager - version: 1.11.0 + version: 1.10.0 repository: https://charts.jetstack.io condition: cert-manager.enabled - name: ingress-nginx diff --git a/charts/csm-authorization/values.yaml b/charts/csm-authorization/values.yaml index e8f133a2..700aeebd 100644 --- a/charts/csm-authorization/values.yaml +++ b/charts/csm-authorization/values.yaml @@ -11,10 +11,10 @@ cert-manager: authorization: # images to use in installation images: - proxyService: dellemc/csm-authorization-proxy:v1.10.0 - tenantService: dellemc/csm-authorization-tenant:v1.10.0 - roleService: dellemc/csm-authorization-role:v1.10.0 - storageService: dellemc/csm-authorization-storage:v1.10.0 + proxyService: dellemc/csm-authorization-proxy:v1.10.1 + tenantService: dellemc/csm-authorization-tenant:v1.10.1 + roleService: dellemc/csm-authorization-role:v1.10.1 + storageService: dellemc/csm-authorization-storage:v1.10.1 opa: openpolicyagent/opa opaKubeMgmt: openpolicyagent/kube-mgmt:0.11 diff --git a/charts/csm-installer/Chart.yaml b/charts/csm-installer/Chart.yaml index 119e4769..14f65332 100644 --- a/charts/csm-installer/Chart.yaml +++ b/charts/csm-installer/Chart.yaml @@ -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 diff --git a/charts/csm-installer/values.yaml b/charts/csm-installer/values.yaml index 735319de..ef05735f 100644 --- a/charts/csm-installer/values.yaml +++ b/charts/csm-installer/values.yaml @@ -33,10 +33,10 @@ dbPort: 26257 dbSSLEnabled: "true" # CSM Installer image -installerImage: dellemc/dell-csm-installer:v1.0.1 +installerImage: dellemc/dell-csm-installer:v1.0.2 # CSM Data collector image -dataCollectorImage: dellemc/csm-data-collector:v1.0.1 +dataCollectorImage: dellemc/csm-data-collector:v1.0.2 # Admin username of CSM Installer adminUserName: diff --git a/charts/csm-replication/Chart.yaml b/charts/csm-replication/Chart.yaml index a2b154fb..e76db85f 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.0 -appVersion: "1.8.0" +version: 1.8.1 +appVersion: "1.8.1" diff --git a/charts/csm-replication/values.yaml b/charts/csm-replication/values.yaml index e69595d0..665ae4af 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.0 +image: dellemc/dell-replication-controller:v1.8.1 # 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/Chart.yaml b/charts/karavi-observability/Chart.yaml index 17b178b9..f21f1f76 100644 --- a/charts/karavi-observability/Chart.yaml +++ b/charts/karavi-observability/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: "1.8.0" +appVersion: "1.8.1" name: karavi-observability description: CSM for Observability is part of the [Container Storage Modules](https://github.com/dell/csm) open source suite of Kubernetes storage enablers for Dell EMC storage products. CSM for Observability provides Kubernetes administrators with visibility into metrics and topology data related to containerized storage. type: application -version: 1.8.0 +version: 1.8.1 dependencies: - name: cert-manager version: 1.10.0 diff --git a/charts/karavi-observability/values.yaml b/charts/karavi-observability/values.yaml index 5c0d89eb..5378613e 100644 --- a/charts/karavi-observability/values.yaml +++ b/charts/karavi-observability/values.yaml @@ -1,5 +1,5 @@ karaviTopology: - image: dellemc/csm-topology:v1.8.0 + image: dellemc/csm-topology:v1.8.1 enabled: true # comma separated list of provisioner names (ex: csi-vxflexos.dellemc.com) provisionerNames: csi-vxflexos.dellemc.com,csi-powerstore.dellemc.com,csi-isilon.dellemc.com,csi-powermax.dellemc.com @@ -13,7 +13,7 @@ karaviTopology: probability: 0.0 karaviMetricsPowerflex: - image: dellemc/csm-metrics-powerflex:v1.8.0 + image: dellemc/csm-metrics-powerflex:v1.8.1 enabled: true collectorAddr: otel-collector:55680 # comma separated list of provisioner names (ex: csi-vxflexos.dellemc.com) @@ -40,8 +40,8 @@ karaviMetricsPowerflex: authorization: enabled: false # sidecarProxyImage: the container image used for the csm-authorization-sidecar. - # Default value: dellemc/csm-authorization-sidecar:v1.10.0 - sidecarProxyImage: dellemc/csm-authorization-sidecar:v1.10.0 + # Default value: dellemc/csm-authorization-sidecar:v1.10.1 + sidecarProxyImage: dellemc/csm-authorization-sidecar:v1.10.1 # proxyHost: hostname of the csm-authorization server # Default value: None proxyHost: @@ -53,7 +53,7 @@ karaviMetricsPowerflex: skipCertificateValidation: true karaviMetricsPowerstore: - image: dellemc/csm-metrics-powerstore:v1.8.0 + image: dellemc/csm-metrics-powerstore:v1.8.1 enabled: true collectorAddr: otel-collector:55680 # comma separated list of provisioner names (ex: csi-powerstore.dellemc.com) @@ -79,7 +79,7 @@ karaviMetricsPowerstore: probability: 0.0 karaviMetricsPowerscale: - image: dellemc/csm-metrics-powerscale:v1.5.0 + image: dellemc/csm-metrics-powerscale:v1.5.1 enabled: true collectorAddr: otel-collector:55680 # comma separated list of provisioner names (ex: csi-isilon.dellemc.com) @@ -116,8 +116,8 @@ karaviMetricsPowerscale: authorization: enabled: false # sidecarProxyImage: the container image used for the csm-authorization-sidecar. - # Default value: dellemc/csm-authorization-sidecar:v1.10.0 - sidecarProxyImage: dellemc/csm-authorization-sidecar:v1.10.0 + # Default value: dellemc/csm-authorization-sidecar:v1.10.1 + sidecarProxyImage: dellemc/csm-authorization-sidecar:v1.10.1 # proxyHost: hostname of the csm-authorization server # Default value: None proxyHost: @@ -129,7 +129,7 @@ karaviMetricsPowerscale: skipCertificateValidation: true karaviMetricsPowermax: - image: dellemc/csm-metrics-powermax:v1.3.0 + image: dellemc/csm-metrics-powermax:v1.3.1 enabled: true collectorAddr: otel-collector:55680 # comma separated list of provisioner names (ex: csi-powermax.dellemc.com) @@ -153,8 +153,8 @@ karaviMetricsPowermax: authorization: enabled: false # sidecarProxyImage: the container image used for the csm-authorization-sidecar. - # Default value: dellemc/csm-authorization-sidecar:v1.10.0 - sidecarProxyImage: dellemc/csm-authorization-sidecar:v1.10.0 + # Default value: dellemc/csm-authorization-sidecar:v1.10.1 + sidecarProxyImage: dellemc/csm-authorization-sidecar:v1.10.1 # proxyHost: hostname of the csm-authorization server # Default value: None proxyHost: diff --git a/installation-wizard/container-storage-modules/Chart.yaml b/installation-wizard/container-storage-modules/Chart.yaml index 0692f4ce..bda63114 100644 --- a/installation-wizard/container-storage-modules/Chart.yaml +++ b/installation-wizard/container-storage-modules/Chart.yaml @@ -30,42 +30,42 @@ 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.1 +version: 1.3.2 # 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.1" +appVersion: "1.3.2" dependencies: - name: csi-powerstore - version: 2.10.0 + version: 2.10.1 repository: https://dell.github.io/helm-charts condition: csi-powerstore.enabled - name: csi-powermax - version: 2.10.0 + version: 2.10.1 repository: https://dell.github.io/helm-charts condition: csi-powermax.enabled - name: csi-isilon - version: 2.10.0 + version: 2.10.1 repository: https://dell.github.io/helm-charts condition: csi-isilon.enabled - name: csi-vxflexos - version: 2.10.1 + version: 2.10.2 repository: https://dell.github.io/helm-charts condition: csi-vxflexos.enabled - name: csi-unity - version: 2.10.0 + version: 2.10.1 repository: https://dell.github.io/helm-charts condition: csi-unity.enabled - name: csm-replication - version: 1.8.0 + version: 1.8.1 repository: https://dell.github.io/helm-charts condition: csm-replication.enabled @@ -77,4 +77,4 @@ dependencies: - name: cert-manager version: 1.11.0 repository: https://charts.jetstack.io - condition: cert-manager.enabled \ No newline at end of file + condition: cert-manager.enabled diff --git a/installation-wizard/container-storage-modules/values.yaml b/installation-wizard/container-storage-modules/values.yaml index cba7be25..2eae9d66 100644 --- a/installation-wizard/container-storage-modules/values.yaml +++ b/installation-wizard/container-storage-modules/values.yaml @@ -20,10 +20,10 @@ ######################## csi-powerstore: enabled: false - version: "v2.10.0" + version: "v2.10.1" images: # "driver" defines the container image, used for the driver container. - driver: dellemc/csi-powerstore:v2.10.0 + driver: dellemc/csi-powerstore:v2.10.1 # 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.0 - vgsnapshotter: dellemc/csi-volumegroup-snapshotter:v1.5.0 - podmon: dellemc/podmon:v1.9.0 - metadataretriever: dellemc/csi-metadata-retriever:v1.7.2 + 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 ## 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.0" + version: "v2.10.1" images: # "driver" defines the container image, used for the driver container. - driver: dellemc/csi-powermax:v2.10.0 - csireverseproxy: dellemc/csipowermax-reverseproxy:v2.9.0 + driver: dellemc/csi-powermax:v2.10.1 + csireverseproxy: dellemc/csipowermax-reverseproxy:v2.9.1 # 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.0 - authorization: dellemc/csm-authorization-sidecar:v1.10.0 - migration: dellemc/dell-csi-migrator:v1.3.0 - noderescan: dellemc/dell-csi-node-rescanner:v1.2.0 + 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 clusterPrefix: ABC portGroups: PortGroup1, PortGroup2, PortGroup3 controller: @@ -185,10 +185,10 @@ csi-powermax: ######################## csi-isilon: enabled: false - version: "v2.10.0" + version: "v2.10.1" images: # "driver" defines the container image, used for the driver container. - driver: dellemc/csi-isilon:v2.10.0 + driver: dellemc/csi-isilon:v2.10.1 # 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.0 - podmon: dellemc/podmon:v1.9.0 - authorization: dellemc/csm-authorization-sidecar:v1.10.0 - metadataretriever: dellemc/csi-metadata-retriever:v1.7.2 + 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 encryption: dellemc/csm-encryption:v0.3.0 ## Controller ATTRIBUTES controller: @@ -276,10 +276,10 @@ csi-isilon: ######################## csi-vxflexos: enabled: false - version: v2.10.0 + version: v2.10.1 images: # "driver" defines the container image, used for the driver container. - driver: dellemc/csi-vxflexos:v2.10.0 + driver: dellemc/csi-vxflexos:v2.10.1 # "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.0 - vgsnapshotter: dellemc/csi-volumegroup-snapshotter:v1.5.0 - podmon: dellemc/podmon:v1.9.0 - authorization: dellemc/csm-authorization-sidecar:v1.10.0 + 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 certSecretCount: 0 controller: replication: @@ -368,17 +368,17 @@ csi-vxflexos: - "--ignoreVolumelessPods=false" authorization: enabled: false - sidecarProxyImage: dellemc/csm-authorization-sidecar:v1.10.0 + sidecarProxyImage: dellemc/csm-authorization-sidecar:v1.10.1 proxyHost: ## CSI Unity ######################## csi-unity: enabled: false - version: "v2.10.0" + version: "v2.10.1" images: # "driver" defines the container image, used for the driver container. - driver: dellemc/csi-unity:v2.10.0 + driver: dellemc/csi-unity:v2.10.1 # 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.0 + podmon: dellemc/podmon:v1.9.1 # 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 @@ -535,4 +535,4 @@ karavi-observability: ## K8S/Cert-manager ATTRIBUTES ######################## cert-manager: - enabled: false \ No newline at end of file + enabled: false