Skip to main content
New to Testkube? Unleash the power of cloud native testing in Kubernetes with Testkube. Get Started >

Upgrade Testkube

Upgrading Testkube will upgrade the cluster components to the latest version. The following applies both to Open Source and Commercial installations.

There are two ways to upgrade Testkube:

Using Helm

note

By default, the namespace for the installation will be testkube. To upgrade the testkube chart if it was installed into the default namespace:

helm upgrade my-testkube kubeshop/testkube

And for a namespace other than testkube:

helm upgrade --namespace namespace_name my-testkube kubeshop/testkube

Using Testkube's CLI

You can use the upgrade command to upgrade your Testkube installation, see the corresponding CLI Documentation for all options.

Simple usage:

testkube upgrade