Skip to content

Commit 8cabdf1

Browse files
committed
update json schema and ci jobs with wafv5 version
1 parent 2f69d22 commit 8cabdf1

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

.github/workflows/regression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ jobs:
262262
263263
- name: Generate WAF v5 tgz from JSON
264264
run: |
265-
docker run --rm --user root -v /var/run/docker.sock:/var/run/docker.sock -v ${{ github.workspace }}/tests/data/ap-waf-v5:/data gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/nap/waf-compiler:5.3.0 -p /data/wafv5.json -o /data/wafv5.tgz
265+
docker run --rm --user root -v /var/run/docker.sock:/var/run/docker.sock -v ${{ github.workspace }}/tests/data/ap-waf-v5:/data gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/nap/waf-compiler:5.4.0 -p /data/wafv5.json -o /data/wafv5.tgz
266266
if: ${{ contains(matrix.images.image, 'nap-v5')}}
267267

268268
- name: Run Regression Tests

.github/workflows/setup-smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149

150150
- name: Generate WAF v5 tgz from JSON
151151
run: |
152-
docker run --rm --user root -v /var/run/docker.sock:/var/run/docker.sock -v ${{ github.workspace }}/tests/data/ap-waf-v5:/data gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/nap/waf-compiler:5.3.0 -p /data/wafv5.json -o /data/wafv5.tgz
152+
docker run --rm --user root -v /var/run/docker.sock:/var/run/docker.sock -v ${{ github.workspace }}/tests/data/ap-waf-v5:/data gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/nap/waf-compiler:5.4.0 -p /data/wafv5.json -o /data/wafv5.tgz
153153
if: ${{ contains(inputs.image, 'nap-v5')}}
154154

155155
- name: Run Smoke Tests

charts/nginx-ingress/values.schema.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -239,10 +239,10 @@
239239
},
240240
"tag": {
241241
"type": "string",
242-
"default": "5.3.0",
242+
"default": "5.4.0",
243243
"title": "The tag of the App Protect WAF v5 Enforcer image",
244244
"examples": [
245-
"5.3.0"
245+
"5.4.0"
246246
]
247247
},
248248
"digest": {
@@ -279,7 +279,7 @@
279279
"examples": [
280280
{
281281
"repository": "private-registry.nginx.com/nap/waf-enforcer",
282-
"tag": "5.3.0",
282+
"tag": "5.4.0",
283283
"pullPolicy": "IfNotPresent"
284284
}
285285
]
@@ -313,10 +313,10 @@
313313
},
314314
"tag": {
315315
"type": "string",
316-
"default": "5.3.0",
316+
"default": "5.4.0",
317317
"title": "The tag of the App Protect WAF v5 Config Manager image",
318318
"examples": [
319-
"5.3.0"
319+
"5.4.0"
320320
]
321321
},
322322
"digest": {
@@ -353,7 +353,7 @@
353353
"examples": [
354354
{
355355
"repository": "private-registry.nginx.com/nap/waf-config-mgr",
356-
"tag": "5.3.0",
356+
"tag": "5.4.0",
357357
"pullPolicy": "IfNotPresent"
358358
}
359359
]
@@ -1729,15 +1729,15 @@
17291729
"port": 50000,
17301730
"image": {
17311731
"repository": "private-registry.nginx.com/nap/waf-enforcer",
1732-
"tag": "5.3.0",
1732+
"tag": "5.4.0",
17331733
"pullPolicy": "IfNotPresent"
17341734
},
17351735
"securityContext": {}
17361736
},
17371737
"configManager": {
17381738
"image": {
17391739
"repository": "private-registry.nginx.com/nap/waf-config-mgr",
1740-
"tag": "5.3.0",
1740+
"tag": "5.4.0",
17411741
"pullPolicy": "IfNotPresent"
17421742
},
17431743
"securityContext": {
@@ -2343,15 +2343,15 @@
23432343
"port": 50000,
23442344
"image": {
23452345
"repository": "private-registry.nginx.com/nap/waf-enforcer",
2346-
"tag": "5.3.0",
2346+
"tag": "5.4.0",
23472347
"pullPolicy": "IfNotPresent"
23482348
},
23492349
"securityContext": {}
23502350
},
23512351
"configManager": {
23522352
"image": {
23532353
"repository": "private-registry.nginx.com/nap/waf-config-mgr",
2354-
"tag": "5.3.0",
2354+
"tag": "5.4.0",
23552355
"pullPolicy": "IfNotPresent"
23562356
},
23572357
"securityContext": {

site/content/installation/installing-nic/installation-with-helm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,12 +406,12 @@ The following tables lists the configurable parameters of the NGINX Ingress Cont
406406
| **controller.appprotect.enforcer.host** | Host that the App Protect WAF v5 Enforcer runs on. | "127.0.0.1" |
407407
| **controller.appprotect.enforcer.port** | Port that the App Protect WAF v5 Enforcer runs on. | 50000 |
408408
| **controller.appprotect.enforcer.image** | The image repository of the App Protect WAF v5 Enforcer. | private-registry.nginx.com/nap/waf-enforcer |
409-
| **controller.appprotect.enforcer.tag** | The tag of the App Protect WAF v5 Enforcer. | "5.3.0" |
409+
| **controller.appprotect.enforcer.tag** | The tag of the App Protect WAF v5 Enforcer. | "5.4.0" |
410410
| **controller.appprotect.enforcer.digest** | The digest of the App Protect WAF v5 Enforcer. Takes precedence over tag if set. | "" |
411411
| **controller.appprotect.enforcer.pullPolicy** | The pull policy for the App Protect WAF v5 Enforcer image. | IfNotPresent |
412412
| **controller.appprotect.enforcer.securityContext** | The security context for App Protect WAF v5 Enforcer container. | {} |
413413
| **controller.appprotect.configManager.image** | The image repository of the App Protect WAF v5 Configuration Manager. | private-registry.nginx.com/nap/waf-config-mgr |
414-
| **controller.appprotect.configManager.tag** | The tag of the App Protect WAF v5 Configuration Manager. | "5.3.0" |
414+
| **controller.appprotect.configManager.tag** | The tag of the App Protect WAF v5 Configuration Manager. | "5.4.0" |
415415
| **controller.appprotect.configManager.digest** | The digest of the App Protect WAF v5 Configuration Manager. Takes precedence over tag if set. | "" |
416416
| **controller.appprotect.configManager.pullPolicy** | The pull policy for the App Protect WAF v5 Configuration Manager image. | IfNotPresent |
417417
| **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

Comments
 (0)