Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.07 KB

UPDATING.md

File metadata and controls

44 lines (27 loc) · 1.07 KB

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

  1. Go to Actions
  2. Select Update under Workflows
  3. Click on Run Workflow and confirm

Update template

🤖 When done a bot will create a pull request in your repo so you can review and confirm the changes.

Update merge

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.