LukeShortCloud / rootpages

Root Pages is a collection of easy-to-reference tutorials and guides primarily for Linux and other UNIX-like systems.
Other
56 stars 6 forks source link

[virtualization][kubernetes_administration] Find Helm chart versions #1001

Open LukeShortCloud opened 1 year ago

LukeShortCloud commented 1 year ago

This lists out both the (1) Helm Chart version and (2) the application version.

$ helm search repo --regexp "<HELM_REPO>/<HELM_CHART>" --versions

https://stackoverflow.com/questions/62193046/how-to-show-available-updates-for-installed-charts

LukeShortCloud commented 1 year ago

This command has actually been simplified:

$ helm search repo "<HELM_REPO>/<HELM_CHART>" --versions

https://atlassian.github.io/data-center-helm-charts/userguide/upgrades/HELM_CHART_UPGRADE/