Skip to content

Commit

Permalink
Update CPI to 1.24.3 for CVEs(vmware-tanzu#4167)
Browse files Browse the repository at this point in the history
  • Loading branch information
lubronzhan authored and wenqiq committed Dec 20, 2022
1 parent aaf4fff commit 99328a9
Show file tree
Hide file tree
Showing 20 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions providers/vendir.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: vendir.k14s.io/v1alpha1
directories:
- contents:
- git:
commitTitle: Update the cpi 1.23.1's tolerations and affinity (#5332)
sha: b04f47f5c009ea4d560ec1e87c204e77818de960
commitTitle: Adds Contour 1.22.3 (#5603)...
sha: 95ef4138317d8777ca29730a156cb229333811a9
tags:
- v0.13.0-dev.2-331-gb04f47f5
- v0.13.0-dev.2-521-g95ef4138
path: .
path: ytt/vendir/vsphere_cpi/_ytt_lib
- contents:
Expand Down
4 changes: 2 additions & 2 deletions providers/vendir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ directories:
- path: .
git:
url: git@github.com:vmware-tanzu/community-edition.git
ref: b04f47f5c009ea4d560ec1e87c204e77818de960
ref: 95ef4138317d8777ca29730a156cb229333811a9
includePaths:
- addons/packages/vsphere-cpi/1.24.0/bundle/config/**/*
- addons/packages/vsphere-cpi/1.24.3/bundle/config/**/*
- path: ytt/vendir/cni/_ytt_lib
contents:
- path: .
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
- --v=2
- --cloud-provider=vsphere
- --cloud-config=/etc/cloud/vsphere.conf
image: gcr.io/cloud-provider-vsphere/cpi/release/manager:v1.24.0
image: gcr.io/cloud-provider-vsphere/cpi/release/manager:v1.24.3
imagePullPolicy: IfNotPresent
name: vsphere-cloud-controller-manager
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
value: #@ values.vsphereCPI.supervisorMasterEndpointIP
- name: SUPERVISOR_APISERVER_PORT
value: #@ values.vsphereCPI.supervisorMasterPort
image: gcr.io/cloud-provider-vsphere/cpi/release/manager:v1.24.0
image: gcr.io/cloud-provider-vsphere/cpi/release/manager:v1.24.3
imagePullPolicy: IfNotPresent
name: guest-cluster-cloud-provider
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion providers/ytt/vendir/vsphere_cpi/vsphere_cpi.lib.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#@ load("@ytt:library", "library")

#@ vsphere_cpi_lib = library.get("addons/packages/vsphere-cpi/1.24.0/bundle/config")
#@ vsphere_cpi_lib = library.get("addons/packages/vsphere-cpi/1.24.3/bundle/config")

0 comments on commit 99328a9

Please # to comment.