Closed
Description
Currently, we use make deploy-full-local-setup
for both local contributor setup and the user quickstart.
From time to time it leads to an unclear state of deployment when e.g. new k8gb controller version is not yet released meanwhile there are already relevant (sometimes non-compatible) chart modifications at the top of the master branch.
To address that we might:
- Switch
deploy-full-local-setup
target to deploy stable versions of controller+helm chart - Dedicate
deploy-candidate-with-helm
target to developer scenario deploying testing version of controller and latest unreleased version of chart - Document it in CONTRIBUTING.md
Activity