Skip to content

Commit

Permalink
Upgrade csi-provisioner to v5.0.2 in Supervisor manifests (#3049)
Browse files Browse the repository at this point in the history
  • Loading branch information
gohilankit committed Sep 13, 2024
1 parent ce2fff1 commit 3196039
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifests/supervisorcluster/1.27/cns-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ spec:
priorityClassName: system-node-critical
containers:
- name: csi-provisioner
image: localhost:5000/vmware/csi-provisioner/csi-provisioner:v4.0.0_vmware.6
image: localhost:5000/vmware/csi-provisioner/csi-provisioner:v5.0.2_vmware.1
args:
- "--v=4"
- "--timeout=300s"
Expand Down
2 changes: 1 addition & 1 deletion manifests/supervisorcluster/1.28/cns-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ spec:
priorityClassName: system-node-critical
containers:
- name: csi-provisioner
image: localhost:5000/vmware/csi-provisioner/csi-provisioner:v4.0.0_vmware.6
image: localhost:5000/vmware/csi-provisioner/csi-provisioner:v5.0.2_vmware.1
args:
- "--v=4"
- "--timeout=300s"
Expand Down
2 changes: 1 addition & 1 deletion manifests/supervisorcluster/1.29/cns-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ spec:
priorityClassName: system-node-critical
containers:
- name: csi-provisioner
image: localhost:5000/vmware/csi-provisioner/csi-provisioner:v4.0.0_vmware.6
image: localhost:5000/vmware/csi-provisioner/csi-provisioner:v5.0.2_vmware.1
args:
- "--v=4"
- "--timeout=300s"
Expand Down
2 changes: 1 addition & 1 deletion manifests/supervisorcluster/1.30/cns-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ spec:
priorityClassName: system-node-critical
containers:
- name: csi-provisioner
image: localhost:5000/vmware/csi-provisioner/csi-provisioner:v4.0.0_vmware.6
image: localhost:5000/vmware/csi-provisioner/csi-provisioner:v5.0.2_vmware.1
args:
- "--v=4"
- "--timeout=300s"
Expand Down

0 comments on commit 3196039

Please sign in to comment.