Skip to content

Commit

Permalink
nginx: Revert upgrade to 4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pando85 committed Jan 7, 2025
1 parent 7b03356 commit a050aff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions system/ingress-nginx-external/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ingress-nginx:
proxy_cache_use_stale updating;
use-forwarded-headers: true
allow-snippet-annotations: true
annotations-risk-level: Critical
enable-brotli: "true"
brotli-level: "6"
# Added text/html and application/vnd.api+json + default ones:
Expand Down
3 changes: 2 additions & 1 deletion system/ingress-nginx/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ name: ingress-nginx
version: 0.0.0
dependencies:
- name: ingress-nginx
version: 4.12.0
# This fix need to be applied: https://github.com/kubernetes/ingress-nginx/pull/12626
version: 4.11.3
repository: https://kubernetes.github.io/ingress-nginx
4 changes: 1 addition & 3 deletions system/ingress-nginx/values.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
ingress-nginx:
controller:
admissionWebhooks:
# This fix need to be applied: https://github.com/kubernetes/ingress-nginx/pull/12626
enabled: false
enabled: enable
timeoutSeconds: 30

replicaCount: 2
Expand All @@ -19,7 +18,6 @@ ingress-nginx:
use-forwarded-headers: true
allow-snippet-annotations: true
annotations-risk-level: Critical
allow-cross-namespace-resources: "true"
enable-brotli: "true"
brotli-level: "6"
# Added text/html and application/vnd.api+json + default ones:
Expand Down

0 comments on commit a050aff

Please sign in to comment.