Performing rolling upgrades to DevOps Plan Helm chart
You can upgrade DevOps Plan to the newest release using the helm upgrade command.
Before you begin
- Use Helm to install the DevOps Plan solution chart as described in Step 5 of Getting started with DevOps Plan Helm chart.
About this task
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]