diff --git a/charts/csi-isilon/Chart.yaml b/charts/csi-isilon/Chart.yaml index cdb709b0..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.0 -appVersion: "2.10.0" -kubeVersion: ">= 1.21.0 < 1.30.0" +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.21.0-0 < 1.30.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 ea945560..57fd9cd4 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.11.0" images: # "driver" defines the container image, used for the driver container. - driver: dellemc/csi-isilon:v2.10.0 + 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,9 +16,9 @@ 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 + 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 diff --git a/charts/csi-powermax/Chart.yaml b/charts/csi-powermax/Chart.yaml index c9865e14..811bf56d 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.11.0" name: csi-powermax -version: 2.10.0 +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 < 1.30.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 < 1.30.0-0" +# kubeVersion: ">= 1.23.0-0 < 1.31.0-0" keywords: - csi - storage dependencies: - name: csireverseproxy - version: 2.9.0 + 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 43e973ff..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.0 +version: 2.10.0 -appVersion: 2.9.0 +appVersion: 2.10.0 diff --git a/charts/csi-powermax/charts/csireverseproxy/values.yaml b/charts/csi-powermax/charts/csireverseproxy/values.yaml index 7f04946a..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.0 +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 41947851..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.0" +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.0 - csireverseproxy: dellemc/csipowermax-reverseproxy:v2.9.0 + 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.0 - authorization: dellemc/csm-authorization-sidecar:v1.10.0 - migration: dellemc/dell-csi-migrator:v1.3.0 + 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.2.0 + # 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 376d4bcd..38e5d296 100644 --- a/charts/csi-powerstore/Chart.yaml +++ b/charts/csi-powerstore/Chart.yaml @@ -14,18 +14,18 @@ # # apiVersion: v2 -appVersion: "2.10.0" +appVersion: "2.11.0" name: csi-powerstore -version: 2.10.0 +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.24.0 < 1.30.0" +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.24.0-0 < 1.30.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 0254241b..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.0 +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.0 + 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,9 +39,9 @@ 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 + 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. diff --git a/charts/csi-unity/Chart.yaml b/charts/csi-unity/Chart.yaml index 7c0cbf17..8eca3427 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.11.0 name: csi-unity -version: 2.10.0 +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.24.0 < 1.30.0" +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.24.0-0 < 1.30.0-0" +# kubeVersion: ">= 1.24.0-0 < 1.31.0-0" keywords: - csi - storage sources: - https://github.com/dell/csi-unity maintainers: -- name: DellEMC \ No newline at end of file +- name: DellEMC diff --git a/charts/csi-unity/values.yaml b/charts/csi-unity/values.yaml index 6b27512e..152cb29f 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.11.0" images: # "driver" defines the container image, used for the driver container. - driver: dellemc/csi-unity:v2.10.0 + 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.0 + podmon: dellemc/podmon:v1.10.0 # 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..d06e9488 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.11.0" name: csi-vxflexos -version: "2.10.1" +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.21.0 < 1.30.0" +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.21.0-0 < 1.30.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 64fd16c2..29152b66 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.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.0 + 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.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.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 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 a2b154fb..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.0 -appVersion: "1.8.0" +version: 1.9.0 +appVersion: "1.9.0" diff --git a/charts/csm-replication/values.yaml b/charts/csm-replication/values.yaml index 3a135105..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.0 +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 bd108d4f..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.1 +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.1" +appVersion: "1.4.0" dependencies: - name: csi-powerstore - version: 2.10.0 + version: 2.11.0 repository: https://dell.github.io/helm-charts condition: csi-powerstore.enabled - name: csi-powermax - version: 2.10.0 + version: 2.11.0 repository: https://dell.github.io/helm-charts condition: csi-powermax.enabled - name: csi-isilon - version: 2.10.0 + version: 2.11.0 repository: https://dell.github.io/helm-charts condition: csi-isilon.enabled - name: csi-vxflexos - version: 2.10.1 + version: 2.11.0 repository: https://dell.github.io/helm-charts condition: csi-vxflexos.enabled - name: csi-unity - version: 2.10.0 + version: 2.11.0 repository: https://dell.github.io/helm-charts condition: csi-unity.enabled - name: csm-replication - version: 1.8.0 + 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 \ 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 bcd37d9d..8d1e5431 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.11.0" images: # "driver" defines the container image, used for the driver container. - driver: dellemc/csi-powerstore:v2.10.0 + 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,9 +33,9 @@ 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 + 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: @@ -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.11.0" 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.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.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.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: @@ -185,10 +185,10 @@ csi-powermax: ######################## csi-isilon: enabled: false - version: "v2.10.0" + version: "v2.11.0" images: # "driver" defines the container image, used for the driver container. - driver: dellemc/csi-isilon:v2.10.0 + 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,9 +197,9 @@ 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 + 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 @@ -276,10 +276,10 @@ csi-isilon: ######################## csi-vxflexos: enabled: false - version: v2.10.0 + version: v2.11.0 images: # "driver" defines the container image, used for the driver container. - driver: dellemc/csi-vxflexos:v2.10.0 + 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.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.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: @@ -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.11.0 proxyHost: ## CSI Unity ######################## csi-unity: enabled: false - version: "v2.10.0" + version: "v2.11.0" images: # "driver" defines the container image, used for the driver container. - driver: dellemc/csi-unity:v2.10.0 + 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.0 + 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 @@ -535,4 +535,4 @@ karavi-observability: ## K8S/Cert-manager ATTRIBUTES ######################## cert-manager: - enabled: false \ No newline at end of file + enabled: false