helm
command. Make sure to specify the desired version you wish to upgrade to:
plerion-collector-manager
: This is the name of your existing collector-manager Helm release.
plerion/collector-manager
: This specifies the Helm chart repository and the collector-manager Helm chart.
--reuse-values
: This flag ensures that your existing configuration values are retained during the upgrade.
--version [version]
: You should replace [version]
with the specific version number you want to upgrade to. This allows you to select the desired collector-manager version for the upgrade.
RELEASE_NAME
with the name of your Helm release (usually “plerion-collector-manager”) and REVISION_NUMBER
with the revision number from the previous step.