---
title: Repo newrelic not found
source: https://docs.newrelic.com/docs/kubernetes-pixie/kubernetes-integration/troubleshooting/common-error-messages/repo-newrelic-not-found
---

## Problem

You see this error message during your [Kubernetes integration installation](/install/kubernetes/) with Helm or Manifest.

```shell
  repo newrelic not found
```

## Solution

Add the newrelic repo to your helm chart by running this command:

```shell
  helm repo add newrelic https://helm-charts.newrelic.com
```
