Skip to content

Commit 544d1e7

Browse files
sutaakaropenshift-ci[bot]
authored andcommitted
Regenerate CFO CRD manifests for release
1 parent 719b6bd commit 544d1e7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Diff for: .github/workflows/tag-and-build.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ jobs:
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:

Diff for: config/crd/mcad/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
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

0 commit comments

Comments
 (0)