diff --git a/docs/integrations/amazon-eks/eks.mdx b/docs/integrations/amazon-eks/eks.mdx index f3d489aaa1..ad8136bca8 100644 --- a/docs/integrations/amazon-eks/eks.mdx +++ b/docs/integrations/amazon-eks/eks.mdx @@ -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 diff --git a/docs/integrations/argocd/apiops.mdx b/docs/integrations/argocd/apiops.mdx index 3961ff5575..a528760517 100644 --- a/docs/integrations/argocd/apiops.mdx +++ b/docs/integrations/argocd/apiops.mdx @@ -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: diff --git a/docs/integrations/azure-ad/k8s.mdx b/docs/integrations/azure-ad/k8s.mdx index e9c4e21d1c..b6dc9fa59e 100644 --- a/docs/integrations/azure-ad/k8s.mdx +++ b/docs/integrations/azure-ad/k8s.mdx @@ -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. diff --git a/docs/integrations/azure-aks/k8s.mdx b/docs/integrations/azure-aks/k8s.mdx index da0a18af69..44c7035ffb 100644 --- a/docs/integrations/azure-aks/k8s.mdx +++ b/docs/integrations/azure-aks/k8s.mdx @@ -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. diff --git a/docs/integrations/consul/k8s.mdx b/docs/integrations/consul/k8s.mdx index aa03d2c09f..aa6c1138f5 100644 --- a/docs/integrations/consul/k8s.mdx +++ b/docs/integrations/consul/k8s.mdx @@ -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 diff --git a/docs/integrations/google-gke/google-kubernetes-engine.mdx b/docs/integrations/google-gke/google-kubernetes-engine.mdx index 16ec1da8f7..3788cfd2da 100644 --- a/docs/integrations/google-gke/google-kubernetes-engine.mdx +++ b/docs/integrations/google-gke/google-kubernetes-engine.mdx @@ -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 diff --git a/docs/integrations/linkerd/k8s.md b/docs/integrations/linkerd/k8s.md index a932efcf81..fa6c442993 100644 --- a/docs/integrations/linkerd/k8s.md +++ b/docs/integrations/linkerd/k8s.md @@ -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. diff --git a/docs/integrations/microk8s/k8s.mdx b/docs/integrations/microk8s/k8s.mdx index 88f1b51186..90d4369105 100644 --- a/docs/integrations/microk8s/k8s.mdx +++ b/docs/integrations/microk8s/k8s.mdx @@ -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: diff --git a/docs/integrations/rafay/k8s.mdx b/docs/integrations/rafay/k8s.mdx index 88a5ddb3f1..86ed9f16eb 100644 --- a/docs/integrations/rafay/k8s.mdx +++ b/docs/integrations/rafay/k8s.mdx @@ -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). diff --git a/docs/integrations/vcluster/k8s.md b/docs/integrations/vcluster/k8s.md index 3f7dc60204..a548431397 100644 --- a/docs/integrations/vcluster/k8s.md +++ b/docs/integrations/vcluster/k8s.md @@ -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. diff --git a/docs/k8s/developer-guide/releasing.md b/docs/k8s/developer-guide/releasing.md index cbdc91ef24..23c99e2aa2 100644 --- a/docs/k8s/developer-guide/releasing.md +++ b/docs/k8s/developer-guide/releasing.md @@ -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 diff --git a/docs/using-ngrok-with/k8s.md b/docs/using-ngrok-with/k8s.md index 7a23fa4664..06f7df0e5f 100644 --- a/docs/using-ngrok-with/k8s.md +++ b/docs/using-ngrok-with/k8s.md @@ -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. diff --git a/examples/k8s/install-gateway-api.mdx b/examples/k8s/install-gateway-api.mdx index 23594abf16..85642a2580 100644 --- a/examples/k8s/install-gateway-api.mdx +++ b/examples/k8s/install-gateway-api.mdx @@ -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: diff --git a/examples/k8s/install-ingress.mdx b/examples/k8s/install-ingress.mdx index e3663d68f5..2c76c4b177 100644 --- a/examples/k8s/install-ingress.mdx +++ b/examples/k8s/install-ingress.mdx @@ -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: