Skip to content

Commit

Permalink
Use typefilter not versionfilter for cpi,csi updatecli (#7460)
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola authored Jan 7, 2025
1 parent 52606a5 commit cdb7d26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions updatecli/updatecli.d/vsphere-cpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ sources:
spec:
url: https://rancher.github.io/rke2-charts
name: rancher-vsphere-cpi
versionfilter:
kind: "latest"
typefilter:
latest: true

conditions:
vsphereCPIVersionShouldBeUpdated:
Expand Down
4 changes: 2 additions & 2 deletions updatecli/updatecli.d/vsphere-csi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ sources:
spec:
url: https://rancher.github.io/rke2-charts
name: rancher-vsphere-csi
versionfilter:
kind: "latest"
typefilter:
latest: true

conditions:
vsphereCSIVersionShouldBeUpdated:
Expand Down

0 comments on commit cdb7d26

Please sign in to comment.