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:
-
Extract your previous
--set
arguments with:helm get values codacy > codacy.yaml
-
Decide on all the values you need to set.
-
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?
255 characters left
We're sorry to hear that. Please let us know what we can improve:
255 characters left
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.