Skip to content

Commit

Permalink
Run updatecli for CAPD for versioning consistency
Browse files Browse the repository at this point in the history
Signed-off-by: Danil-Grigorev <[email protected]>
  • Loading branch information
Danil-Grigorev committed Nov 27, 2024
1 parent e9ba820 commit e793679
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions updatecli/updatecli.d/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,15 @@ targets:
replacepattern: 'https://github.com/rancher-sandbox/cluster-api/releases/{{ source "capirelease" }}/'
scmid: turtles
sourceid: capirelease # Will be ignored as `replacepattern` is specified
bumpcapd:
name: bump docker capi
kind: file
spec:
file: ./internal/controllers/clusterctl/config.yaml
matchpattern: 'https://github.com/kubernetes-sigs/cluster-api/releases/(.*)/'
replacepattern: 'https://github.com/kubernetes-sigs/cluster-api/releases/{{ source "capirelease" }}/'
scmid: turtles
sourceid: capirelease # Will be ignored as `replacepattern` is specified
bumpcapi-tests:
name: bump core capi in tests package
kind: file
Expand Down

0 comments on commit e793679

Please sign in to comment.