This guide targets Cluster Admins and details how to update an Application installed in the user cluster. For more details on Applications, please refer to our Applications Primer.
Go to the Applications Tab and click on the pen icon to edit the application.
Then you can update the values and or version using the editor.
If you update the application’s version, you may have to update the values accordingly.
Use kubectl
to edit the applicationInstallation CR.
kubectl -n <namespace> edit applicationinstallation <name>
If you update the application’s version, you may have to update the values accordingly.
Then you can check the progress of your upgrade in status.conditions
. For more information, please refer to Application Life Cycle.