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..449d5451b --- /dev/null +++ b/changelog.d/3-deploy-builds/fix-ingress-nginx-upstream-image @@ -0,0 +1 @@ +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 c196f9c90..8d93786be 100644 --- a/values/ingress-nginx-controller/demo-values.example.yaml +++ b/values/ingress-nginx-controller/demo-values.example.yaml @@ -8,13 +8,11 @@ ingress-nginx: service: type: NodePort image: - tag: "v1.10.6" digest: "" digestChroot: "" 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 c6b5f1077..37be41c0f 100644 --- a/values/ingress-nginx-controller/load-balancer.example.yaml +++ b/values/ingress-nginx-controller/load-balancer.example.yaml @@ -4,13 +4,11 @@ ingress-nginx: controller: image: - tag: "v1.10.6" digest: "" digestChroot: "" 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 a08e39fa6..10c4daac9 100644 --- a/values/ingress-nginx-controller/prod-values.example.yaml +++ b/values/ingress-nginx-controller/prod-values.example.yaml @@ -8,16 +8,14 @@ ingress-nginx: service: type: NodePort image: - tag: "v1.10.6" digest: "" digestChroot: "" admissionWebhooks: patch: image: - tag: "v20220916-gd32f8c343" digest: "" # Enable prometheus operator to scrape metrics from the ingress-nginx controller with servicemonitor. metrics: enabled: false serviceMonitor: - enabled: false \ No newline at end of file + enabled: false