Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.10.2 #444

Closed
wants to merge 9 commits into from
4 changes: 2 additions & 2 deletions charts/cosi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ 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
# 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.1.0-alpha
appVersion: 0.2.1-alpha
2 changes: 1 addition & 1 deletion charts/cosi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0"
tag: "v0.2.1"
# pullPolicy is the COSI driver provisioner container image pull policy.
pullPolicy: "IfNotPresent"

Expand Down
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.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
Expand Down
2 changes: 1 addition & 1 deletion charts/csi-isilon/templates/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ spec:
mountPath: /var/run/csi
{{ end }}
{{ end }}
- name: csi-metadata-retriever {{ $csiSidecarSuffix }}
- name: csi-metadata-retriever{{ $csiSidecarSuffix }}
image: {{ required "Must provide the CSI metadata retriever container image." .Values.images.metadataretriever }}
imagePullPolicy: {{ .Values.imagePullPolicy }}
args:
Expand Down
12 changes: 6 additions & 6 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.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
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.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
Expand Down
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.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
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.0
version: 2.9.1

appVersion: 2.9.0
appVersion: 2.9.1
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.0
image: dellemc/csipowermax-reverseproxy:v2.9.1
port: 2222

# TLS secret which is used for setting up the proxy HTTPS server
Expand Down
14 changes: 7 additions & 7 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.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
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.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
Expand Down
25 changes: 5 additions & 20 deletions charts/csi-powerstore/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
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.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
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.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.
Expand Down
12 changes: 6 additions & 6 deletions charts/csi-unity/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
maintainers:
- name: DellEMC
- name: DellEMC
6 changes: 3 additions & 3 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.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
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.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"
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.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
Expand Down
12 changes: 6 additions & 6 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.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
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.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
Expand Down
6 changes: 3 additions & 3 deletions charts/csm-authorization/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
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
storage enablers for Dell EMC storage products. CSM for Authorization provides storage and Kubernetes administrators the ability
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
Expand Down
8 changes: 4 additions & 4 deletions charts/csm-authorization/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions charts/csm-installer/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions charts/csm-installer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions charts/csm-replication/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Loading
Loading