From e37cceb4ccb1979b701cf85d3d3c17bf3e1671f7 Mon Sep 17 00:00:00 2001 From: Sam Bolian Date: Mon, 4 Dec 2023 14:15:31 -0600 Subject: [PATCH] Add instructions for Helm upgrades --- pages/deployments/upgrades.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/deployments/upgrades.md b/pages/deployments/upgrades.md index ea79c78e..08efe52b 100644 --- a/pages/deployments/upgrades.md +++ b/pages/deployments/upgrades.md @@ -7,6 +7,8 @@ description: Change versions of deployed services Plural will track new revisions for a service when the underlying Git repo or configured secrets are changed. When PRs are merged to the tracked branch in Git, the service will be updated after the next pull. Modifying secrets will also trigger an update. +To upgrade a service deployed with a Helm chart, navigate to the deployments table and click on the three dots at the end of the row. Choose the "Settings" option, select the version of the chart you want to apply, and click "Update". + ## Rollbacks To roll a service back to a prior revision, you can either select the Rollback icon from the deployments table or the Revisions tab from the Service details page.