Trigger the Trigger release
workflow, which will push a commit to the main
branch that increments linearly the version in the VERSION file.
This, in turn, will trigger the release process (see next section).
The build and release workflow will publish:
- Container images: Build the
lumigo-kubernetes-operator
andlumigo-kubernetes-telemetry-proxy
images, and push them with the new version as tag to the public Amazon ECR repositories. - Helm chart defaults: The new version is set as chart and app version in the chart metadata; the new version is set as default tag in the chart default values.
- Git tag and GitHub release: Create a new GitHub release that has the new Helm chart tarball attached as artifact.
- Helm repository: Update the index of the Helm repository hosted as GitHub Pages in the
gh-pages
branch will be automatically updated, pointing at the Helm chart tarball attached to the newly-created release.