|
5 | 5 | Add the Helm repo for Kubeshark: |
6 | 6 |
|
7 | 7 | ```shell |
8 | | -helm repo add kubeshark https://helm.kubehq.com |
| 8 | +helm repo add kubeshark https://helm.kubeshark.com |
9 | 9 | ``` |
10 | 10 |
|
11 | 11 | then install Kubeshark: |
@@ -69,7 +69,7 @@ When it's necessary, you can use: |
69 | 69 | --set license=YOUR_LICENSE_GOES_HERE |
70 | 70 | ``` |
71 | 71 |
|
72 | | -Get your license from Kubeshark's [Admin Console](https://console.kubehq.com/). |
| 72 | +Get your license from Kubeshark's [Admin Console](https://console.kubeshark.com/). |
73 | 73 |
|
74 | 74 | ## Installing with Ingress (EKS) enabled |
75 | 75 |
|
@@ -145,7 +145,7 @@ Example for overriding image names: |
145 | 145 | | `tap.capture.dbMaxSize` | Maximum size for capture database (e.g., `4Gi`, `2000Mi`). When empty, automatically uses 80% of allocated storage (`tap.storageLimit`). | `""` | |
146 | 146 | | `tap.snapshots.storageClass` | Storage class for snapshots volume. When empty, uses `emptyDir`. When set, creates a PVC with this storage class | `""` | |
147 | 147 | | `tap.snapshots.storageSize` | Storage size for snapshots volume (supports K8s quantity format: `1Gi`, `500Mi`, etc.) | `10Gi` | |
148 | | -| `tap.release.repo` | URL of the Helm chart repository | `https://helm.kubehq.com` | |
| 148 | +| `tap.release.repo` | URL of the Helm chart repository | `https://helm.kubeshark.com` | |
149 | 149 | | `tap.release.name` | Helm release name | `kubeshark` | |
150 | 150 | | `tap.release.namespace` | Helm release namespace | `default` | |
151 | 151 | | `tap.persistentStorage` | Use `persistentVolumeClaim` instead of `emptyDir` | `false` | |
|
308 | 308 |
|
309 | 309 | # Installing with Dex OIDC authentication |
310 | 310 |
|
311 | | -[**Click here to see full docs**](https://docs.kubehq.com/en/saml#installing-with-oidc-enabled-dex-idp). |
| 311 | +[**Click here to see full docs**](https://docs.kubeshark.com/en/saml#installing-with-oidc-enabled-dex-idp). |
312 | 312 |
|
313 | 313 | Choose this option, if **you already have a running instance** of Dex in your cluster & |
314 | 314 | you want to set up Dex OIDC authentication for Kubeshark users. |
|
0 commit comments