Important
|
This guide assumes you have already installed (or upgraded) the ddlctl command line tool. If you have not done so yet, please follow the ddlctl installation guide first and ensure you have the correct ddlctl version for your target Domino version per the releases page.
|
From there, upgrading is straightforward and you can just run the following command:
ddlctl bootstrap --skip-domino-resource --skip-namespace --skip-registry-secret
If you are upgrading the Domino Platform Operator on a system that is not connected to the internet, you will need to download the Helm chart independently and point ddlctl
to it in your local environment, rather than relying on the default behavior of it pulling it for you.
Download the Helm Chart
Find the version of the Platform Operator that corresponds to your Domino version on the releases page and substitute it in the command below.
wget https://mirrors.domino.tech/s3/domino-artifacts/platform-operator/platform-operator-<version>.tgz
Run the bootstrap command
ddlctl bootstrap --chart-repo-url platform-operator --skip-domino-resource --skip-namespace --skip-registry-secret
If you downloaded and unarchived the Helm chart in a different directory than your current working directory, make sure to specify that in the --chart-repo-url
flag.