diff --git a/charts/admission-controller/README.md b/charts/admission-controller/README.md index 8cc4a496a..7a97eaed5 100644 --- a/charts/admission-controller/README.md +++ b/charts/admission-controller/README.md @@ -139,7 +139,7 @@ The following table lists the configurable parameters of the `admission-controll | webhook.v2.service.type | Use this type as webhook service | ClusterIP | | webhook.v2.service.port | Configure port for the V2 webhook service | 7443 | | webhook.v2.http.port | HTTP serve port where the requests will be served from | 7443 | -| webhook.v2.image | | quay.io/sysdig/secure-admission-controller:1.25.5-rc | +| webhook.v2.image | | quay.io/sysdig/secure-admission-controller:1.0.0 | | webhook.name | The service name for Webhook deployment | webhook | | webhook.replicaCount | The number of replicas for webhook. **Deprecated**, use `webhook.autoscaling.minReplicas` and `webhook.autoscaling.maxReplicas` instead. | 1 | | webhook.image.registry | The webhook image registry. | quay.io |