You can upgrade DevOps Plan to
the newest release using the helm upgrade command.
Before you begin
Before you perform the upgrade, you must first do the
following:
About this task
Rolling upgrades utilize the helm upgrade command. For more information,
see Helm
Upgrade in the Helm documentation.
Procedure
-
Case 1: Upgrading the DevOps Plan
chart.
helm upgrade hcl-devopsplan devops-plan/hcl-devopsplan \
--namespace [namespace] \
--set global.hclImagePullSecret=[secret-name]
-
Case 2: Upgrading the DevOps Plan Docker image.
helm upgrade hcl-devopsplan devops-plan/hcl-devopsplan \
--namespace [namespace] \
--set global.hclImagePullSecret=[secret-name] \
--set image.tag=[image-tag]