From d8954779b99c818a3380c30a517c17538b60deca Mon Sep 17 00:00:00 2001 From: Henry Wilkinson Date: Sun, 31 Mar 2024 06:21:28 -0400 Subject: [PATCH] fix(traefik): Update traefik how to URL (#20029) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** In my brief search to figure out why the items on https://truecharts.org/charts/description_list aren't listing the new train names, I stumbled upon this bit of the traefik help text that had a broken link. Seemed like an easy fix :) **โš™๏ธ Type of change** - [ ] โš™๏ธ Feature/App addition - [x] ๐Ÿช› Bugfix - [ ] โš ๏ธ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] ๐Ÿ”ƒ Refactor of current code **๐Ÿงช How Has This Been Tested?** I tried navigating to https://truecharts.org/charts/premium/traefik/how-to/ and it works! **โœ”๏ธ Checklist:** - [x] โš–๏ธ My code follows the style guidelines of this project - [x] ๐Ÿ‘€ I have performed a self-review of my own code - [ ] #๏ธโƒฃ I have commented my code, particularly in hard-to-understand areas - [ ] ๐Ÿ“„ I have made corresponding changes to the documentation - [ ] โš ๏ธ My changes generate no new warnings - [ ] ๐Ÿงช I have added tests to this description that prove my fix is effective or that my feature works - [x] โฌ†๏ธ I increased versions for any altered app according to semantic versioning - [ ] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):` or `chore(chart-name):` --- charts/premium/traefik/Chart.yaml | 2 +- charts/premium/traefik/questions.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/premium/traefik/Chart.yaml b/charts/premium/traefik/Chart.yaml index 46e30315a84..d5f504bd873 100644 --- a/charts/premium/traefik/Chart.yaml +++ b/charts/premium/traefik/Chart.yaml @@ -36,4 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/premium/traefik - https://github.com/truecharts/containers/tree/master/apps/traefik type: application -version: 26.9.8 +version: 26.9.9 diff --git a/charts/premium/traefik/questions.yaml b/charts/premium/traefik/questions.yaml index eca38b8eb75..dc845ae5d24 100644 --- a/charts/premium/traefik/questions.yaml +++ b/charts/premium/traefik/questions.yaml @@ -414,7 +414,7 @@ questions: - variable: warning group: Documentation label: 'WARNING: If installed, be sure to move the TrueNAS GUI to another port (not 80 or 443).' - description: 'See:
https://truecharts.org/charts/enterprise/traefik/how-to for more info.' + description: 'See:
https://truecharts.org/charts/premium/traefik/how-to for more info.' schema: additional_attrs: true type: dict