Skip to content

Commit

Permalink
Add v0.7.0 Compatibility yaml (#179)
Browse files Browse the repository at this point in the history
* Add v0.7.0 Compatibility yaml

* Update Namespace and Comaptibility Matrix for github actions

Signed-off-by: asifdxtreme <[email protected]>

* Update compatibility yaml

Signed-off-by: asifdxtreme <[email protected]>

* Update compatibility-v0.7.0.yaml

* Update compatibility-v0.7.0.yaml

Add custom webhook validation and secret generation

* adding RBAC for validating webhook (#181)

Co-authored-by: Tanya Aggarwal <[email protected]>

* Update compatibility-v0.7.0.yaml

* Update compatibility-v0.7.0.yaml

* Create webhook.yaml

* Update compatibility-v0.7.0.yaml

* Update webhook.yaml

Remove PDB

* Create namespace.yaml

* Create vsphere-csi-driver.yaml

* Update compatibility-v0.7.0.yaml

* Update compatibility-v0.7.0.yaml to support k8s 1.30

---------

Signed-off-by: asifdxtreme <[email protected]>
Co-authored-by: Tanya Aggarwal <[email protected]>
  • Loading branch information
asifdxtreme and aggarwalta authored Apr 22, 2024
1 parent 60e24b9 commit 474eacd
Show file tree
Hide file tree
Showing 4 changed files with 860 additions and 5 deletions.
9 changes: 4 additions & 5 deletions artifacts/compatibility-yaml/compatibility-v0.7.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
"CSI" : {
"2.7.0" : {
"vSphere": { "min": "6.7.1", "max": "8.0.1" },
"k8s": { "min": "1.23", "max": "1.25" },
"k8s": { "min": "1.23", "max": "1.30" },
"isCPIRequired": false,
"deploymentPath": [
"https://raw.githubusercontent.com/kubernetes-sigs/vsphere-csi-driver/v2.7.0/manifests/vanilla/namespace.yaml",
"https://raw.githubusercontent.com/asifdxtreme/Docs/master/vdo-deployment/validatingwebhook.yaml",
"https://raw.githubusercontent.com/asifdxtreme/Docs/master/vdo-deployment/csi-secret.yaml",
"https://raw.githubusercontent.com/kubernetes-sigs/vsphere-csi-driver/v2.7.0/manifests/vanilla/vsphere-csi-driver.yaml" ]
"https://raw.githubusercontent.com/vmware-tanzu/vsphere-kubernetes-drivers-operator/release/artifacts/csi/namespace.yaml",
"https://raw.githubusercontent.com/vmware-tanzu/vsphere-kubernetes-drivers-operator/release/artifacts/csi/webhook.yaml",
"https://raw.githubusercontent.com/vmware-tanzu/vsphere-kubernetes-drivers-operator/release/artifacts/csi/vsphere-csi-driver.yaml" ]
},
"2.6.2": {
"vSphere": { "min": "6.7.1", "max": "8.0.1" },
Expand Down
7 changes: 7 additions & 0 deletions artifacts/csi/namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: v1
kind: Namespace
metadata:
name: vmware-system-csi
labels:
pod-security.kubernetes.io/enforce: baseline
pod-security.kubernetes.io/enforce-version: latest
Loading

0 comments on commit 474eacd

Please sign in to comment.