Skip to content

Commit

Permalink
Version bump up for CSM components (#572)
Browse files Browse the repository at this point in the history
* Version bump up for CSM components

* Revert unecessary change

* Revert unecessary change

* Remove extra space

* Remove tab space

* Update Auth version

* Update the changes

* Update authorization sidecar image version

* Update csi-reverseproxy version

* Fix for linter check

* Update comments

* Update  comment
  • Loading branch information
WilsonRadadia20 authored Dec 10, 2024
1 parent 9b0daa6 commit a7881f8
Show file tree
Hide file tree
Showing 24 changed files with 108 additions and 108 deletions.
4 changes: 2 additions & 2 deletions charts/csi-isilon/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: csi-isilon
version: 2.12.0
appVersion: "2.12.0"
version: 2.13.0
appVersion: "2.13.0"
kubeVersion: ">= 1.21.0"
# If you are using a complex K8s version like "v1.22.3-mirantis-1", use this kubeVersion check instead
# kubeVersion: ">= 1.23.0-0"
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,12 +2,12 @@
########################
# version: version of this values file
# Note: Do not change this value
version: "v2.12.0"
version: "v2.13.0"

images:
# "driver" defines the container image, used for the driver container.
driver:
image: quay.io/dell/container-storage-modules/csi-isilon:v2.12.0
image: quay.io/dell/container-storage-modules/csi-isilon:v2.13.0
# CSI sidecars
attacher:
image: registry.k8s.io/sig-storage/csi-attacher:v4.7.0
Expand All @@ -24,13 +24,13 @@ images:

# CSM sidecars
replication:
image: quay.io/dell/container-storage-modules/dell-csi-replicator:v1.10.0
image: quay.io/dell/container-storage-modules/dell-csi-replicator:v1.11.0
podmon:
image: quay.io/dell/container-storage-modules/podmon:v1.11.0
image: quay.io/dell/container-storage-modules/podmon:v1.12.0
authorization:
image: quay.io/dell/container-storage-modules/csm-authorization-sidecar:v2.0.0
image: quay.io/dell/container-storage-modules/csm-authorization-sidecar:v2.1.0
metadataretriever:
image: quay.io/dell/container-storage-modules/csi-metadata-retriever:v1.9.0
image: quay.io/dell/container-storage-modules/csi-metadata-retriever:v1.10.0

# CSI driver log level
# Allowed values: "error", "warn"/"warning", "info", "debug"
Expand Down
6 changes: 3 additions & 3 deletions charts/csi-powermax/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: "2.12.0"
appVersion: "2.13.0"
name: csi-powermax
version: 2.12.0
version: 2.13.0
description: |
PowerMax CSI (Container Storage Interface) driver Kubernetes
integration. This chart includes everything required to provision via CSI as
Expand All @@ -15,7 +15,7 @@ keywords:
- storage
dependencies:
- name: csireverseproxy
version: 2.11.0
version: 2.12.0
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.11.0
version: 2.12.0

appVersion: 2.11.0
appVersion: 2.12.0
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ config:
maxOutStandingRead: {{ $value.limits.maxOutStandingRead | default 0 }}
maxOutStandingWrite: {{ $value.limits.maxOutStandingWrite | default 0 }}
{{- end }}
{{- end }}
{{- end }}
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: quay.io/dell/container-storage-modules/csipowermax-reverseproxy:v2.11.0
image: quay.io/dell/container-storage-modules/csipowermax-reverseproxy:v2.12.0
port: 2222

# TLS secret which is used for setting up the proxy HTTPS server
Expand Down
2 changes: 1 addition & 1 deletion charts/csi-powermax/templates/powermax-array-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ data:
{{- range $index, $value := .Values.global.storageArrays }}
X_CSI_POWERMAX_ENDPOINT: {{ $value.endpoint | toYaml | default "" }}
{{- end }}
X_CSI_MANAGED_ARRAYS: {{ .Values.global.managedArrays | toYaml | default "" }}
X_CSI_MANAGED_ARRAYS: {{ .Values.global.managedArrays | toYaml | default "" }}
12 changes: 6 additions & 6 deletions charts/csi-powermax/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,16 @@ global:

# Current version of the driver
# Don't modify this value as this value will be used by the install script
version: "v2.12.0"
version: "v2.13.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:
image: quay.io/dell/container-storage-modules/csi-powermax:v2.12.0
image: quay.io/dell/container-storage-modules/csi-powermax:v2.13.0
csireverseproxy:
image: quay.io/dell/container-storage-modules/csipowermax-reverseproxy:v2.11.0
image: quay.io/dell/container-storage-modules/csipowermax-reverseproxy:v2.12.0
# CSI sidecars
attacher:
image: registry.k8s.io/sig-storage/csi-attacher:v4.7.0
Expand All @@ -92,13 +92,13 @@ images:
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.13.0
# CSM sidecars
replication:
image: quay.io/dell/container-storage-modules/dell-csi-replicator:v1.10.0
image: quay.io/dell/container-storage-modules/dell-csi-replicator:v1.11.0
authorization:
image: quay.io/dell/container-storage-modules/csm-authorization-sidecar:v2.0.0
image: quay.io/dell/container-storage-modules/csm-authorization-sidecar:v2.1.0
migration:
image: quay.io/dell/container-storage-modules/dell-csi-migrator:v1.6.0
podmon:
image: quay.io/dell/container-storage-modules/podmon:v1.11.0
image: quay.io/dell/container-storage-modules/podmon:v1.12.0
# Node rescan sidecar does a rescan on nodes for identifying new paths
noderescan:
image: quay.io/dell/container-storage-modules/dell-csi-node-rescanner:v1.5.0
Expand Down
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.12.0"
appVersion: "2.13.0"
name: csi-powerstore
version: 2.12.0
version: 2.13.0
description: |
PowerStore CSI (Container Storage Interface) driver Kubernetes
integration. This chart includes everything required to provision via CSI as
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,14 +23,14 @@
driverName: "csi-powerstore.dellemc.com"
# "version" is used to verify the values file matches driver version
# Not recommend to change
version: v2.12.0
version: v2.13.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:
image: quay.io/dell/container-storage-modules/csi-powerstore:v2.12.0
image: quay.io/dell/container-storage-modules/csi-powerstore:v2.13.0
# CSI sidecars
attacher:
image: registry.k8s.io/sig-storage/csi-attacher:v4.7.0
Expand All @@ -47,13 +47,13 @@ images:

# CSM sidecars
replication:
image: quay.io/dell/container-storage-modules/dell-csi-replicator:v1.10.0
image: quay.io/dell/container-storage-modules/dell-csi-replicator:v1.11.0
vgsnapshotter:
image: quay.io/dell/container-storage-modules/csi-volumegroup-snapshotter:v1.7.0
image: quay.io/dell/container-storage-modules/csi-volumegroup-snapshotter:v1.8.0
podmon:
image: quay.io/dell/container-storage-modules/podmon:v1.11.0
image: quay.io/dell/container-storage-modules/podmon:v1.12.0
metadataretriever:
image: quay.io/dell/container-storage-modules/csi-metadata-retriever:v1.9.0
image: quay.io/dell/container-storage-modules/csi-metadata-retriever:v1.10.0

# Specify kubelet config dir path.
# Ensure that the config.yaml file is present at this path.
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.12.0
appVersion: 2.13.0
name: csi-unity
version: 2.12.0
version: 2.13.0
description: |
Unity XT CSI (Container Storage Interface) driver Kubernetes
integration. This chart includes everything required to provision via CSI as
Expand Down
6 changes: 3 additions & 3 deletions charts/csi-unity/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
# version: version of this values file
# Note: Do not change this value
# Examples : "v2.9.0" , "nightly"
version: "v2.12.0"
version: "v2.13.0"

images:
# "driver" defines the container image, used for the driver container.
driver:
image: quay.io/dell/container-storage-modules/csi-unity:v2.12.0
image: quay.io/dell/container-storage-modules/csi-unity:v2.13.0
# CSI sidecars
attacher:
image: registry.k8s.io/sig-storage/csi-attacher:v4.7.0
Expand All @@ -26,7 +26,7 @@ images:

# CSM sidecars
podmon:
image: quay.io/dell/container-storage-modules/podmon:v1.11.0
image: quay.io/dell/container-storage-modules/podmon:v1.12.0

# LogLevel is used to set the logging level of the driver.
# Allowed values: "error", "warn"/"warning", "info", "debug"
Expand Down
4 changes: 2 additions & 2 deletions charts/csi-vxflexos/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: "2.12.0"
appVersion: "2.13.0"
name: csi-vxflexos
version: "2.12.0"
version: "2.13.0"
description: |
VxFlex OS CSI (Container Storage Interface) driver Kubernetes
integration. This chart includes everything required to provision via CSI as
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,15 +3,15 @@

# "version" is used to verify the values file matches driver version
# Not recommend to change
version: v2.12.0
version: v2.13.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:
image: quay.io/dell/container-storage-modules/csi-vxflexos:v2.12.0
image: quay.io/dell/container-storage-modules/csi-vxflexos:v2.13.0
# "powerflexSdc" defines the SDC image for init container.
powerflexSdc:
image: dellemc/sdc:4.5.2.1
Expand All @@ -30,13 +30,13 @@ images:
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.13.0
# CSM sidecars
replication:
image: quay.io/dell/container-storage-modules/dell-csi-replicator:v1.10.0
image: quay.io/dell/container-storage-modules/dell-csi-replicator:v1.11.0
vgsnapshotter:
image: quay.io/dell/container-storage-modules/csi-volumegroup-snapshotter:v1.7.0
image: quay.io/dell/container-storage-modules/csi-volumegroup-snapshotter:v1.8.0
podmon:
image: quay.io/dell/container-storage-modules/podmon:v1.11.0
image: quay.io/dell/container-storage-modules/podmon:v1.12.0
authorization:
image: quay.io/dell/container-storage-modules/csm-authorization-sidecar:v2.0.0
image: quay.io/dell/container-storage-modules/csm-authorization-sidecar:v2.1.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
Expand Down
4 changes: 2 additions & 2 deletions charts/csm-authorization-v2.0/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: csm-authorization
version: v2.0.0
appVersion: v2.0.0
version: v2.1.0
appVersion: v2.1.0
type: application
description: |
CSM for Authorization is part of the [Container Storage Modules](https://github.com/dell/csm) open source suite of Kubernetes
Expand Down
10 changes: 5 additions & 5 deletions charts/csm-authorization-v2.0/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ authorization:
# images to use in installation
images:
proxyService:
image: quay.io/dell/container-storage-modules/csm-authorization-proxy:v2.0.0
image: quay.io/dell/container-storage-modules/csm-authorization-proxy:v2.1.0
tenantService:
image: quay.io/dell/container-storage-modules/csm-authorization-tenant:v2.0.0
image: quay.io/dell/container-storage-modules/csm-authorization-tenant:v2.1.0
roleService:
image: quay.io/dell/container-storage-modules/csm-authorization-role:v2.0.0
image: quay.io/dell/container-storage-modules/csm-authorization-role:v2.1.0
storageService:
image: quay.io/dell/container-storage-modules/csm-authorization-storage:v2.0.0
image: quay.io/dell/container-storage-modules/csm-authorization-storage:v2.1.0
authorizationController:
image: quay.io/dell/container-storage-modules/csm-authorization-controller:v2.0.0
image: quay.io/dell/container-storage-modules/csm-authorization-controller:v2.1.0
opa:
image: openpolicyagent/opa
opaKubeMgmt:
Expand Down
4 changes: 2 additions & 2 deletions charts/csm-authorization/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: csm-authorization
version: 1.12.0
appVersion: 1.12.0
version: 1.13.0
appVersion: 1.13.0
type: application
description: |
CSM for Authorization is part of the [Container Storage Modules](https://github.com/dell/csm) open source suite of Kubernetes
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 @@ -13,13 +13,13 @@ authorization:
# images to use in installation
images:
proxyService:
image: quay.io/dell/container-storage-modules/csm-authorization-proxy:v1.12.0
image: quay.io/dell/container-storage-modules/csm-authorization-proxy:v1.13.0
tenantService:
image: quay.io/dell/container-storage-modules/csm-authorization-tenant:v1.12.0
image: quay.io/dell/container-storage-modules/csm-authorization-tenant:v1.13.0
roleService:
image: quay.io/dell/container-storage-modules/csm-authorization-role:v1.12.0
image: quay.io/dell/container-storage-modules/csm-authorization-role:v1.13.0
storageService:
image: quay.io/dell/container-storage-modules/csm-authorization-storage:v1.12.0
image: quay.io/dell/container-storage-modules/csm-authorization-storage:v1.13.0
opa:
image: openpolicyagent/opa
opaKubeMgmt:
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.10.0
appVersion: "1.10.0"
version: 1.11.0
appVersion: "1.11.0"
2 changes: 1 addition & 1 deletion charts/csm-replication/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ replicas: 1

# image: Defines controller image. This shouldn't be changed
# Allowed values: string
image: quay.io/dell/container-storage-modules/dell-replication-controller:v1.10.0
image: quay.io/dell/container-storage-modules/dell-replication-controller:v1.11.0

# logLevel: Defines initial log level for controller. This can be changed in runtime
# Allowed values: "debug", "info", "warn", "error", "panic"
Expand Down
4 changes: 2 additions & 2 deletions charts/karavi-observability/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "1.10.0"
appVersion: "1.11.0"
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.10.0
version: 1.11.0
dependencies:
- name: cert-manager
version: 1.10.0
Expand Down
Loading

0 comments on commit a7881f8

Please sign in to comment.