File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 9292
9393 - name : Adjust MCAD, SDK and InstaScale dependencies in the code
9494 run : |
95- # Remove leading 'v'
9695 sed -i -E "s/(.*MCAD_VERSION \?= ).*/\1${{ github.event.inputs.mcad-version }}/" Makefile
9796 sed -i -E "s/(.*MCAD_REF \?= ).*/\1release-\${MCAD_VERSION}/" Makefile
9897 sed -i -E "s/(.*INSTASCALE_VERSION \?= ).*/\1${{ github.event.inputs.instascale-version }}/" Makefile
@@ -134,6 +133,10 @@ jobs:
134133 run : |
135134 go mod tidy
136135
136+ - name : Regenerate CFO CRD manifests
137+ run : |
138+ make manifests
139+
137140 - name : Commit changes in the code back to repository
138141 uses : stefanzweifel/git-auto-commit-action@v4
139142 with :
Original file line number Diff line number Diff line change 11apiVersion : kustomize.config.k8s.io/v1beta1
22kind : Kustomization
33resources :
4- - github.com/project-codeflare/multi-cluster-app-dispatcher/config/crd?ref=v1.37.1
4+ - github.com/project-codeflare/multi-cluster-app-dispatcher/config/crd?ref=v1.38.0
You can’t perform that action at this time.
0 commit comments