Skip to main content
The Helm Charts browser gives you a unified view of all available charts from your connected repositories, making it easy to discover and deploy applications to your clusters.

What is the Charts Browser?

The Charts page in Ankra provides:
  • Unified Catalog: Browse charts from all connected Helm repositories in one place
  • Search & Filter: Find charts by name, category, or repository
  • Version Management: View available versions and changelogs
  • One-Click Deploy: Add charts to stacks and deploy to clusters instantly

Accessing Charts

Navigate to Charts in the main sidebar to open the chart browser. From here you can:
  1. Browse all available charts
  2. Search for specific applications
  3. View chart details and documentation
  4. Add charts to your cluster stacks

Chart Repositories

Ankra connects to Helm chart repositories to index available charts. You can add:
  • Public Repositories: Prometheus Community, Grafana, Jetstack, etc.
  • Private Repositories: Your organisation’s internal chart repositories
  • OCI Registries: Charts stored in OCI-compliant container registries
Registry setup is covered in Registries — add a source there and its charts appear in this browser, tagged with their repository.

Browsing Charts

The chart browser displays:
FieldDescription
NameChart name
VersionLatest available version
RepositorySource repository
DescriptionBrief description of the application
App VersionVersion of the packaged application

Filtering

Use the search and filter options to find charts:
  • Search: Type to filter by chart name
  • Repository: Filter by source repository
  • Category: Filter by application category (if available)

Chart Details

Click on any chart to view:
  • Description: Full documentation and usage instructions
  • Values: Default configuration values
  • Versions: All available versions with release notes
  • Dependencies: Other charts this one depends on
  • Maintainers: Chart authors and contact info

Deploying Charts

Charts are deployed through Stacks. To deploy a chart:
1

Select a Chart

Browse or search for the chart you want to deploy.
2

Add to Stack

Click Add to Stack and choose:
  • An existing stack to add this chart to
  • Create a new stack with this chart
3

Configure Values

Customize the chart’s values file to configure the application for your needs.
4

Deploy the Stack

Deploy the stack to your target cluster. The chart will be installed via Helm.
For more information on stacks, see the Stacks documentation.

Subscribed Charts

Mark charts as “subscribed” to:
  • Track Updates: Get notified when new versions are released
  • Quick Access: Find your favorite charts easily
  • Team Sharing: Share commonly-used charts with your organization

OCI Registry Support

Ankra supports Helm charts stored in OCI registries:
  1. Add the OCI registry as a chart repository
  2. Provide authentication credentials
  3. Charts are indexed and browsable like traditional Helm repos
OCI registries include:
  • Docker Hub
  • GitHub Container Registry (ghcr.io)
  • Amazon ECR
  • Google Artifact Registry
  • Azure Container Registry

Still have questions? Join our Slack community and we’ll help out.