File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ingress-nginx:
1616 proxy_cache_use_stale updating;
1717 use-forwarded-headers : true
1818 allow-snippet-annotations : true
19+ annotations-risk-level : Critical
1920 enable-brotli : " true"
2021 brotli-level : " 6"
2122 # Added text/html and application/vnd.api+json + default ones:
Original file line number Diff line number Diff line change @@ -3,5 +3,6 @@ name: ingress-nginx
33version : 0.0.0
44dependencies :
55 - name : ingress-nginx
6- version : 4.12.0
6+ # This fix need to be applied: https://github.com/kubernetes/ingress-nginx/pull/12626
7+ version : 4.11.3
78 repository : https://kubernetes.github.io/ingress-nginx
Original file line number Diff line number Diff line change 11ingress-nginx :
22 controller :
33 admissionWebhooks :
4- # This fix need to be applied: https://github.com/kubernetes/ingress-nginx/pull/12626
5- enabled : false
4+ enabled : enable
65 timeoutSeconds : 30
76
87 replicaCount : 2
@@ -19,7 +18,6 @@ ingress-nginx:
1918 use-forwarded-headers : true
2019 allow-snippet-annotations : true
2120 annotations-risk-level : Critical
22- allow-cross-namespace-resources : " true"
2321 enable-brotli : " true"
2422 brotli-level : " 6"
2523 # Added text/html and application/vnd.api+json + default ones:
You can’t perform that action at this time.
0 commit comments