Updating your Codacy license#
Some changes to your Codacy plan require that you update your Codacy Self-hosted license with a new one provided by a Codacy representative:
-
Edit the value of
codacy-api.config.licensein thevalues-production.yamlfile 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're using MicroK8s you must use the file
values-microk8s.yamltogether with the filevalues-production.yaml.To do this, uncomment the last line before running the
helm upgradecommand below.helm upgrade (...options used to install Codacy...) \ --version 15.0.0 \ --values values-production.yaml \ # --values values-microk8s.yaml
Checking the expiration date of your Codacy license#
To check the expiration date of your Codacy license, do the following:
-
Click the Admin link in the top right-hand corner.
-
On the Dashboard page, search for your organization and click the organization identifier to navigate to its details.
-
On the Organization details, check your Plan expiry date.
Was this page helpful?
Your feedback helps us improve the documentation.
255 characters left
Thanks for helping improve Codacy documentation.
For more detailed feedback, open an issue on GitHub.