To update your containers to the latest version of this repository make sure to run first:
make down
💡 If you forget to run this you can rollback the repo and execute the above command.
Pull this updated repo changes in your fork.
git fetch --tags -f && git pull
- Go to Actions
- Select Update under Workflows
- Click on Run Workflow and confirm
🤖 When done a bot will create a pull request in your repo so you can review and confirm the changes.
To update to a new Chevereto version first re-build the container image (see BUILDING) to reflect the target version.
Once done, down and re-up containers by passing the NAMESPACE
of your project:
make down NAMESPACE=yourproject
make up-d NAMESPACE=yourproject
Refer to persistance troubleshoot If the system prompts to re-install.