File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ ingress-nginx:
16
16
proxy_cache_use_stale updating;
17
17
use-forwarded-headers : true
18
18
allow-snippet-annotations : true
19
+ annotations-risk-level : Critical
19
20
enable-brotli : " true"
20
21
brotli-level : " 6"
21
22
# 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
3
3
version : 0.0.0
4
4
dependencies :
5
5
- 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
7
8
repository : https://kubernetes.github.io/ingress-nginx
Original file line number Diff line number Diff line change 1
1
ingress-nginx :
2
2
controller :
3
3
admissionWebhooks :
4
- # This fix need to be applied: https://github.com/kubernetes/ingress-nginx/pull/12626
5
- enabled : false
4
+ enabled : enable
6
5
timeoutSeconds : 30
7
6
8
7
replicaCount : 2
@@ -19,7 +18,6 @@ ingress-nginx:
19
18
use-forwarded-headers : true
20
19
allow-snippet-annotations : true
21
20
annotations-risk-level : Critical
22
- allow-cross-namespace-resources : " true"
23
21
enable-brotli : " true"
24
22
brotli-level : " 6"
25
23
# Added text/html and application/vnd.api+json + default ones:
You can’t perform that action at this time.
0 commit comments