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

Add kubelinter scans for all charts #300

Closed
wants to merge 33 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
d8beca1
add kubelinter scans for all charts
mdutka-dell Sep 28, 2023
77d1b1a
split kubelinter to cosi, csi and modules
mdutka-dell Sep 28, 2023
c175eaa
edit typos
mdutka-dell Sep 28, 2023
343111c
add pdb check
mdutka-dell Sep 29, 2023
4857f66
[charts/csi-powerstore] Add PowerStore v2.9.0 support & sidecar versi…
suryagupta4 Oct 16, 2023
cfa8c9a
csi-powerflex v2.9.0 changes. (#308)
VamsiSiddu-7 Oct 16, 2023
27ef03e
Bump up observability version for CSM 1.9 (#314)
panigs7 Oct 26, 2023
6969558
update attacher sidecar for powerflex and powerstore. (#315)
VamsiSiddu-7 Oct 28, 2023
bff49b9
[charts/csi-powerstore] Centralize all images to one place (#310)
coulof Oct 31, 2023
032c152
[charts/csi-powerflex] Centralize all images to one place #263 (#311)
coulof Oct 31, 2023
66095d9
[charts/csi-powermax] Container images in one place (#309)
coulof Oct 31, 2023
0de2d39
Removing linked proxy mode for proxy (#301)
boyamurthy Nov 2, 2023
dc8d7f9
Updatting latest sidecars for Powermax (#319)
boyamurthy Nov 6, 2023
7e9abd6
[charts/powerscale] Powerscale driver images in one place (#313)
atye Nov 7, 2023
8eb4974
[charts/csi-unity] Centralize all images to one place (#312)
atye Nov 7, 2023
bfdda71
[charts/csi-powerscale]: Remove duplicate images (#320)
atye Nov 7, 2023
9d30852
New images location (#316)
coulof Nov 9, 2023
3494009
[charts/csi-unity]: Update Unity version for CSM 1.9 (#322)
shaynafinocchiaro Nov 14, 2023
c57342b
bump up version (#323)
xuluna Nov 17, 2023
867d61e
adding noderoot mount path (#324)
suryagupta4 Nov 20, 2023
1901d83
changed sdc version (#325)
KshitijaKakde Nov 20, 2023
1b587ce
sidecars version update for powerstore and powerflex (#326)
adarsh-dell Nov 20, 2023
e93583d
updating sidecar image version (#328)
PeresKereotubo Nov 20, 2023
14a3f8f
Revert "changed sdc version (#325)" (#329)
adarsh-dell Nov 21, 2023
2d192f1
Update VGS version to 1.4.0 (#331)
AkshaySainiDell Nov 22, 2023
02c5cc5
Powerscale and sidecar version changes (#332)
HarishH-DELL Nov 28, 2023
a183567
PowerMax 2.9.0 support (#321)
boyamurthy Nov 29, 2023
6552a41
Updating latest sidecars for PowerMax (#334)
boyamurthy Nov 29, 2023
58ab0f9
[charts/csi-powerflex] Added external access (#333)
suryagupta4 Dec 1, 2023
056526d
Update image tags for replication (#336)
tdawe Dec 6, 2023
48e16aa
Reset CSM to release v1.9.0 to main (#338)
HarishH-DELL Dec 13, 2023
8baeea1
Merge branch 'release-v1.9.0' into kubelinter
shanmydell Jan 9, 2024
89e3071
Merge branch 'main' into kubelinter
mdutka-dell Jan 10, 2024
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
adding noderoot mount path (#324)
  • Loading branch information
suryagupta4 authored and tdawe committed Dec 13, 2023
commit 867d61ecf3122a444a3c8bd29ce8a43728767d2e
6 changes: 6 additions & 0 deletions charts/csi-vxflexos/templates/node.yaml
Original file line number Diff line number Diff line change
@@ -228,6 +228,8 @@ spec:
- name: pods-path
mountPath: {{ .Values.kubeletConfigDir }}/pods
mountPropagation: "Bidirectional"
- name: noderoot
mountPath: /noderoot
- name: dev
mountPath: /dev
- name: vxflexos-config
@@ -344,6 +346,10 @@ spec:
hostPath:
path: {{ .Values.kubeletConfigDir }}/pods
type: Directory
- name: noderoot
hostPath:
path: /
type: Directory
- name: dev
hostPath:
path: /dev