Skip to content

Commit

Permalink
Tag CSI images for 3.0 release (#2554)
Browse files Browse the repository at this point in the history
  • Loading branch information
chethanv28 committed Sep 14, 2023
1 parent ad85e8e commit ca6e585
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifests/vanilla/validatingwebhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ spec:
dnsPolicy: "Default"
containers:
- name: vsphere-webhook
image: gcr.io/cloud-provider-vsphere/csi/release/syncer:v3.1.0-rc.5
image: gcr.io/cloud-provider-vsphere/csi/release/syncer:v3.1.0
args:
- "--operation-mode=WEBHOOK_SERVER"
- "--fss-name=internal-feature-states.csi.vsphere.vmware.com"
Expand Down
8 changes: 4 additions & 4 deletions manifests/vanilla/vsphere-csi-driver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ spec:
- mountPath: /csi
name: socket-dir
- name: vsphere-csi-controller
image: gcr.io/cloud-provider-vsphere/csi/release/driver:v3.1.0-rc.5
image: gcr.io/cloud-provider-vsphere/csi/release/driver:v3.1.0
args:
- "--fss-name=internal-feature-states.csi.vsphere.vmware.com"
- "--fss-namespace=$(CSI_NAMESPACE)"
Expand Down Expand Up @@ -340,7 +340,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: vsphere-syncer
image: gcr.io/cloud-provider-vsphere/csi/release/syncer:v3.1.0-rc.5
image: gcr.io/cloud-provider-vsphere/csi/release/syncer:v3.1.0
args:
- "--leader-election"
- "--leader-election-lease-duration=30s"
Expand Down Expand Up @@ -475,7 +475,7 @@ spec:
- --mode=kubelet-registration-probe
initialDelaySeconds: 3
- name: vsphere-csi-node
image: gcr.io/cloud-provider-vsphere/csi/release/driver:v3.1.0-rc.5
image: gcr.io/cloud-provider-vsphere/csi/release/driver:v3.1.0
args:
- "--fss-name=internal-feature-states.csi.vsphere.vmware.com"
- "--fss-namespace=$(CSI_NAMESPACE)"
Expand Down Expand Up @@ -622,7 +622,7 @@ spec:
- --mode=kubelet-registration-probe
initialDelaySeconds: 3
- name: vsphere-csi-node
image: gcr.io/cloud-provider-vsphere/csi/release/driver:v3.1.0-rc.5
image: gcr.io/cloud-provider-vsphere/csi/release/driver:v3.1.0
args:
- "--fss-name=internal-feature-states.csi.vsphere.vmware.com"
- "--fss-namespace=$(CSI_NAMESPACE)"
Expand Down

0 comments on commit ca6e585

Please sign in to comment.