Skip to content

Release

  1. Perform test first
    mvn clean package
    
  2. Update operator's target version quay.io/spaship/operator-jvm:<VERSION> in install.yaml, install-ns.yaml and install-ns-nocrd.yaml manifests.
  3. Perform maven release - prompted for target version which creates a tag
    mvn clean release:prepare release:perform
    
  4. Wait till Deploy to registries completes.
  5. Create a Github release based on the latest tag and document the release.