testkube_upgrade
testkube upgrade
Upgrade Helm chart, install dependencies and run migrations
testkube upgrade [flags]
Options
--agent-token string Testkube Cloud agent key [required for cloud mode]
--agent-uri string Testkube Cloud agent URI [required for cloud mode]
--chart string chart name (usually you don't need to change it) (default "kubeshop/testkube")
--cloud-root-domain string defaults to testkube.io, usually don't need to be changed [required for cloud mode] (default "testkube.io")
--dry-run dry run mode - only print commands that would be executed
--env-id string Testkube Cloud environment id [required for cloud mode]
-h, --help help for upgrade
--name string installation name (usually you don't need to change it) (default "testkube")
--namespace string namespace where to install (default "testkube")
--no-confirm don't ask for confirmation - unatended installation mode
--no-dashboard don't install dashboard
--no-minio don't install MinIO
--no-mongo don't install MongoDB
--org-id string Testkube Cloud organization id [required for cloud mode]
--values string path to Helm values file
Options inherited from parent commands
-a, --api-uri string api uri, default value read from config if set (default "https://demo.testkube.io/results/v1")
-c, --client string client used for connecting to Testkube API one of proxy|direct (default "proxy")
--oauth-enabled enable oauth
--verbose show additional debug messages
SEE ALSO
- testkube - Testkube entrypoint for kubectl plugin