Planning Your Upgrade
For compatibility, we recommend that you use helm to deploy, and configure FOSSA services. We highly recommend that you do not upgrade individual services. If you do upgrade individual service, it may cause a performance degradation, or outage at worst.
Recommended way to upgrade
We recommend usage of helm upgrade command. This way, your upgrade will always have compatible FOSSA components that make up FOSSA service.
# Fetch the latest version of our charts
helm repo update
# Upgrade FOSSA service
# We use --reset-values to ensure that you always get the latest defaults
# we have configured.
helm upgrade DEPLOYMENT_NAME fossa/fossa-core --reset-values -f values.yaml
If you have questions or are running into any issues, please contact your customer support manager or reach out to us at https://support.fossa.com/hc/en-us
Updated about 2 months ago