File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 92
92
93
93
- name : Adjust MCAD, SDK and InstaScale dependencies in the code
94
94
run : |
95
- # Remove leading 'v'
96
95
sed -i -E "s/(.*MCAD_VERSION \?= ).*/\1${{ github.event.inputs.mcad-version }}/" Makefile
97
96
sed -i -E "s/(.*MCAD_REF \?= ).*/\1release-\${MCAD_VERSION}/" Makefile
98
97
sed -i -E "s/(.*INSTASCALE_VERSION \?= ).*/\1${{ github.event.inputs.instascale-version }}/" Makefile
@@ -134,6 +133,10 @@ jobs:
134
133
run : |
135
134
go mod tidy
136
135
136
+ - name : Regenerate CFO CRD manifests
137
+ run : |
138
+ make manifests
139
+
137
140
- name : Commit changes in the code back to repository
138
141
uses : stefanzweifel/git-auto-commit-action@v4
139
142
with :
Original file line number Diff line number Diff line change 1
1
apiVersion : kustomize.config.k8s.io/v1beta1
2
2
kind : Kustomization
3
3
resources :
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