Updating your Codacy license¶
Some changes to your Codacy plan require that you update your Codacy license with a new one provided by a Codacy representative:
-
Edit the value of
codacy-api.config.license
in thevalues-production.yaml
file that you used to install Codacy:codacy-api: config: license: <--- insert your Codacy license here --->
-
Apply the new configuration by performing a Helm upgrade. To do so execute the command used to install Codacy:
Important
If you are using MicroK8s you must use the file
values-microk8s.yaml
together with the filevalues-production.yaml
.To do this, uncomment the last line before running the
helm upgrade
command below.helm upgrade (...options used to install Codacy...) \ --version 3.3.0 \ --values values-production.yaml \ # --values values-microk8s.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 ask our community or contact support@codacy.com.