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: site/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
@@ -423,12 +423,12 @@ The following tables lists the configurable parameters of the NGINX Ingress Cont
423
423
|**controller.appprotect.enforcer.host**| Host that the App Protect WAF v5 Enforcer runs on. |"127.0.0.1"|
424
424
|**controller.appprotect.enforcer.port**| Port that the App Protect WAF v5 Enforcer runs on. | 50000 |
425
425
|**controller.appprotect.enforcer.image.repository**| The image repository of the App Protect WAF v5 Enforcer. | private-registry.nginx.com/nap/waf-enforcer |
426
-
|**controller.appprotect.enforcer.image.tag**| The tag of the App Protect WAF v5 Enforcer. |"5.4.0"|
426
+
|**controller.appprotect.enforcer.image.tag**| The tag of the App Protect WAF v5 Enforcer. |"5.5.0"|
427
427
|**controller.appprotect.enforcer.image.digest**| The digest of the App Protect WAF v5 Enforcer. Takes precedence over tag if set. |""|
428
428
|**controller.appprotect.enforcer.image.pullPolicy**| The pull policy for the App Protect WAF v5 Enforcer image. | IfNotPresent |
429
429
|**controller.appprotect.enforcer.securityContext**| The security context for App Protect WAF v5 Enforcer container. | {} |
430
430
|**controller.appprotect.configManager.image.repository**| The image repository of the App Protect WAF v5 Configuration Manager. | private-registry.nginx.com/nap/waf-config-mgr |
431
-
|**controller.appprotect.configManager.image.tag**| The tag of the App Protect WAF v5 Configuration Manager. |"5.4.0"|
431
+
|**controller.appprotect.configManager.image.tag**| The tag of the App Protect WAF v5 Configuration Manager. |"5.5.0"|
432
432
|**controller.appprotect.configManager.image.digest**| The digest of the App Protect WAF v5 Configuration Manager. Takes precedence over tag if set. |""|
433
433
|**controller.appprotect.configManager.image.pullPolicy**| The pull policy for the App Protect WAF v5 Configuration Manager image. | IfNotPresent |
434
434
|**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