Commit graph

5045 commits

Author SHA1 Message Date
Laszlo Janosi
fa4f083e37 Move webhook runAsUser from patch.image.runAsUser to patch.runAsUser 2020-05-04 17:50:00 +00:00
Laszlo Janosi
72eebf1bd1 Add configuration option for the runAsUser parameter of the webhook patch job 2020-05-03 17:08:42 +00:00
Manuel Alejandro de Brito Fontes
22085436a3 Update kind 2020-05-01 12:32:30 -04:00
Manuel Alejandro de Brito Fontes
898ef9d8b8 Release 0.32.0 2020-05-01 11:16:10 -04:00
Manuel Alejandro de Brito Fontes
742c82fee0 Add note about firewall ports for admission webhook 2020-05-01 10:55:37 -04:00
Kubernetes Prow Robot
e92d4d9e74 Merge pull request #5481 from ElvinEfendi/fix-first-backend-sync
fix first backend sync
2020-04-30 19:10:05 -07:00
Elvin Efendi
9958f4f595 make sure first backend sync happens in timer phase 2020-04-30 19:44:24 -04:00
Manuel Alejandro de Brito Fontes
573f426085 Fix chart maxmindLicenseKey location 2020-04-30 18:26:23 -04:00
Manuel Alejandro de Brito Fontes
72850e5f33 Only load docker images in kind worker nodes 2020-04-30 18:12:40 -04:00
Kubernetes Prow Robot
32b1781abb Merge pull request #5480 from RothAndrew/patch-1
docs(changelog): fix typo
2020-04-30 08:18:18 -07:00
Andrew Roth
9056be52c7 fix typo in changelog 2020-04-30 09:07:58 -04:00
Manuel Alejandro de Brito Fontes
9b95aca00c Remove obsolete default backend settings 2020-04-30 08:32:28 -04:00
Manuel Alejandro de Brito Fontes
46f1158dc0 Fix chart missing default backend name 2020-04-29 22:44:04 -04:00
Manuel Alejandro de Brito Fontes
bd266174e6 Add install command for Digial Ocean 2020-04-29 18:59:06 -04:00
Kubernetes Prow Robot
20f3e88505 Merge pull request #5472 from Starbix/master
Update admission webhook image
2020-04-29 15:28:19 -07:00
Cédric Laubacher
514425cba0 Update job image 2020-04-29 22:35:30 +02:00
Kubernetes Prow Robot
146e3eba2c Merge pull request #5469 from aledbf/svc
Changes on services must trigger a sync event
2020-04-29 11:36:25 -07:00
Manuel Alejandro de Brito Fontes
0cbefa11fd Changes on services must trigger a sync event 2020-04-29 13:37:39 -04:00
Manuel Alejandro de Brito Fontes
aca62b9b84 Update admission webhook annotations 2020-04-29 11:09:00 -04:00
Kubernetes Prow Robot
8ecb978c31 Merge pull request #5465 from yeoji/docs/update-helm-2-install
Update helm v2 installation instructions
2020-04-29 06:12:24 -07:00
Joey Lee
9f95f0dec9 Update helm v2 installation instructions 2020-04-29 20:38:26 +10:00
Manuel Alejandro de Brito Fontes
b8cf56574c Add support for multi-arch images 2020-04-28 19:44:21 -04:00
Manuel Alejandro de Brito Fontes
b6e40a7fe6 Refactor ingress validation in webhook 2020-04-28 18:35:03 -04:00
Manuel Alejandro de Brito Fontes
3a20d32f9a Remove noisy dns log 2020-04-28 18:34:51 -04:00
Kubernetes Prow Robot
ab7577822b Merge pull request #5456 from AndiDog/tls-case-insensitive-host-matching
Case-insensitive TLS host matching
2020-04-28 14:02:24 -07:00
Kubernetes Prow Robot
500df6d80b Merge pull request #5319 from MrAmbiG/patch-1
Example names violate DNS naming stadards
2020-04-28 10:52:07 -07:00
Kubernetes Prow Robot
2087555619 Merge pull request #5461 from nicklasfrahm/master
Fix helper for defaultbackend name
2020-04-28 10:24:06 -07:00
nicklasfrahm
3bda16b16f Fix helper for defaultbackend name
Signed-off-by: nicklasfrahm <nicklas.frahm@gmail.com>
2020-04-28 18:39:35 +02:00
Kubernetes Prow Robot
c6cbcc1066 Merge pull request #5460 from grifx/patch-1
fix(Chart): Mismatch between README.md and values.yml (defaultBackend.enabled)
2020-04-28 09:14:06 -07:00
Joris Garonian
23228ed3cd fix(Chart): Mismatch between values.yml and README.md
d6437f8061/charts/ingress-nginx/values.yaml (L458)

d6437f8061/charts/ingress-nginx/README.md (L183)
2020-04-29 01:23:02 +10:00
Kubernetes Prow Robot
d6437f8061 Merge pull request #5358 from praseodym/update-tls-configuration
Update TLS configuration
2020-04-28 07:46:08 -07:00
Andreas Sommer
718e06f814 Case-insensitive TLS host matching 2020-04-28 11:07:43 +02:00
Manuel Alejandro de Brito Fontes
ba8bfae018 Ensure alpine packages are up to date 2020-04-27 16:48:22 -04:00
Manuel Alejandro de Brito Fontes
05af1f8ebf Release 0.31.1 2020-04-27 10:43:23 -04:00
Manuel Alejandro de Brito Fontes
4a4e16f8ee Ensure webhook validation ingress has a PathTypePrefix 2020-04-27 10:37:26 -04:00
Manuel Alejandro de Brito Fontes
a44bc95e6f Change action order 2020-04-26 22:51:26 -04:00
Manuel Alejandro de Brito Fontes
1eeaf9ea6e Update chart instructions 2020-04-26 20:52:54 -04:00
Manuel Alejandro de Brito Fontes
e6a6f79ee6 Disable github release action 2020-04-26 18:53:32 -04:00
Manuel Alejandro de Brito Fontes
f074000201 Fix deployment links 2020-04-26 18:47:59 -04:00
Manuel Alejandro de Brito Fontes
a40c5ab2b9 Disable PR against krew repository 2020-04-26 18:06:14 -04:00
Kubernetes Prow Robot
a9dcba6fb9 Merge pull request #5404 from AlphaWong/patch-1
update the helm v3 install way
2020-04-26 14:59:29 -07:00
Manuel Alejandro de Brito Fontes
3b40933c86 Avoid removal of index.yaml file 2020-04-26 17:51:06 -04:00
Manuel Alejandro de Brito Fontes
3d149ec38d Allow releases from a github action 2020-04-26 17:28:04 -04:00
Manuel Alejandro de Brito Fontes
2a445a187e Use github actions to create releases and krew plugin assets 2020-04-26 17:04:44 -04:00
Manuel Alejandro de Brito Fontes
cd113e67f4 Release 0.31.0 2020-04-26 16:45:37 -04:00
Manuel Alejandro de Brito Fontes
f01a6a19b9 Update krew plugin configuration 2020-04-24 22:09:59 -04:00
Kubernetes Prow Robot
b11667e168 Merge pull request #5324 from aledbf/exact
Add support for PathTypeExact
2020-04-23 09:41:11 -07:00
Manuel Alejandro de Brito Fontes
23ed4e1a91 Add support for PathTypeExact 2020-04-23 11:12:37 -04:00
Kubernetes Prow Robot
b727734298 Merge pull request #5422 from moficodes/patch-1
update notes.txt example with networking.k8s.io
2020-04-23 06:01:45 -07:00
Mofizur Rahman
baaf07f968 update notes.txt example with networking.k8s.io
ingress api extensions/v1beta1 is not longer supported since 1.18

the example after nginx helm deployment should reflect that
2020-04-23 01:12:42 -04:00