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.11.1 #525

Merged
merged 2 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/csi-powerstore/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: "2.11.0"
appVersion: "2.11.1"
name: csi-powerstore
version: 2.11.0
version: 2.11.1
description: |
PowerStore CSI (Container Storage Interface) driver Kubernetes
integration. This chart includes everything required to provision via CSI as
Expand Down
4 changes: 2 additions & 2 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.11.0
version: v2.11.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.11.0
driver: dellemc/csi-powerstore:v2.11.1
# CSI sidecars
attacher: registry.k8s.io/sig-storage/csi-attacher:v4.6.1
provisioner: registry.k8s.io/sig-storage/csi-provisioner:v5.0.1
Expand Down
4 changes: 2 additions & 2 deletions charts/csi-unity/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: 2.11.0
appVersion: 2.11.1
name: csi-unity
version: 2.11.0
version: 2.11.1
description: |
Unity XT CSI (Container Storage Interface) driver Kubernetes
integration. This chart includes everything required to provision via CSI as
Expand Down
4 changes: 2 additions & 2 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.11.0"
version: "v2.11.1"

images:
# "driver" defines the container image, used for the driver container.
driver: dellemc/csi-unity:v2.11.0
driver: dellemc/csi-unity:v2.11.1
# CSI sidecars
attacher: registry.k8s.io/sig-storage/csi-attacher:v4.6.1
provisioner: registry.k8s.io/sig-storage/csi-provisioner:v5.0.1
Expand Down
8 changes: 4 additions & 4 deletions installation-wizard/container-storage-modules/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ 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.4.0
version: 1.4.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.4.0"
appVersion: "1.4.1"

dependencies:
- name: csi-powerstore
version: 2.11.0
version: 2.11.1
repository: https://dell.github.io/helm-charts
condition: csi-powerstore.enabled

Expand All @@ -60,7 +60,7 @@ dependencies:
condition: csi-vxflexos.enabled

- name: csi-unity
version: 2.11.0
version: 2.11.1
repository: https://dell.github.io/helm-charts
condition: csi-unity.enabled

Expand Down
8 changes: 4 additions & 4 deletions installation-wizard/container-storage-modules/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
########################
csi-powerstore:
enabled: false
version: "v2.11.0"
version: "v2.11.1"
images:
# "driver" defines the container image, used for the driver container.
driver: dellemc/csi-powerstore:v2.11.0
driver: dellemc/csi-powerstore:v2.11.1
# CSI sidecars
attacher: registry.k8s.io/sig-storage/csi-attacher:v4.6.1
provisioner: registry.k8s.io/sig-storage/csi-provisioner:v5.0.1
Expand Down Expand Up @@ -374,10 +374,10 @@ csi-vxflexos:
########################
csi-unity:
enabled: false
version: "v2.11.0"
version: "v2.11.1"
images:
# "driver" defines the container image, used for the driver container.
driver: dellemc/csi-unity:v2.11.0
driver: dellemc/csi-unity:v2.11.1
# CSI sidecars
attacher: registry.k8s.io/sig-storage/csi-attacher:v4.6.1
provisioner: registry.k8s.io/sig-storage/csi-provisioner:v5.0.1
Expand Down