Skip to content

Commit

Permalink
set K8S_OPENAPI_ENABLED_VERSION to fix compilation issues again?
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Hoß <[email protected]>
  • Loading branch information
sebhoss committed Jul 30, 2024
1 parent b5cf1f4 commit 1f0d21c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-crds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
./code-generator/fix-cargo-warnings.sh "${feature}"
fi
done
env:
K8S_OPENAPI_ENABLED_VERSION: "1.30"
- id: cpr
name: Create Pull Request
uses: peter-evans/create-pull-request@v6
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ jobs:
fi
env:
RUSTFLAGS: "--deny warnings"
K8S_OPENAPI_ENABLED_VERSION: "1.30"
- name: Check Dependency Updates
run: ./code-generator/test-custom-resources.sh about_k8s_io
if: ${{ github.actor == 'dependabot[bot]' }}
env:
RUSTFLAGS: "--deny warnings"
K8S_OPENAPI_ENABLED_VERSION: "1.30"

0 comments on commit 1f0d21c

Please sign in to comment.