> For the complete documentation index, see [llms.txt](https://platform9.com/kb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://platform9.com/kb/pmk/solutions/no-applications-available-after-adding-helm-repository.md).

# No Applications Available After Adding Helm Repository

## Problem

* Applications are not seen in the UI after adding a new Helm repository.
* The Applications list is seen as empty, though the Helm repository might have applications. We see below logs:

{% tabs %}
{% tab title="None" %}

```none
level=info msg="Downloading metadata" dest=/monocular/repo-data/test/alpine/0.1.0/chart.tgz source=alpine-0.1.0.tgzlevel=error msg="Error on DownloadAndExtractChartTarball" error="Get alpine-0.2.0.tgz: unsupported protocol scheme \"\""
```

{% endtab %}
{% endtabs %}

## Environment

Platform9 Managed Kubernetes

## Cause

The monocular version used by PMK isn't recent, and it doesn't support URLs to point to packages directly. For ex: [Technosophos Helm repository](https://technosophos.github.io/tscharts/index.yaml) has:

{% tabs %}
{% tab title="None" %}

```none
sources:   - https://github.com/kubernetes/helm   urls:   - alpine-0.3.0.tgz
```

{% endtab %}
{% endtabs %}

The **urls** field above doesn't include the full path for the package but just the package name.

## Resolution

Platform9 is aware about this issue and is working actively to mitigate this. If you are publishing your own Helm repository, please include the full path to the URLs and not just package names.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://platform9.com/kb/pmk/solutions/no-applications-available-after-adding-helm-repository.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
