diff --git a/charts/cosi/Chart.yaml b/charts/cosi/Chart.yaml index eadfa3b1..31d2d43c 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.2.1 +version: 0.2.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 diff --git a/charts/cosi/values.yaml b/charts/cosi/values.yaml index 5107d0a7..ed02c80f 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.2.1" + tag: "v0.3.0" # pullPolicy is the COSI driver provisioner container image pull policy. pullPolicy: "IfNotPresent" diff --git a/charts/csi-isilon/values.yaml b/charts/csi-isilon/values.yaml index 8661837b..205841c0 100644 --- a/charts/csi-isilon/values.yaml +++ b/charts/csi-isilon/values.yaml @@ -19,7 +19,7 @@ images: 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 + metadataretriever: dellemc/csi-metadata-retriever:v1.8.0 encryption: dellemc/csm-encryption:v0.3.0 # CSI driver log level diff --git a/charts/csi-powerstore/values.yaml b/charts/csi-powerstore/values.yaml index 7baf7065..ef0346ee 100644 --- a/charts/csi-powerstore/values.yaml +++ b/charts/csi-powerstore/values.yaml @@ -42,7 +42,7 @@ images: 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 + metadataretriever: dellemc/csi-metadata-retriever:v1.8.0 # Specify kubelet config dir path. # Ensure that the config.yaml file is present at this path. diff --git a/charts/csm-authorization/Chart.yaml b/charts/csm-authorization/Chart.yaml index 816be5a6..f8974a60 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.1 -appVersion: 1.10.1 +version: 1.11.0 +appVersion: 1.11.0 type: application description: | CSM for Authorization is part of the [Container Storage Modules](https://github.com/dell/csm) open source suite of Kubernetes diff --git a/charts/csm-authorization/values.yaml b/charts/csm-authorization/values.yaml index 700aeebd..5c742642 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.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 + proxyService: dellemc/csm-authorization-proxy:v1.11.0 + tenantService: dellemc/csm-authorization-tenant:v1.11.0 + roleService: dellemc/csm-authorization-role:v1.11.0 + storageService: dellemc/csm-authorization-storage:v1.11.0 opa: openpolicyagent/opa opaKubeMgmt: openpolicyagent/kube-mgmt:0.11 diff --git a/charts/karavi-observability/values.yaml b/charts/karavi-observability/values.yaml index 23d7e372..f593addc 100644 --- a/charts/karavi-observability/values.yaml +++ b/charts/karavi-observability/values.yaml @@ -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.1 - sidecarProxyImage: dellemc/csm-authorization-sidecar:v1.10.1 + # Default value: dellemc/csm-authorization-sidecar:v1.11.0 + sidecarProxyImage: dellemc/csm-authorization-sidecar:v1.11.0 # proxyHost: hostname of the csm-authorization server # Default value: None proxyHost: @@ -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.1 - sidecarProxyImage: dellemc/csm-authorization-sidecar:v1.10.1 + # Default value: dellemc/csm-authorization-sidecar:v1.10.0 + sidecarProxyImage: dellemc/csm-authorization-sidecar:v1.11.0 # proxyHost: hostname of the csm-authorization server # Default value: None proxyHost: @@ -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.1 - sidecarProxyImage: dellemc/csm-authorization-sidecar:v1.10.1 + # Default value: dellemc/csm-authorization-sidecar:v1.11.0 + sidecarProxyImage: dellemc/csm-authorization-sidecar:v1.11.0 # proxyHost: hostname of the csm-authorization server # Default value: None proxyHost: diff --git a/installation-wizard/container-storage-modules/values.yaml b/installation-wizard/container-storage-modules/values.yaml index 086b0c15..79826af3 100644 --- a/installation-wizard/container-storage-modules/values.yaml +++ b/installation-wizard/container-storage-modules/values.yaml @@ -36,7 +36,7 @@ csi-powerstore: 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 + metadataretriever: dellemc/csi-metadata-retriever:v1.8.0 ## Controller ATTRIBUTES controller: controllerCount: 2 @@ -200,7 +200,7 @@ csi-isilon: 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 + metadataretriever: dellemc/csi-metadata-retriever:v1.8.0 encryption: dellemc/csm-encryption:v0.3.0 ## Controller ATTRIBUTES controller: