Add command to display outdated helm charts - #442
Merged
gianlucam76 merged 1 commit intoJul 22, 2026
Conversation
gianlucam76
commented
Jul 22, 2026
Member
```
./bin/sveltosctl show helm-updates --help
Usage:
sveltosctl show helm-updates [options] [--namespace=<name>] [--cluster=<name>] [--cluster-type=<type>] [--verbose]
--namespace=<name> Show outdated helm charts deployed in clusters in this namespace.
If not specified all namespaces are considered.
--cluster=<name> Show outdated helm charts deployed in cluster with name.
If not specified all cluster names are considered.
--cluster-type=<type> Show outdated helm charts deployed in cluster with this type
(Capi or Sveltos). If not specified all cluster types are considered.
```
```
./bin/sveltosctl show helm-updates --namespace=default --cluster=clusterapi-workload
┌─────────────────────────────┬──────────────────────┬────────────────┬─────────────────┬───────────────┬─────────────────────┐
│ CLUSTER │ NAMESPACE │ RELEASE NAME │ CURRENT VERSION │ NEWER VERSION │ NEWER PATCH VERSION │
├─────────────────────────────┼──────────────────────┼────────────────┼─────────────────┼───────────────┼─────────────────────┤
│ default/clusterapi-workload │ nats │ nats │ 1.2.9 │ 2.14.2 │ 1.2.11 │
│ default/clusterapi-workload │ prometheus │ prometheus │ 26.0.0 │ 29.18.0 │ 26.0.1 │
│ default/clusterapi-workload │ grafana │ grafana │ 11.3.6 │ 12.8.0 │ 11.3.8 │
│ default/clusterapi-workload │ nginx │ nginx-latest │ 2.5.1 │ 2.6.4 │ 2.5.3 │
│ default/clusterapi-workload │ kyverno │ kyverno-latest │ 3.7.1 │ 3.8.2 │ 3.7.2 │
│ default/clusterapi-workload │ external-dns │ external-dns │ 1.15.0 │ 1.21.1 │ 1.15.2 │
│ default/clusterapi-workload │ traefik │ traefik │ 34.4.1 │ 41.0.2 │ │
│ default/clusterapi-workload │ cert-manager │ cert-manager │ v1.19.4 │ 1.21.0 │ 1.19.6 │
│ default/clusterapi-workload │ envoy-gateway-system │ envoy-gateway │ v1.7.1 │ 1.8.2 │ 1.7.5 │
└─────────────────────────────┴──────────────────────┴────────────────┴─────────────────┴───────────────┴─────────────────────┘
```
gianlucam76
force-pushed
the
newer-helm-chart-versions
branch
from
July 22, 2026 07:27
aef7286 to
d5ba626
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.