mirror of
https://github.com/chevereto/docker.git
synced 2026-05-06 13:35:34 +02:00
1.1 KiB
1.1 KiB
Updating
Repository update
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.
Manual updating
Pull this updated repo changes in your fork.
git fetch --tags -f && git pull
GitHub one-click updating
- 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.
Chevereto application update
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.

