Last modified November 29, 2024

'kubectl gs update app' command reference

This command helps with updating App custom resources.

Usage

The command to execute is kubectl gs update app.

It supports the following required flags:

  • --name: Name of the App CR to update.
  • --version: New version to update the app to. The version must exist in the Catalog.

Important: ensure you have selected the correct namespace for your cluster with the --namespace flag.

See the example command updating starboard-app to version 0.2.1:

kubectl gs update app \
  --name starboard-app \
  --namespace ab01c \
  --version 0.2.1

It produces the following output upon success:

App 'starboard-app' updated to version '0.2.1'