Update Instructions¶
Instructions for updating Pixee Enterprise Server to newer versions.
Update Process¶
To update Pixee Enterprise Server in Embedded Cluster deployments follow:
Updating Pixee Enterprise Server is a simple process:
- Visit the admin console in your browser:
https://<domain name or vm ip>:30000 - Login with the admin console password set during installation
- New available versions will be visible in the
Available Updateslist under theVersion Historytab - Click
deploynext to the desired version you want to upgrade to - Confirm configuration
- Verify preflight checks
- Confirm deployment
To update Pixee Enterprise Server in Helm Deployment follow:
To update a Pixee Enterprise Server release, use the helm upgrade command. This is good for when you need to apply template changes to the running release or update configuration values.
To change variable values in a release, use the helm upgrade command with the -f flag and provide your updated values.yaml file:
helm upgrade pixee-enterprise-server oci://registry.pixee.ai/pixee/stable/pixee-enterprise-server -f values.yaml -n pixee-enterprise-server