This article has been archived. Please see Coder Docs for the updated version.
This guide will show you how to update your Coder deployment.
Before beginning, please ensure that you've set up the Coder helm repo. You can verify that the Coder repo has been added by running helm repo list
:
$ helm repo list
NAME URL
coder https://helm.coder.com
Update Coder
Updating Coder is a two-step process:
- Retrieve the latest repository information:
helm repo update
- Upgrade to the specified version (ex: 1.12.0):
helm upgrade --namespace coder --force --install --atomic --wait --version 1.12.0 coder coder/coder
Comments
0 comments
Please sign in to leave a comment.