diff --git a/.github/workflows/tag-and-build.yml b/.github/workflows/tag-and-build.yml index a96567c8a..f98129302 100644 --- a/.github/workflows/tag-and-build.yml +++ b/.github/workflows/tag-and-build.yml @@ -92,7 +92,6 @@ jobs: - name: Adjust MCAD, SDK and InstaScale dependencies in the code run: | - # Remove leading 'v' sed -i -E "s/(.*MCAD_VERSION \?= ).*/\1${{ github.event.inputs.mcad-version }}/" Makefile sed -i -E "s/(.*MCAD_REF \?= ).*/\1release-\${MCAD_VERSION}/" Makefile sed -i -E "s/(.*INSTASCALE_VERSION \?= ).*/\1${{ github.event.inputs.instascale-version }}/" Makefile @@ -134,6 +133,10 @@ jobs: run: | go mod tidy + - name: Regenerate CFO CRD manifests + run: | + make manifests + - name: Commit changes in the code back to repository uses: stefanzweifel/git-auto-commit-action@v4 with: diff --git a/config/crd/mcad/kustomization.yaml b/config/crd/mcad/kustomization.yaml index e53d2dd94..23063b679 100644 --- a/config/crd/mcad/kustomization.yaml +++ b/config/crd/mcad/kustomization.yaml @@ -1,4 +1,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- github.com/project-codeflare/multi-cluster-app-dispatcher/config/crd?ref=v1.37.1 +- github.com/project-codeflare/multi-cluster-app-dispatcher/config/crd?ref=v1.38.0