Upgrading Codacy¶
To upgrade Codacy to the latest stable version:
-
Check the release notes for all Codacy Self-hosted versions between your current version and the most recent version for breaking changes and follow the instructions provided carefully.
Warning
Failing to follow the steps to deal with breaking changes can cause the upgrade to fail or cause problems while Codacy is running.
-
Store all your currently defined configuration values in a file:
helm get values codacy \ --namespace codacy \ --output yaml > codacy.yaml
Note
If you installed Codacy on a Kubernetes namespace different from
codacy
, make sure that you adjust the namespace when executing the commands in this page. -
Review the values stored in the file
codacy.yaml
, making any changes if necessary. -
Perform the upgrade using the values stored in the file:
helm upgrade codacy codacy-stable/codacy \ --namespace codacy \ --values codacy.yaml
Feedback
Did this page help you?
Thank you for the feedback!
We're sorry to hear that. Please let us know what we can improve.
If you have a question, please contact support@codacy.com.