Skip to content
This documentation applies to Codacy Self-hosted v1.0.1

For the latest updates and improvements, see the latest Cloud documentation instead.

Upgrading Codacy

NOTE: You can retrieve your previous --set arguments cleanly, with helm get values <release name>. If you direct this into a file (helm get values <release name> > codacy.yaml), you can safely pass this file via -f, like helm upgrade codacy codacy/codacy -f codacy.yaml. This safely replaces the behavior of --reuse-values

The following are the steps to upgrade Codacy to a newer version:

  1. Extract your previous --set arguments with:

    helm get values codacy > codacy.yaml
    
  2. Decide on all the values you need to set.

  3. Perform the upgrade, with all --set arguments extracted in step 2:

    helm upgrade codacy codacy/codacy \
      -f codacy.yaml \
      --set ...
    

Share your feedback 📢

Did this page help you?

Thanks for the feedback! Is there anything else you'd like to tell us about this page?

We're sorry to hear that. Please let us know what we can improve:

Alternatively, you can create a more detailed issue on our GitHub repository.

Thanks for helping improve the Codacy documentation.

If you have a question or need help please contact support@codacy.com.

Last modified May 6, 2020