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
[charts/csi-powerflex] Added external access (#333)
* external access powerflex

* adding external access in csm chart
  • Loading branch information
suryagupta4 authored Dec 1, 2023
commit af162cae6ca4dcb12d7007928d8ab75b8e9e41e0
1 change: 1 addition & 0 deletions charts/container-storage-modules/values.yaml
Original file line number Diff line number Diff line change
@@ -338,6 +338,7 @@ csi-vxflexos:
storageCapacity:
enabled: true
enableQuota: false
externalAccess:
monitor:
enabled: false
vgsnapshotter:
4 changes: 3 additions & 1 deletion charts/csi-vxflexos/templates/controller.yaml
Original file line number Diff line number Diff line change
@@ -428,6 +428,8 @@ spec:
value: "{{ .Values.enableQuota }}"
{{- end }}
{{- end }}
- name: X_CSI_POWERFLEX_EXTERNAL_ACCESS
value: {{ .Values.externalAccess }}
volumeMounts:
- name: socket-dir
mountPath: /var/run/csi
@@ -470,4 +472,4 @@ spec:
- key: cert-{{ $e }}
path: cert-{{ $e }}
{{- end }}
{{- end }}
{{- end }}
7 changes: 6 additions & 1 deletion charts/csi-vxflexos/values.yaml
Original file line number Diff line number Diff line change
@@ -59,6 +59,11 @@ defaultFsType: ext4
# Default value: None
imagePullPolicy: IfNotPresent

# externalAccess: allows to specify additional entries for hostAccess of NFS volumes. Both single IP address and subnet are valid entries.
# Allowed Values: x.x.x.x/xx or x.x.x.x
# Default Value: None
externalAccess:

# enableQuota: a boolean that, when enabled, will set quota limit for a newly provisioned NFS volume.
# Allowed values:
# true: set quota for volume
@@ -353,4 +358,4 @@ authorization:
# "true" - TLS certificate verification will be skipped
# "false" - TLS certificate will be verified
# Default value: "true"
skipCertificateValidation: true
skipCertificateValidation: true