- Kubernetes:A Complete DevOps Cookbook
- Murat Karslioglu
- 79字
- 2025-04-04 13:20:40
Upgrading a Jenkins X application
Let's perform the following steps to upgrade a Jenkins X application and its components:
- First, upgrade the jx CLI. This command will upgrade the application if there is a new version available in the remote repository:
$ jx upgrade cli
- Once you are on the latest CLI, upgrade the platform using the following command. The new jx CLI command will upgrade the platform components if a new version exists:
$ jx upgrade platform