[YUNIKORN-370] Revert CRD helm chart changes

In v0.9.0 there is no CRD. Revert the changes that were added to the
helm charts for this before branching.

Revert "[YUNIKORN-265] Include CRD registration into Helm charts (#19)"
This reverts commit 832f451ed5e50e4e5dfecc5c4cfa6c6586770979.

Revert "[YUNIKORN-346] Register the CRD programatically if it is turned
on (#21)"
This reverts commit 689bc08409c577197bae2a58b3d4f6105964bc59
1 file changed
tree: 8bd8b811f6477261efdf7906a77f161bfa9d4217
  1. docs/
  2. helm-charts/
  3. release-top-level-artifacts/
  4. tools/
  5. .gitignore
  6. README.md
README.md

Apache YuniKorn (Incubating) Release


This project provides the instructions and tools needed to generate Apache YuniKorn (Incubating) release artifacts. Reference:

Release Procedure

  • Create a release branch for the target release in all git repos, such as branch-0.8
  • Stabilize the release branch
  • Create a tag and prepare to generate the release, e.g v0.8.0
  • Configure tools/release-configs.json
  • Run script tools/build-release.py to generate source code tarball
  • Sign the release
  • Upload tarball, signature and checksum
  • Start a voting thread for the project followed by an incubator voting thread
  • Publish the release

See full document at this doc