Commit Graph

181 Commits

Author SHA1 Message Date
Cullen Murphy 937403c4a5
fix (trafik) IngressClass and namespace configuration (#2635)
* Remove unused rbac.namespaced flag

* Pass ingressClass name to Traefik if enabled

* Update charts/core/traefik/templates/_args.tpl

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-05-09 09:30:01 +02:00
truecharts-bot 6c1c7c5455 chore: Auto-update chart README [skip ci] 2022-05-05 18:43:05 +00:00
Ethan Leisinger e2868e432e
feat(traefik): Add support for JSON format logs (#2609)
* Add support for JSON format Traefik logs

* Update log formats to use enums

And improve documentation
2022-05-05 20:40:43 +02:00
truecharts-bot 836d18469e chore: Auto-update chart README [skip ci] 2022-05-05 09:00:47 +00:00
renovate[bot] 7692c86fac
chore(deps): update helm general non-major helm releases (#2612)
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-05 10:05:05 +02:00
truecharts-bot 9bf68170ed chore: Auto-update chart README [skip ci] 2022-05-04 21:26:31 +00:00
renovate[bot] 899c3a7842
chore(deps): update docker general non-major (#2606)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-04 23:06:49 +02:00
truecharts-bot 45a75c85ff chore: Auto-update chart README [skip ci] 2022-05-04 15:55:42 +00:00
Ethan Leisinger 37e0e4f43d
feat(Traefik) add support for forwarded headers (#2604)
* Add support for forwardedHeaders to Traefik

* Set ForwardedHeaders config at entrypoint

* Ignore forwarded headers on main entrypoint

Also bump minor version
2022-05-04 17:53:21 +02:00
truecharts-bot f7a4c04ae3 chore: Auto-update chart README [skip ci] 2022-04-26 20:05:48 +00:00
renovate[bot] 5ebabd020b
chore(deps): update helm general non-major helm releases (#2573)
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-04-26 21:11:09 +02:00
truecharts-bot 7160d0f393 chore: Auto-update chart README [skip ci] 2022-04-20 21:21:59 +00:00
renovate[bot] ff20763663
chore(deps): update helm general non-major helm releases (#2524)
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-04-20 22:29:17 +02:00
truecharts-bot 1005de57df chore: Auto-update chart README [skip ci] 2022-04-20 07:41:24 +00:00
miguelangel-nubla 863c868d19
fix(traefik): Fix custom chain middleware settings (#2513)
* [Traefik] Fix custom chain middleware settings

* Bump version
2022-04-20 09:36:19 +02:00
Stavros Kois fbfdba8c05
chore(apps): add missing quote on description (#2515) 2022-04-20 09:35:54 +02:00
truecharts-bot 31e0c44fb4 chore: Auto-update chart README [skip ci] 2022-04-12 17:24:36 +00:00
renovate[bot] 380d1412f6
chore(deps): update helm general non-major helm releases (#2480)
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-04-12 18:25:26 +02:00
truecharts-bot 6f40364e04 chore: Auto-update chart README [skip ci] 2022-04-09 08:44:17 +00:00
renovate[bot] 3354e963ac
chore(deps): update docker general non-major (#2460)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-04-09 10:28:47 +02:00
truecharts-bot 4c370c45df chore: Auto-update chart README [skip ci] 2022-04-08 21:32:40 +00:00
Vlad-Florin Ilie 6bb7796840
fix(traefik/redirectRegex): redirection does not have to be permanent (#2456) 2022-04-08 22:42:05 +02:00
truecharts-bot b8b34ac654 chore: Auto-update chart README [skip ci] 2022-04-06 21:02:05 +00:00
Stavros Ntentos 5968d8e4e8
fix(traefik/redirectRegex): `permanent` is not required; can be `false` (#2443)
Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com>
2022-04-06 23:00:05 +02:00
truecharts-bot 1fb2bc3cb4 chore: Auto-update chart README [skip ci] 2022-04-04 20:42:53 +00:00
Kjeld Schouten-Lebbing f150e61a91
Update stripPrefixRegex.yaml (#2426)
* Update stripPrefixRegex.yaml

* Update values.yaml

* Update questions.yaml

* Update stripPrefixRegex.yaml

* Update stripPrefixRegex.yaml

* Update Chart.yaml

* Update charts/core/traefik/templates/middlewares/stripPrefixRegex.yaml
2022-04-04 20:40:27 +00:00
truecharts-bot 2e425e47c0 chore: Auto-update chart README [skip ci] 2022-04-04 19:50:47 +00:00
Stavros Ntentos 5ac0465496
feat(traefik): Add stripPrefixRegex (#2422)
* feat(traefic): Add stripPrefixRegex

Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com>

* Update charts/core/traefik/templates/middlewares/stripPrefixRegex.yaml

* feat(traefik): Add stripPrefixRegex: Part 2

> I'm missing the required minor version bump in Chart.yaml and the definition + comments in values.yaml

Additionally, add the changelog entry to-be

Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com>

* feat(traefik): Add stripPrefixRegex: Oops

Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com>

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-04-04 21:48:33 +02:00
truecharts-bot b6ebb6b899 chore: Auto-update chart README [skip ci] 2022-04-03 16:31:59 +00:00
renovate[bot] 7da3f33f3e
chore(deps): update helm general non-major helm releases (#2410)
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-04-03 17:42:54 +02:00
truecharts-bot bf226df7a4 chore: Auto-update chart README [skip ci] 2022-04-01 03:59:25 +00:00
TrueCharts-Bot 09e779d3a2 Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-04-01 03:47:57 +00:00
TrueCharts-Bot bce3c8f28d chore(deps): update docker general non-major 2022-04-01 03:47:57 +00:00
truecharts-bot c30a0408c4 chore: Auto-update chart README [skip ci] 2022-03-31 13:59:34 +00:00
renovate[bot] 190efd4a36
chore(deps): update helm general non-major helm releases (#2361)
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-03-31 14:14:59 +02:00
truecharts-bot 8e88ba2830 chore: Auto-update chart README [skip ci] 2022-03-30 20:23:21 +00:00
renovate[bot] 6c01d54cd4
chore(deps): update helm general non-major helm releases (#2354)
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-03-30 21:26:59 +02:00
TrueCharts-Bot 1c97742f26 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-03-30 08:29:35 +00:00
renovate[bot] 6a595952b1
chore(deps): update docker general non-major (#2338)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-03-30 10:01:13 +02:00
TrueCharts-Bot 33eeec3418 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-03-26 15:30:42 +00:00
kjeld Schouten-Lebbing 810f1bf60e
chore(apps): bump all apps to trigger ci 2022-03-26 15:29:49 +01:00
Stavros Kois 61a6c7e967
chore(apps): update common lib referece (#2288)
* chore(apps): update common lib referece

* bump apps

* trigger
2022-03-26 14:07:37 +01:00
TrueCharts-Bot f535ede564 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-03-26 05:44:02 +00:00
TrueCharts-Bot 5f240d0afd Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-03-26 05:33:57 +00:00
TrueCharts-Bot 4db9ab107a chore(deps): update docker general non-major 2022-03-26 05:33:57 +00:00
TrueCharts-Bot dc3763b22c chore(deps): update helm general non-major helm releases 2022-03-22 12:18:52 -04:00
TrueCharts-Bot 67eaeffea0 chore(deps): update docker general non-major 2022-03-18 12:02:26 +00:00
renovate[bot] 4768f1aa44
chore(deps): update helm general non-major helm releases (#2201)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-17 19:59:49 +01:00
renovate[bot] ee34b96806
chore(deps): update helm general non-major helm releases (#2177)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-15 23:23:30 +01:00
TrueCharts-Bot 99841ef741 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-03-07 17:20:42 +00:00