Skip to content

Commit a050aff

Browse files
committed
nginx: Revert upgrade to 4.12.0
Until kubernetes/ingress-nginx#12626 is released
1 parent 7b03356 commit a050aff

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

system/ingress-nginx-external/values.yaml

+1
Original file line numberDiff line numberDiff 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:

system/ingress-nginx/Chart.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ name: ingress-nginx
33
version: 0.0.0
44
dependencies:
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

system/ingress-nginx/values.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
ingress-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:

0 commit comments

Comments
 (0)