Skip to content

Commit

Permalink
chore: Update helm repo location (#923)
Browse files Browse the repository at this point in the history
We are moving to our new helm chart repo, charts.ngrok.com
  • Loading branch information
jonstacks authored Sep 4, 2024
1 parent fd2525b commit 307c582
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/integrations/amazon-eks/eks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Now we can install the ngrok Ingress Controller to provide ingress to our servic

1. Add the ngrok Ingress Controller Helm repo
```shell
helm repo add ngrok https://ngrok.github.io/kubernetes-ingress-controller
helm repo add ngrok https://charts.ngrok.com
```
2. Set your environment variables with your ngrok credentials. Replace `[AUTHTOKEN]` and `[API_KEY]` with your Authtoken and API key for your account.
```shell
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/argocd/apiops.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Start by deploying the [ngrok Kubernetes Operator](https://github.com/ngrok/kube
1. Add the Helm repository:

```bash
helm repo add ngrok https://ngrok.github.io/kubernetes-ingress-controller
helm repo add ngrok https://charts.ngrok.com
```

1. Install the latest Gateway API CRDs to your cluster:
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/azure-ad/k8s.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Next, you'll configure and deploy the [ngrok Kubernetes Ingress Controller](http
1. Add the ngrok Helm repository if you haven't already.

```bash
helm repo add ngrok https://ngrok.github.io/kubernetes-ingress-controller
helm repo add ngrok https://charts.ngrok.com
```

1. Create a ngrok static subdomain for ingress if you don't have one already. Navigate to the [**Domains** section](https://dashboard.ngrok.com/cloud-edge/domains) of the ngrok dashboard and click **Create Domain** or **New Domain**. This static subdomain will be your `NGROK_DOMAIN` for the remainder of this guide.
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/azure-aks/k8s.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Controller](https://github.com/ngrok/kubernetes-ingress-controller) before your
1. Add the ngrok Helm repository if you haven't already.

```bash
helm repo add ngrok https://ngrok.github.io/kubernetes-ingress-controller
helm repo add ngrok https://charts.ngrok.com
```

1. Set up the `AUTHTOKEN` and `API_KEY` exports, which allows Helm to install the Ingress Controller using your ngrok credentials. Find your `AUTHTOKEN` under [**Your Authtoken**](https://dashboard.ngrok.com/get-started/your-authtoken) in the ngrok dashboard.
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/consul/k8s.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ spec:
1. Add the ngrok Ingress Controller Helm repo
```bash
helm repo add ngrok https://ngrok.github.io/kubernetes-ingress-controller
helm repo add ngrok https://charts.ngrok.com
```
1. Set your environment variables with your ngrok credentials. Replace `[AUTHTOKEN]` and `[API_KEY]` with your Authtoken and API key for your account.
```bash
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/google-gke/google-kubernetes-engine.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Now we can install the ngrok Ingress Controller to provide ingress to our servic

1. Add the ngrok Ingress Controller Helm repo
```shell
helm repo add ngrok https://ngrok.github.io/kubernetes-ingress-controller
helm repo add ngrok https://charts.ngrok.com
```
2. Set your environment variables with your ngrok credentials. Replace `[AUTHTOKEN]` and `[API_KEY]` with your Authtoken and API key for your account.
```shell
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/linkerd/k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Controller](https://github.com/ngrok/kubernetes-ingress-controller) to simplify
1. Add the ngrok Helm repository if you haven't already.

```bash
helm repo add ngrok https://ngrok.github.io/kubernetes-ingress-controller
helm repo add ngrok https://charts.ngrok.com
```

1. Set up the `AUTHTOKEN` and `API_KEY` exports, which allows Helm to install the Ingress Controller using your ngrok credentials. Find your `AUTHTOKEN` under [**Your Authtoken**](https://dashboard.ngrok.com/get-started/your-authtoken) in the ngrok dashboard.
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/microk8s/k8s.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Now that you have a Kubernetes cluster deployed using MicroK8s, you can install
1. Add the Helm repository:

```bash
helm repo add ngrok https://ngrok.github.io/kubernetes-ingress-controller
helm repo add ngrok https://charts.ngrok.com
```

1. Install the latest Gateway API CRDs to your cluster:
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/rafay/k8s.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Before you create a Rafay blueprint for ingress managed by ngrok, you need to pr

1. Add a repository for the ngrok Kubernetes Ingress Controller to Rafay by clicking **Integrations→Repositories**. Give the repository a name like `ngrok-kubernetes-ingress-controller`.

In the **Endpoints** field, add the Helm repository, `https://ngrok.github.io/kubernetes-ingress-controller`, then click **Save**.
In the **Endpoints** field, add the Helm repository, `https://charts.ngrok.com`, then click **Save**.

1. Log in to the [ngrok dashboard](https://dashboard.ngrok.com/) to get your [ngrok Authtoken](https://dashboard.ngrok.com/get-started/your-authtoken) and create an [API key](https://dashboard.ngrok.com/api).

Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/vcluster/k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ on your virtual cluster.
1. Add the ngrok Helm repository if you haven't already.
```bash
helm repo add ngrok https://ngrok.github.io/kubernetes-ingress-controller
helm repo add ngrok https://charts.ngrok.com
```
1. Set up the `AUTHTOKEN` and `API_KEY` exports, which allows Helm to install the Ingress Controller using your ngrok credentials. Find your `AUTHTOKEN` under [**Your Authtoken**](https://dashboard.ngrok.com/get-started/your-authtoken) in the ngrok dashboard.
Expand Down
2 changes: 1 addition & 1 deletion docs/k8s/developer-guide/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ support `amd64` and `arm64` architectures, with future plans to build for other

### Helm Chart

The helm chart is packaged and published to its own [helm repository](https://ngrok.github.io/kubernetes-ingress-controller/index.yaml)
The helm chart is packaged and published to its own [helm repository](https://charts.ngrok.com/index.yaml)
and can be installed by following the instructions in the chart's [README](https://github.com/ngrok/kubernetes-ingress-controller/edit/main/helm/ingress-controller/README.md).

## Semantic Versioning
Expand Down
2 changes: 1 addition & 1 deletion docs/using-ngrok-with/k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ To started with the ngrok Ingress Controller for Kubernetes:
1. Using `helm`, add the ngrok repo:

```bash
helm repo add ngrok https://ngrok.github.io/kubernetes-ingress-controller
helm repo add ngrok https://charts.ngrok.com
```

1. Set your environment variables with your ngrok credentials. Replace `[AUTHTOKEN]` and `[API_KEY]` with your Authtoken and API key from above.
Expand Down
2 changes: 1 addition & 1 deletion examples/k8s/install-gateway-api.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Add the ngrok Kubernetes Operator repo to Helm:

```bash
helm repo add ngrok https://ngrok.github.io/kubernetes-ingress-controller
helm repo add ngrok https://charts.ngrok.com
```

Add the latest Gateway API CRDs to your cluster:
Expand Down
2 changes: 1 addition & 1 deletion examples/k8s/install-ingress.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Add the ngrok Kubernetes Operator repo to Helm:

```bash
helm repo add ngrok https://ngrok.github.io/kubernetes-ingress-controller
helm repo add ngrok https://charts.ngrok.com
```

Install the ngrok Kubernetes Operator:
Expand Down

0 comments on commit 307c582

Please sign in to comment.