helm ls

List releases

Options

NameDescription
--all, -aShow all releases without any filter applied
--all-namespaces, -AList releases across all namespaces
--date, -dSort by release date
--deployedShow deployed releases. If no other is specified, this will be automatically enabled
--failedShow failed releases
--filter, -f <filter>A regular expression (Perl compatible). Any releases that match the expression will be included in the results
--max, -m <max>Maximum number of releases to fetch
--no-headersDon't print headers when using the default output format
--offset <offset>Next release index in the list, used to offset from start value
--output, -o <output>Prints the output in the specified format. Allowed values: table, json, yaml
--pendingShow pending releases
--reverse, -rReverse the sort order
--selector, -l <selector>Selector (label query) to filter on, supports '=', '==', and '!='.(e.g. -l key1=value1,key2=value2). Works only for secret(default) and configmap storage backends
--short, -qOutput short (quiet) listing format
--supersededShow superseded releases
--time-format <time-format>Format time using golang time formatter. Example: --time-format "2006-01-02 15:04:05Z0700"
--uninstalledShow uninstalled releases (if 'helm uninstall --keep-history' was used)
--uninstallingShow releases that are currently being uninstalled