From 2d4d558ef61291eb7b748898133d1dad26742ab4 Mon Sep 17 00:00:00 2001 From: sghosh23 Date: Fri, 24 Jul 2026 10:19:27 +0200 Subject: [PATCH 1/2] fix: use upstream ingress-nginx controller image tag --- changelog.d/3-deploy-builds/fix-ingress-nginx-upstream-image | 1 + values/ingress-nginx-controller/demo-values.example.yaml | 1 - values/ingress-nginx-controller/load-balancer.example.yaml | 1 - values/ingress-nginx-controller/prod-values.example.yaml | 3 +-- 4 files changed, 2 insertions(+), 4 deletions(-) create mode 100644 changelog.d/3-deploy-builds/fix-ingress-nginx-upstream-image diff --git a/changelog.d/3-deploy-builds/fix-ingress-nginx-upstream-image b/changelog.d/3-deploy-builds/fix-ingress-nginx-upstream-image new file mode 100644 index 000000000..35af1250a --- /dev/null +++ b/changelog.d/3-deploy-builds/fix-ingress-nginx-upstream-image @@ -0,0 +1 @@ +Changed: stop pinning the ingress-nginx controller image tag in example values so the chart uses the upstream default diff --git a/values/ingress-nginx-controller/demo-values.example.yaml b/values/ingress-nginx-controller/demo-values.example.yaml index c196f9c90..a18a6b479 100644 --- a/values/ingress-nginx-controller/demo-values.example.yaml +++ b/values/ingress-nginx-controller/demo-values.example.yaml @@ -8,7 +8,6 @@ ingress-nginx: service: type: NodePort image: - tag: "v1.10.6" digest: "" digestChroot: "" admissionWebhooks: diff --git a/values/ingress-nginx-controller/load-balancer.example.yaml b/values/ingress-nginx-controller/load-balancer.example.yaml index c6b5f1077..41d94d77b 100644 --- a/values/ingress-nginx-controller/load-balancer.example.yaml +++ b/values/ingress-nginx-controller/load-balancer.example.yaml @@ -4,7 +4,6 @@ ingress-nginx: controller: image: - tag: "v1.10.6" digest: "" digestChroot: "" admissionWebhooks: diff --git a/values/ingress-nginx-controller/prod-values.example.yaml b/values/ingress-nginx-controller/prod-values.example.yaml index a08e39fa6..e6557aded 100644 --- a/values/ingress-nginx-controller/prod-values.example.yaml +++ b/values/ingress-nginx-controller/prod-values.example.yaml @@ -8,7 +8,6 @@ ingress-nginx: service: type: NodePort image: - tag: "v1.10.6" digest: "" digestChroot: "" admissionWebhooks: @@ -20,4 +19,4 @@ ingress-nginx: metrics: enabled: false serviceMonitor: - enabled: false \ No newline at end of file + enabled: false From 5fb330dbb0e9a74da025e35d93c844b7d86127e3 Mon Sep 17 00:00:00 2001 From: sghosh23 Date: Fri, 24 Jul 2026 10:40:56 +0200 Subject: [PATCH 2/2] fix: stop pinning ingress-nginx webhook image tag --- changelog.d/3-deploy-builds/fix-ingress-nginx-upstream-image | 2 +- values/ingress-nginx-controller/demo-values.example.yaml | 1 - values/ingress-nginx-controller/load-balancer.example.yaml | 1 - values/ingress-nginx-controller/prod-values.example.yaml | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/changelog.d/3-deploy-builds/fix-ingress-nginx-upstream-image b/changelog.d/3-deploy-builds/fix-ingress-nginx-upstream-image index 35af1250a..449d5451b 100644 --- a/changelog.d/3-deploy-builds/fix-ingress-nginx-upstream-image +++ b/changelog.d/3-deploy-builds/fix-ingress-nginx-upstream-image @@ -1 +1 @@ -Changed: stop pinning the ingress-nginx controller image tag in example values so the chart uses the upstream default +Changed: stop pinning the ingress-nginx controller and webhook image tags in example values so the chart uses the upstream defaults diff --git a/values/ingress-nginx-controller/demo-values.example.yaml b/values/ingress-nginx-controller/demo-values.example.yaml index a18a6b479..8d93786be 100644 --- a/values/ingress-nginx-controller/demo-values.example.yaml +++ b/values/ingress-nginx-controller/demo-values.example.yaml @@ -13,7 +13,6 @@ ingress-nginx: admissionWebhooks: patch: image: - tag: "v20220916-gd32f8c343" digest: "" # Enable prometheus operator to scrape metrics from the ingress-nginx controller with servicemonitor. diff --git a/values/ingress-nginx-controller/load-balancer.example.yaml b/values/ingress-nginx-controller/load-balancer.example.yaml index 41d94d77b..37be41c0f 100644 --- a/values/ingress-nginx-controller/load-balancer.example.yaml +++ b/values/ingress-nginx-controller/load-balancer.example.yaml @@ -9,7 +9,6 @@ ingress-nginx: admissionWebhooks: patch: image: - tag: "v20220916-gd32f8c343" digest: "" # Enable prometheus operator to scrape metrics from the ingress-nginx controller with servicemonitor. metrics: diff --git a/values/ingress-nginx-controller/prod-values.example.yaml b/values/ingress-nginx-controller/prod-values.example.yaml index e6557aded..10c4daac9 100644 --- a/values/ingress-nginx-controller/prod-values.example.yaml +++ b/values/ingress-nginx-controller/prod-values.example.yaml @@ -13,7 +13,6 @@ ingress-nginx: admissionWebhooks: patch: image: - tag: "v20220916-gd32f8c343" digest: "" # Enable prometheus operator to scrape metrics from the ingress-nginx controller with servicemonitor. metrics: