Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 660 Bytes

File metadata and controls

12 lines (9 loc) · 660 Bytes

Operator release process

  1. Go to the "Operator release" GH Action page
  2. Click the "Run workflow" drop down
  3. Enter a release/tag version and the next development version with -SNAPSHOT suffix
  4. Click "Run workflow" button to perform the release

The release process will do the following:

  • Tag the code with the desired version
  • Update the main branch to the new development version
  • Push the built Docker image to the operator repository on quay.io