You are viewing documentation for the Kairos release v3.0.14. For the latest release, click here.

Manual

Upgrades can be run manually from the terminal.

Kairos images are released on quay.io.

List available versions

To see all the available versions:

$ sudo kairos-agent upgrade list-releases
v0.57.0
v0.57.0-rc2
v0.57.0-rc1
v0.57.0-alpha2
v0.57.0-alpha1

Upgrade

To specify an image, use the --source flag:

sudo kairos-agent upgrade --source <type>:<address>

Where type can be dir or oci and address is the path to the dir in the dir case or the <repo/image:tag> combination in the case.

For example, if you wanted to upgrade to the latest available stable release you could run the following command:

sudo kairos-agent upgrade --source oci:quay.io/kairos/opensuse:leap-15.5-standard-amd64-generic-v3.0.14-k3sv1.29.3-k3s1

Last modified February 23, 2024: Reduce sizes and remove warnings (0e183ae)