From fc4302b64df786c7ea45e34c055760a7a4851eac Mon Sep 17 00:00:00 2001 From: Abdiramen Date: Tue, 25 Jun 2024 19:32:26 +0000 Subject: [PATCH] Update README.md with readme-generator-for-helm --- helm/ingress-controller/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/ingress-controller/README.md b/helm/ingress-controller/README.md index cb90093c2..506bb4dd5 100644 --- a/helm/ingress-controller/README.md +++ b/helm/ingress-controller/README.md @@ -51,7 +51,7 @@ To uninstall the chart: | `podLabels` | Used to apply custom labels to the ingress pods. | `{}` | | `replicaCount` | The number of controllers to run. | `1` | | `image.registry` | The ngrok ingress controller image registry. | `docker.io` | -| `image.repository` | The ngrok ingress controller image repository. | `ngrok/ngrok-operator` | +| `image.repository` | The ngrok ingress controller image repository. | `ngrok/ngrok-operator` | | `image.tag` | The ngrok ingress controller image tag. Defaults to the chart's appVersion if not specified | `""` | | `image.pullPolicy` | The ngrok ingress controller image pull policy. | `IfNotPresent` | | `image.pullSecrets` | An array of imagePullSecrets to be used when pulling the image. | `[]` |