Home / Keptn v1 Docs / Release 0.12.x / Operate Keptn / Upgrade Keptn
Step 1. To download and install the Keptn CLI for version 0.12.0, you can choose between:
Automatic installation of the Keptn CLI (Linux and Mac):
/usr/local/bin/keptn
.curl -sL https://get.keptn.sh | KEPTN_VERSION=0.12.0 bash
keptn version
Manual installation of the Keptn CLI:
/usr/local/bin/
)keptn version
Step 2. To upgrade your Keptn installation from 0.11.x to 0.12.0, the Keptn CLI offers the command:
keptn upgrade
Error: your current Keptn CLI context 'cluster' does not match current Kubeconfig '
when executing the above command, please set the config KubeContextCheck using:keptn set config KubeContextCheck true
helm upgrade keptn keptn --install -n keptn --create-namespace --repo=https://charts.keptn.sh --version=0.12.0 --reuse-values --wait
⚠️ Step 3. If you are using the jmeter-service or helm-service, upgrade them to 0.12.0 using the following commands:
helm repo update
helm upgrade jmeter-service https://github.com/keptn/keptn/releases/download/0.12.0/jmeter-service-0.12.0.tgz -n keptn --create-namespace --wait --reuse-values
helm upgrade helm-service https://github.com/keptn/keptn/releases/download/0.12.0/helm-service-0.12.0.tgz -n keptn --create-namespace --wait --reuse-values