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

[bug-1073]: Use 4096 bit size in certificates #337

Closed
wants to merge 27 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
b181ff6
[charts/csi-powerstore] Add PowerStore v2.9.0 support & sidecar versi…
suryagupta4 Oct 16, 2023
0c2adcc
csi-powerflex v2.9.0 changes. (#308)
VamsiSiddu-7 Oct 16, 2023
3562928
Bump up observability version for CSM 1.9 (#314)
panigs7 Oct 26, 2023
0e1c79f
update attacher sidecar for powerflex and powerstore. (#315)
VamsiSiddu-7 Oct 28, 2023
f4e8eef
[charts/csi-powerstore] Centralize all images to one place (#310)
coulof Oct 31, 2023
91d94d2
[charts/csi-powerflex] Centralize all images to one place #263 (#311)
coulof Oct 31, 2023
0ceea2a
[charts/csi-powermax] Container images in one place (#309)
coulof Oct 31, 2023
975c6bf
Removing linked proxy mode for proxy (#301)
boyamurthy Nov 2, 2023
d2d5655
Updatting latest sidecars for Powermax (#319)
boyamurthy Nov 6, 2023
0bc8c31
[charts/powerscale] Powerscale driver images in one place (#313)
atye Nov 7, 2023
8621a19
[charts/csi-unity] Centralize all images to one place (#312)
atye Nov 7, 2023
657fe60
[charts/csi-powerscale]: Remove duplicate images (#320)
atye Nov 7, 2023
d46c71c
New images location (#316)
coulof Nov 9, 2023
22c6398
[charts/csi-unity]: Update Unity version for CSM 1.9 (#322)
shaynafinocchiaro Nov 14, 2023
b0ecff3
bump up version (#323)
xuluna Nov 17, 2023
c7642fb
adding noderoot mount path (#324)
suryagupta4 Nov 20, 2023
543cbdc
changed sdc version (#325)
KshitijaKakde Nov 20, 2023
a90d17e
sidecars version update for powerstore and powerflex (#326)
adarsh-dell Nov 20, 2023
0087eb3
updating sidecar image version (#328)
PeresKereotubo Nov 20, 2023
e7a8a3d
Revert "changed sdc version (#325)" (#329)
adarsh-dell Nov 21, 2023
427ee22
Update VGS version to 1.4.0 (#331)
AkshaySainiDell Nov 22, 2023
8efde3f
Powerscale and sidecar version changes (#332)
HarishH-DELL Nov 28, 2023
2358c08
PowerMax 2.9.0 support (#321)
boyamurthy Nov 29, 2023
6b71a68
Updating latest sidecars for PowerMax (#334)
boyamurthy Nov 29, 2023
af162ca
[charts/csi-powerflex] Added external access (#333)
suryagupta4 Dec 1, 2023
d3222c3
Update image tags for replication (#336)
tdawe Dec 6, 2023
f1fcd51
use 4096
atye Dec 7, 2023
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
Prev Previous commit
Next Next commit
PowerMax 2.9.0 support (#321)
  • Loading branch information
boyamurthy authored Nov 29, 2023
commit 2358c08d9a3a040a5cde7a77e9100efa4da6f92c
2 changes: 1 addition & 1 deletion charts/container-storage-modules/Chart.yaml
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ dependencies:
condition: csi-powerstore.enabled

- name: csi-powermax
version: 2.8.0
version: 2.9.0
repository: https://dell.github.io/helm-charts
condition: csi-powermax.enabled

6 changes: 3 additions & 3 deletions charts/container-storage-modules/values.yaml
Original file line number Diff line number Diff line change
@@ -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.8.0"
version: "v2.9.0"
images:
# "driver" defines the container image, used for the driver container.
driver: dellemc/csi-powermax:v2.8.0
csireverseproxy: dellemc/csipowermax-reverseproxy:v2.7.0
driver: dellemc/csi-powermax:v2.9.0
csireverseproxy: dellemc/csipowermax-reverseproxy:v2.8.0
# CSI sidecars
attacher: registry.k8s.io/sig-storage/csi-attacher:v4.4.0
provisioner: registry.k8s.io/sig-storage/csi-provisioner:v3.6.0
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.8.0"
appVersion: "2.9.0"
name: csi-powermax
version: 2.8.0
version: 2.9.0
description: |
PowerMax CSI (Container Storage Interface) driver Kubernetes
integration. This chart includes everything required to provision via CSI as
@@ -16,7 +16,7 @@ keywords:
- storage
dependencies:
- name: csireverseproxy
version: 2.7.0
version: 2.8.0
condition: required
home: https://github.com/dell/csi-powermax
icon: https://avatars1.githubusercontent.com/u/20958494?s=200&v=4
4 changes: 2 additions & 2 deletions charts/csi-powermax/charts/csireverseproxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -4,6 +4,6 @@ description: A Helm chart for CSI PowerMax ReverseProxy

type: application

version: 2.7.0
version: 2.8.0

appVersion: 2.7.0
appVersion: 2.8.0
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.7.0
image: dellemc/csipowermax-reverseproxy:v2.8.0
port: 2222

# TLS secret which is used for setting up the proxy HTTPS server
6 changes: 3 additions & 3 deletions charts/csi-powermax/values.yaml
Original file line number Diff line number Diff line change
@@ -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.8.0"
version: "v2.9.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.8.0
csireverseproxy: dellemc/csipowermax-reverseproxy:v2.7.0
driver: dellemc/csi-powermax:v2.9.0
csireverseproxy: dellemc/csipowermax-reverseproxy:v2.8.0
# CSI sidecars
attacher: registry.k8s.io/sig-storage/csi-attacher:v4.4.1
provisioner: registry.k8s.io/sig-storage/csi-provisioner:v3.6.1