Upgrades
To upgrade the Appcircle server to the latest version and apply any configuration changes, use the following helm upgrade
command.
helm upgrade appcircle-server appcircle/appcircle \
--timeout 1200s \
-n appcircle \
-f values.yaml
tip
You can specify a particular version of the Appcircle Helm chart by adding the --version
flag. For example, to upgrade Helm chart version to 0.2.0
, use the following command:
helm upgrade appcircle-server appcircle/appcircle \
--timeout 1200s \
-n appcircle \
-f values.yaml \
--version 0.2.0
Need help?
Get help from Appcircle's support team, or see how others are using Appcircle by joining our Slack Channel.