Skip to content

Commit

Permalink
feat: Upgraded elk ingress nginx version (#2757)
Browse files Browse the repository at this point in the history
upgraded elk ingress nginx version
  • Loading branch information
mamari90 authored Jan 31, 2025
1 parent bf3c541 commit d70f244
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/elk-monitoring/env/weu-dev/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ ingress_elk_load_balancer_ip = "10.1.100.251"
# ingress-nginx helm charts releases 4.X.X: https://github.com/kubernetes/ingress-nginx/releases?expanded=true&page=1&q=tag%3Ahelm-chart-4
# Pinned versions from "4.1.0" release: https://github.com/kubernetes/ingress-nginx/blob/helm-chart-4.1.0/charts/ingress-nginx/values.yaml
nginx_helm = {
version = "4.7.1"
version = "4.10.0"
controller = {
image = {
registry = "k8s.gcr.io"
Expand Down Expand Up @@ -147,4 +147,4 @@ nodeset_config = {
opentelemetry_operator_helm = {
chart_version = "0.24.3"
values_file = "./env/opentelemetry_operator_helm/values.yaml"
}
}

0 comments on commit d70f244

Please sign in to comment.