Commit Graph

53 Commits

Author SHA1 Message Date
Marco Ebert c60be6e70c
Tests & Docs: Bump images. (#13853) 2025-08-28 09:21:10 -07:00
Marco Ebert ad0a023094
Tests & Docs: Bump images. (#13760) 2025-08-11 11:09:08 -07:00
Marcel e11414fae1
Docs: Bump mkdocs to v9.6.16, fix links. (#13741)
Co-authored-by: marcel2012 <13705842+marcel2012@users.noreply.github.com>
2025-08-11 03:15:07 -07:00
Marco Ebert d3654bd159
Tests & Docs: Bump images. (#13579) 2025-06-30 12:52:31 -07:00
Marco Ebert 23df1c0159
Tests & Docs: Bump images. (#13457) 2025-06-03 11:36:38 -07:00
Marco Ebert a25b9b5561
Tests & Docs: Bump images. (#13307) 2025-04-29 01:03:56 -07:00
Marco Ebert 27f72601d4
Tests & Docs: Bump images. (#13062) 2025-03-24 19:35:12 +01:00
Marco Ebert ba0b51ea77
Tests & Docs: Bump images. (#12692) 2025-01-13 00:12:34 -08:00
Marco Ebert ce1ad4b283
Tests & Docs: Bump images. (#12601) 2024-12-25 20:04:10 +01:00
Motte 94e39e32cf
Docs: Add guide on how to set a Maintenance Page. (#12524) 2024-12-20 13:40:08 +01:00
Marco Ebert d0827a6c90
Tests & Docs: Bump images. (#12118) 2024-10-06 01:12:04 +01:00
Marco Ebert 004321e265
Tests & Docs: Bump images. (#11803)
* Tests: Bump CFSSL.

* Docs: Bump Custom Error Pages.

* Tests: Bump FastCGI HelloServer.

* Tests: Bump HTTPBun.

* Docs: Bump OpenTelemetry.
2024-08-14 10:55:17 -07:00
James Strong 4e97379b4e
Release controller 1.9.6 and helm 4.9.1 (#10919)
Signed-off-by: James Strong <strong.james.e@gmail.com>
2024-01-26 23:45:19 -08:00
James Strong 759ac63a86
supdate images from golang upgrade (#10750) 2023-12-12 03:16:59 +01:00
Long Wu Yuan f7ea0b152b
changed tagsha to recent builds (#10001) 2023-05-27 07:46:51 -07:00
Kundan Kumar eec43519fa
image_update (#9942) 2023-05-09 22:02:59 -07:00
guessi 788b3606b1
Keep project name display aligned (#9920) 2023-05-05 09:31:13 -07:00
Saumya 6eb52c39c8
updated nginx-error digest and tags (#9755) 2023-03-18 15:17:15 -07:00
Long Wu Yuan b1edb3e141
updated testrunner image sha after bump to go1191 (#9058) 2022-09-16 15:36:49 -07:00
Long Wu Yuan 0f61d9d0dc
updated to new images built today (#8896) 2022-08-08 11:40:19 -07:00
Kevin Scholz 97c45faede
Fix example Helm chart values to enable custom http errors (#8558) 2022-07-10 18:59:47 -07:00
Long Wu Yuan 96b6228a6b
changed k8s.gcr.io to registry.k8s.io (#8667) 2022-06-10 04:01:52 -07:00
Long Wu Yuan 2e1a4790bb
changed nginx base img tag to img built with alpine3.14.6 (#8479) 2022-04-15 21:37:10 -07:00
Daniel Lim e1eff78160
Names cannot contain _ (underscore)! So I changed it to -. (#8300)
* The name can't use _(underscore)! So fix it!

The name can't use _(underscore)! So fix it!

* Fix configMap name can't use _(underscore)

Fix configMap name can't use _(underscore)
2022-03-09 06:56:13 -08:00
Mario Vejlupek a9495ecae0
Add custom error pages example file (#8060)
* Add custom error pages example file

* Update docs/examples/customization/custom-errors/README.md

Co-authored-by: Jintao Zhang <tao12345666333@163.com>

Co-authored-by: Jintao Zhang <tao12345666333@163.com>
2022-01-12 06:30:37 -08:00
Jennifer Kirsch 3f9d443b1e
Add link to example error page manifest (#8014)
Without this change it was a bit difficult to find the manifest so users might not know that there is one.
2021-12-06 12:01:33 -08:00
Jennifer Kirsch ff2b743a94
Only build nginx-errors for linux/amd64 (#7625)
* Fix wrong image location used in nginx-errors example config

* Only build nginx-errors for linux/amd64
2021-09-12 10:08:06 -07:00
Jennifer Kirsch c9a00fbc73
Fix old tag of custom error pages used in example (#7460)
* Fix old tag of custom error pages used in example

* Move nginx-errors to k8s registry

Since the setup for the custom-error-messages was really different from
the other images that are build using cloudbuild, I changed it to "fit
in better"

* Use Go version 1.17 for custom-error-pages

Since Go >= 1.16 required the use of modules, I also initialized the module using the name k8s.io/ingress-nginx/custom-error-pages
2021-09-09 04:38:11 -07:00
Edgars Beigarts c52d55a2ed
Use ingress-nginx-* naming in docs to match the default deployment 2020-05-17 21:27:56 +03:00
Eric Stokes 4b317389e6
Fixed incorrect cli flag --default-backend
The flag stated in the example readme is `--default-backend` but passing that (or looking at --help`) for the ingress controller shows:

unknown flag: --default-backend
...
      --default-backend-service string          Service used to serve HTTP requests not matching any known server name (catch-all).
                                                Takes the form "namespace/name". The controller configures NGINX to forward
                                                requests to the first port of this Service.

ref: https://github.com/kubernetes/ingress-nginx/blob/master/cmd/nginx/flags.go#L55
2020-02-15 08:33:42 +00:00
Manuel Alejandro de Brito Fontes 34b6d083b8
Cleanup docs (#5043) 2020-02-09 20:50:27 -03:00
Sean Fern bf670a314f
Update apiVersion to apps/v1, drop duplicate line 2019-03-25 11:43:36 -04:00
mooncake df79cd8e58 remove duplication 2018-10-07 23:05:23 +08:00
Wong Hoi Sing Edison 6d3e9ea7d0 Fixup #2970: Add Missing Label `app.kubernetes.io/part-of: ingress-nginx`
-    Add missing label `app.kubernetes.io/part-of: ingress-nginx` for deploy example
-    Update new labels for docs/deploy and docs/examples
-    Update new labels for test/e2e and test/manifests
-    Update new labels for images/nginx

Also close #3001
2018-09-05 11:48:29 +08:00
Manuel de Brito Fontes ef4476ecc4
Add additional header when debug is enabled 2018-06-17 15:51:32 -04:00
Antoine Cotten 55679aa268 Update documentation for custom error pages (#2630)
* Update documentation for custom error pages

* custom-error-pages: Fix path to error pages

Bump version to 0.2
2018-06-12 18:03:48 -04:00
Manuel de Brito Fontes c07cb23d3b Release nginx ingress controller 0.15.0 2018-05-15 23:48:50 -04:00
Mark Janssen cbb0f96f74 Add basic security context to deployment YAMLs 2018-04-28 23:32:37 +02:00
Manuel de Brito Fontes acaf3d8c04 Release nginx ingress controller 0.14.0 2018-04-27 16:09:28 -03:00
Aarni Koskela 4b80166d76 Fix some document titles 2018-04-26 13:57:18 +03:00
Manuel de Brito Fontes 73d6c263c6
Release nginx ingress controller 0.13.0 2018-04-13 14:53:39 -03:00
Manuel Alejandro de Brito Fontes 1df421ac0c
Release nginx ingress controller 0.12.0 (#2206) 2018-03-19 08:57:16 -03:00
Manuel Alejandro de Brito Fontes 9d0ce7c960
Release nginx ingress controller 0.11.0 (#2122) 2018-02-21 06:16:52 -08:00
Manuel Alejandro de Brito Fontes fd7253ae2b
Auto stash before merge of "master" and "master/master" (#1982)
Release nginx ingress controller 0.10.2
2018-01-25 15:15:24 -03:00
Manuel Alejandro de Brito Fontes 5dc261dd9c
Release nginx ingress controller 0.10.1 (#1975) 2018-01-24 17:53:00 -03:00
Manuel Alejandro de Brito Fontes 4f02eed17c
Release nginx ingress controller 0.10.0 (#1934) 2018-01-22 09:37:01 -03:00
Manuel de Brito Fontes 09524cd336 Release nginx ingress controller 0.9.0 2017-11-30 18:46:06 -03:00
Manuel de Brito Fontes 091d272297 Release nginx ingress controller 0.9-beta.19 2017-11-28 20:10:18 -03:00
Manuel de Brito Fontes f199a8ecaf Release nginx ingress controller 0.9-beta.18 2017-11-23 22:14:39 -03:00
Manuel de Brito Fontes eed75f43f6 Release nginx ingress controller 0.9-beta.17 2017-11-09 18:46:22 -03:00