Skip to content

Commit 09472d5

Browse files
author
Maya Baya
committed
fix: WAF
1 parent a7d300b commit 09472d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helm/wordpress-hardened/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
image: {{ .Values.waf.image.repository }}:{{ .Values.waf.image.tag }}
5858
env:
5959
- name: CADDY_PORT
60-
value: 8090
60+
value: "8090"
6161

6262
{{- range $num, $ingress := $.Values.ingresses }}
6363
{{- range $ingress.hosts }}

helm/wordpress-hardened/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ waf:
114114
enabled: true
115115
image:
116116
repository: ghcr.io/riotkit-org/waf-proxy
117-
tag: 2.5.0-coraza-v1.2.0-bv0.0.8
117+
tag: 2.5.1-coraza-v1.2.0-bv0.0.10
118118
env:
119119
ENABLE_RULE_WORDPRESS: true
120120
WP_CLIENT_IP: x-forwarded-for

0 commit comments

Comments
 (0)