WARNING: Jenkins X version 2.x is unmaintained. Do not use it.
Please refer to the v3 documentation for the latest supported version.
jx step wait-for-chart
list of jx commands
	jx step wait-for-chart
Waits for the given chart to be available in a helm repository
Synopsis
Waits for the given Chart to be available in a Helm repository
jx step wait-for-chart [flags]
Examples
  # wait for a chart to be available
  jx step wait-for-chart --chart-name foo --chart-version 1.0.0
Options
      --chart-name string      Helm chart name to search for [required]
      --chart-repo string      The repo to search for the helm chart (default "https://storage.googleapis.com/chartmuseum.jenkins-x.io")
      --chart-version string   Helm chart version to search for [required]
  -h, --help                   help for wait-for-chart
      --poll-time string       The amount of time between polls for the Chart being present (default "30s")
      --repo-password string   Helm Repo password if auth enabled
      --repo-username string   Helm Repo username if auth enabled
  -t, --timeout string         The duration before we consider this operation failed (default "1h")
Options inherited from parent commands
  -b, --batch-mode   Runs in batch mode without prompting for user input
      --verbose      Enables verbose output. The environment variable JX_LOG_LEVEL has precedence over this flag and allows setting the logging level to any value of: panic, fatal, error, warn, info, debug, trace
SEE ALSO
- jx step - pipeline steps
 
Auto generated by spf13/cobra on 2-Sep-2020
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
  Last modified September 2, 2020: updated jx commands & API docs from 2.1.138 (4fc0bedc90)