Skip to content

Helm

Kore includes native Helm support, letting you inspect installed releases and chart repositories directly from the UI — no helm CLI required for read operations.

Helm Releases

The Releases page lists every Helm release installed in the cluster (across all namespaces).

ColumnDescription
NameRelease name
NamespaceNamespace the release is deployed into
ChartChart name and version
App VersionUpstream application version
Statusdeployed, failed, pending-install, superseded
RevisionCurrent revision number
UpdatedTimestamp of the last upgrade

Release actions

Right-click a release row to:

  • View manifests — see the rendered Kubernetes YAML for all resources in the release
  • View values — inspect the values.yaml used for this release
  • Copy name — copy the release name

Helm Charts

The Charts page lists charts available in the locally configured Helm repositories.

ColumnDescription
ChartChart name
RepositorySource repository
VersionLatest chart version
App VersionUpstream application version
DescriptionChart description

Adding repositories

Helm repository management is done via the helm CLI (helm repo add, helm repo update). Kore reflects the repositories already configured on your system — run helm repo update and re-open the Charts page to see the latest versions.

Checking Helm availability

Kore detects Helm at startup by running helm version. The detected version is shown in the Helm section header. If helm is not in $PATH, the Releases and Charts pages display a prompt with installation instructions.