You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/installation/installing-nic/installation-with-helm.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -405,12 +405,12 @@ The following tables lists the configurable parameters of the NGINX Ingress Cont
405
405
|**controller.appprotect.enforcer.host**| Host that the App Protect WAF v5 Enforcer runs on. |"127.0.0.1"|
406
406
|**controller.appprotect.enforcer.port**| Port that the App Protect WAF v5 Enforcer runs on. | 50000 |
407
407
|**controller.appprotect.enforcer.image**| The image repository of the App Protect WAF v5 Enforcer. | private-registry.nginx.com/nap/waf-enforcer |
408
-
|**controller.appprotect.enforcer.tag**| The tag of the App Protect WAF v5 Enforcer. |"5.2.0"|
408
+
|**controller.appprotect.enforcer.tag**| The tag of the App Protect WAF v5 Enforcer. |"5.3.0"|
409
409
|**controller.appprotect.enforcer.digest**| The digest of the App Protect WAF v5 Enforcer. Takes precedence over tag if set. |""|
410
410
|**controller.appprotect.enforcer.pullPolicy**| The pull policy for the App Protect WAF v5 Enforcer image. | IfNotPresent |
411
411
|**controller.appprotect.enforcer.securityContext**| The security context for App Protect WAF v5 Enforcer container. | {} |
412
412
|**controller.appprotect.configManager.image**| The image repository of the App Protect WAF v5 Configuration Manager. | private-registry.nginx.com/nap/waf-config-mgr |
413
-
|**controller.appprotect.configManager.tag**| The tag of the App Protect WAF v5 Configuration Manager. |"5.2.0"|
413
+
|**controller.appprotect.configManager.tag**| The tag of the App Protect WAF v5 Configuration Manager. |"5.3.0"|
414
414
|**controller.appprotect.configManager.digest**| The digest of the App Protect WAF v5 Configuration Manager. Takes precedence over tag if set. |""|
415
415
|**controller.appprotect.configManager.pullPolicy**| The pull policy for the App Protect WAF v5 Configuration Manager image. | IfNotPresent |
416
416
|**controller.appprotect.configManager.securityContext**| The security context for App Protect WAF v5 Configuration Manager container. | {"allowPrivilegeEscalation":false,"runAsUser":101,"runAsNonRoot":true,"capabilities":{"drop":["all"]}} |
0 commit comments