Upgrade Platform

Gain access to new features and performance enhancements by upgrading HPE Machine Learning Inferencing Software.

Before You Start


How to Upgrade the SDK

python -m pip install --upgrade aioli-sdk==1.1.0

How to Upgrade the Platform

helm repo update
helm upgrade mlis \
      --set 'global.imagePullSecrets[0].name=regcred' \
      --set 'global.imagePullSecrets[1].name=hpe-mlis-registry' \
      --set imageRegistry=hub.myenterpriselicense.hpe.com/hpe-mlis/<SKU> \
      --set defaultPassword=<CREATE_ADMIN_PASSWORD> \
      --values values.yaml \ # Required if you have custom configurations
      <SKU>_aioli-helm-chart<release/majorMinorPatchNumber>}}.tgz
Release Name
The release name (mlis in helm upgrade mlis) should match name of the release you provided when you originally installed the platform. To see the release name, run helm list.