From df07fd3eaba11868249b0dbc6ad87add1ca1ce57 Mon Sep 17 00:00:00 2001 From: bitpushr <91350598+bitpushr@users.noreply.github.com> Date: Sun, 14 Apr 2024 07:42:42 +1000 Subject: [PATCH] Add frontmatters to charts except "stable" (#20720) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 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?** **📃 Notes:** **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 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 - [ ] ⬆️ 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):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --- charts/incubator/archivebox/CHANGELOG.md | 4 ++++ charts/incubator/peppermint/CHANGELOG.md | 4 ++++ charts/incubator/slskd/CHANGELOG.md | 4 ++++ charts/incubator/teslamate/CHANGELOG.md | 5 +++++ .../incubator/victoriametrics/docs/disclaimer.md | 14 +++++++------- charts/premium/nextcloud/docs/support.md | 4 ++++ .../traefik/docs/custom-header-middlewares.md | 2 +- charts/stable/traefik-forward-auth/docs/how-to.md | 2 +- charts/system/kubeapps/docs/token.md | 8 +++++--- .../nvidia-device-plugin/docs/installation.md | 4 ++++ 10 files changed, 39 insertions(+), 12 deletions(-) diff --git a/charts/incubator/archivebox/CHANGELOG.md b/charts/incubator/archivebox/CHANGELOG.md index f3d1534f705..2c287172c77 100644 --- a/charts/incubator/archivebox/CHANGELOG.md +++ b/charts/incubator/archivebox/CHANGELOG.md @@ -1 +1,5 @@ +--- +title: Changelog +--- + ## ArchiveBox diff --git a/charts/incubator/peppermint/CHANGELOG.md b/charts/incubator/peppermint/CHANGELOG.md index 825c32f0d03..9811a1375f5 100644 --- a/charts/incubator/peppermint/CHANGELOG.md +++ b/charts/incubator/peppermint/CHANGELOG.md @@ -1 +1,5 @@ +--- +title: Changelog +--- + # Changelog diff --git a/charts/incubator/slskd/CHANGELOG.md b/charts/incubator/slskd/CHANGELOG.md index d2c6de4b72f..704a257f50e 100644 --- a/charts/incubator/slskd/CHANGELOG.md +++ b/charts/incubator/slskd/CHANGELOG.md @@ -1 +1,5 @@ +--- +title: Changelog +--- + ## Slskd diff --git a/charts/incubator/teslamate/CHANGELOG.md b/charts/incubator/teslamate/CHANGELOG.md index e69de29bb2d..fb7c097cdaa 100644 --- a/charts/incubator/teslamate/CHANGELOG.md +++ b/charts/incubator/teslamate/CHANGELOG.md @@ -0,0 +1,5 @@ +--- +title: Changelog +--- + +## Teslamate \ No newline at end of file diff --git a/charts/incubator/victoriametrics/docs/disclaimer.md b/charts/incubator/victoriametrics/docs/disclaimer.md index ae61d8ce282..dda4b532104 100644 --- a/charts/incubator/victoriametrics/docs/disclaimer.md +++ b/charts/incubator/victoriametrics/docs/disclaimer.md @@ -1,11 +1,11 @@ +--- +title: Disclaimer +--- + # Disclaimer/Warning -VictoriaMetrics is NOT compatible with any TrueCharts Helm Chart and not integrated into the platform -It's offered as stand-alone chart only, it cannot be connected to any other chart offered by TrueCharts -We also do not support connecting this with any other charts offered by TrueCharts +VictoriaMetrics is NOT compatible with any TrueCharts Helm Chart and not integrated into the platform, It's offered as a stand-alone chart only, it cannot be connected to any other chart offered by TrueCharts. We also do not support connecting this with any other charts offered by TrueCharts. -It might, inherently, break other charts offered by TrueCharts, use at your own risk -No support will be offered anymore for users running any form of Metrics (prometheus or otherwise) with this chart installed. +It might, inherently, break other charts offered by TrueCharts. Use at your own risk. No support will be offered anymore for users running any form of Metrics (prometheus or otherwise) with this chart installed. -Hence advice heavily against using this with any other TrueCharts chart. -This chart is also not covered by TrueCharts support +Hence we advise heavily against using this with any other TrueCharts chart. This chart is also not covered by TrueCharts support. diff --git a/charts/premium/nextcloud/docs/support.md b/charts/premium/nextcloud/docs/support.md index 2de928aa692..b0bbe38cb82 100644 --- a/charts/premium/nextcloud/docs/support.md +++ b/charts/premium/nextcloud/docs/support.md @@ -1,3 +1,7 @@ +--- +title: NextCloud Support Policy +--- + # Nextcloud Support Policy Our support is only covering pre-included Nextcloud apps. We cannot guarantee user-added apps will work or survive updates diff --git a/charts/premium/traefik/docs/custom-header-middlewares.md b/charts/premium/traefik/docs/custom-header-middlewares.md index 81f376237bc..5d9a90b88c1 100644 --- a/charts/premium/traefik/docs/custom-header-middlewares.md +++ b/charts/premium/traefik/docs/custom-header-middlewares.md @@ -1,5 +1,5 @@ --- -title: Adding or removing headers +title: Adding or Removing Headers --- The `customRequestHeaders` and `customResponseHeaders` middlewares will allow you to add or remove headers from the request or response. diff --git a/charts/stable/traefik-forward-auth/docs/how-to.md b/charts/stable/traefik-forward-auth/docs/how-to.md index 69443d22938..83b57178feb 100644 --- a/charts/stable/traefik-forward-auth/docs/how-to.md +++ b/charts/stable/traefik-forward-auth/docs/how-to.md @@ -1,6 +1,6 @@ --- title: traefik-forward-auth -description: A How To Guide for Traefik Forward Auth. +description: A How To Guide for Traefik Forward Auth --- :::note diff --git a/charts/system/kubeapps/docs/token.md b/charts/system/kubeapps/docs/token.md index f69d0a12995..b6e721cea65 100644 --- a/charts/system/kubeapps/docs/token.md +++ b/charts/system/kubeapps/docs/token.md @@ -1,5 +1,7 @@ +--- +title: Getting a Login Token for KubeApps +--- + # Getting a Login Token -Currently KubeApps, by default, requires a kubernetes token to login. - -To aquire a temporary(!) token, enter the command given in the "notes" section (bottom right corner in SCALE WebUI) and copy the token given to the WebGUI of KubeApps +Currently KubeApps, by default, requires a kubernetes token to login. To acquire a temporary(!) token, enter the command given in the "notes" section (bottom right corner in SCALE WebUI) and copy the token given to the WebGUI of KubeApps. diff --git a/charts/system/nvidia-device-plugin/docs/installation.md b/charts/system/nvidia-device-plugin/docs/installation.md index fa49c81a6c9..aac3b97dc00 100644 --- a/charts/system/nvidia-device-plugin/docs/installation.md +++ b/charts/system/nvidia-device-plugin/docs/installation.md @@ -1,3 +1,7 @@ +--- +title: Nvidia Device Plugin Setup +--- + # Talos Linux Setup ## Enable NVIDIA kernel modules