Install

Caution

Before upgrading to Capacity Planner 2.1.0, you must first uninstall all Obcerv apps. Due to a breaking change in a core library (Spring Boot), you need to upgrade all Obcerv apps at the same time. Make sure that you reinstall the latest mutually compatible versions of Obcerv apps. See the Obcerv Compatibility Matrix.
  1. Create a chart config file, named app.yaml containing content similar to:
ingress:
  annotations:
    kubernetes.io/ingress.class: nginx
    nginx.org/mergeable-ingress-type: minion
  1. To install the chart, run:
helm install -f app.yaml obcerv-app-capacity-planner itrs/obcerv-app-capacity-planner \
            --version 2.1.0 -n <namespace> --wait

Uninstall Copied

To uninstall, run:

helm uninstall obcerv-app-capacity-planner -n itrs

Upgrade Copied

To upgrade the app, first uninstall and then install it again using the new version.

["Obcerv"] ["Obcerv > Capacity Planner"] ["Technical Reference"]

Was this topic helpful?