From b56d41d1ccfc81504344b04846376c0a923a8399 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 27 May 2024 12:25:17 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/tar1090/{6.0.24 => 6.0.26}/.helmignore | 0 .../tar1090/{6.0.24 => 6.0.26}/CHANGELOG.md | 0 stable/tar1090/{6.0.24 => 6.0.26}/Chart.yaml | 2 +- stable/tar1090/{6.0.24 => 6.0.26}/README.md | 23 +++++++++++------- .../tar1090/{6.0.24 => 6.0.26}/app-readme.md | 0 .../charts/common-23.0.8.tgz | Bin .../{6.0.24 => 6.0.26}/icon-small.webp | Bin stable/tar1090/{6.0.24 => 6.0.26}/icon.webp | Bin .../tar1090/{6.0.24 => 6.0.26}/ix_values.yaml | 2 +- .../tar1090/{6.0.24 => 6.0.26}/questions.yaml | 0 .../{6.0.24 => 6.0.26}/templates/common.yaml | 0 stable/tar1090/{6.0.24 => 6.0.26}/values.yaml | 0 12 files changed, 16 insertions(+), 11 deletions(-) rename stable/tar1090/{6.0.24 => 6.0.26}/.helmignore (100%) rename stable/tar1090/{6.0.24 => 6.0.26}/CHANGELOG.md (100%) rename stable/tar1090/{6.0.24 => 6.0.26}/Chart.yaml (98%) rename stable/tar1090/{6.0.24 => 6.0.26}/README.md (80%) rename stable/tar1090/{6.0.24 => 6.0.26}/app-readme.md (100%) rename stable/tar1090/{6.0.24 => 6.0.26}/charts/common-23.0.8.tgz (100%) rename stable/tar1090/{6.0.24 => 6.0.26}/icon-small.webp (100%) rename stable/tar1090/{6.0.24 => 6.0.26}/icon.webp (100%) rename stable/tar1090/{6.0.24 => 6.0.26}/ix_values.yaml (85%) rename stable/tar1090/{6.0.24 => 6.0.26}/questions.yaml (100%) rename stable/tar1090/{6.0.24 => 6.0.26}/templates/common.yaml (100%) rename stable/tar1090/{6.0.24 => 6.0.26}/values.yaml (100%) diff --git a/stable/tar1090/6.0.24/.helmignore b/stable/tar1090/6.0.26/.helmignore similarity index 100% rename from stable/tar1090/6.0.24/.helmignore rename to stable/tar1090/6.0.26/.helmignore diff --git a/stable/tar1090/6.0.24/CHANGELOG.md b/stable/tar1090/6.0.26/CHANGELOG.md similarity index 100% rename from stable/tar1090/6.0.24/CHANGELOG.md rename to stable/tar1090/6.0.26/CHANGELOG.md diff --git a/stable/tar1090/6.0.24/Chart.yaml b/stable/tar1090/6.0.26/Chart.yaml similarity index 98% rename from stable/tar1090/6.0.24/Chart.yaml rename to stable/tar1090/6.0.26/Chart.yaml index f6d3da50205..b1cc06cd7a4 100644 --- a/stable/tar1090/6.0.24/Chart.yaml +++ b/stable/tar1090/6.0.26/Chart.yaml @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/tar1090 - https://hub.docker.com/r/mikenye/tar1090 type: application -version: 6.0.24 +version: 6.0.26 diff --git a/stable/tar1090/6.0.24/README.md b/stable/tar1090/6.0.26/README.md similarity index 80% rename from stable/tar1090/6.0.24/README.md rename to stable/tar1090/6.0.26/README.md index 7c9b3d350c3..b14d0945a83 100644 --- a/stable/tar1090/6.0.24/README.md +++ b/stable/tar1090/6.0.26/README.md @@ -24,14 +24,7 @@ For more information on how to install TrueCharts Helm charts, checkout the inst ### TrueNAS SCALE Apps -For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). - -## Configuration Options - -To view the chart specific options, please view Values.yaml included in the chart. - -All our Charts use a shared "common" library chart that contains most of the templating and options. -For the complete overview of all available options, please checkout the documentation for them on the website: https://truecharts.org/common/ +For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale). ## Chart Specific Guides and information @@ -39,8 +32,20 @@ All our charts have dedicated documentation pages. The documentation for this chart can be found here: https://truecharts.org/charts/stable/tar1090 -## Support +## Configuration Options +Please note: For TrueNAS SCALE, only options available in the GUI are supported. +Hence most of these docs do not apply to TrueNAS SCALE + +To view the chart specific options, please view Values.yaml included in the chart. +The most recent version of which, is available here: https://github.com/truecharts/charts/charts/stable/tar1090/values.yaml + +All our Charts use a shared "common" library chart that contains most of the templating and options. +For the complete overview of all available options, please checkout the documentation for them on the website: https://truecharts.org/common/ + +For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/truecharts/library-charts/blob/main/library/common/values.yaml + +## Support - See the [Website](https://truecharts.org) - Check our [Discord](https://discord.gg/tVsPTHWTtr) diff --git a/stable/tar1090/6.0.24/app-readme.md b/stable/tar1090/6.0.26/app-readme.md similarity index 100% rename from stable/tar1090/6.0.24/app-readme.md rename to stable/tar1090/6.0.26/app-readme.md diff --git a/stable/tar1090/6.0.24/charts/common-23.0.8.tgz b/stable/tar1090/6.0.26/charts/common-23.0.8.tgz similarity index 100% rename from stable/tar1090/6.0.24/charts/common-23.0.8.tgz rename to stable/tar1090/6.0.26/charts/common-23.0.8.tgz diff --git a/stable/tar1090/6.0.24/icon-small.webp b/stable/tar1090/6.0.26/icon-small.webp similarity index 100% rename from stable/tar1090/6.0.24/icon-small.webp rename to stable/tar1090/6.0.26/icon-small.webp diff --git a/stable/tar1090/6.0.24/icon.webp b/stable/tar1090/6.0.26/icon.webp similarity index 100% rename from stable/tar1090/6.0.24/icon.webp rename to stable/tar1090/6.0.26/icon.webp diff --git a/stable/tar1090/6.0.24/ix_values.yaml b/stable/tar1090/6.0.26/ix_values.yaml similarity index 85% rename from stable/tar1090/6.0.24/ix_values.yaml rename to stable/tar1090/6.0.26/ix_values.yaml index 1f4947f544a..f04498b6264 100644 --- a/stable/tar1090/6.0.24/ix_values.yaml +++ b/stable/tar1090/6.0.26/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: mikenye/tar1090 - tag: latest@sha256:ab2394ab57f4f42bf2ddcccbf6bba091ada01a34b4be3f3827809b02bc609612 + tag: latest@sha256:f966667df3616593be8e416cc5945492ecf6d947ceb6fdef72bf0a299a9f328b persistence: {} portal: open: diff --git a/stable/tar1090/6.0.24/questions.yaml b/stable/tar1090/6.0.26/questions.yaml similarity index 100% rename from stable/tar1090/6.0.24/questions.yaml rename to stable/tar1090/6.0.26/questions.yaml diff --git a/stable/tar1090/6.0.24/templates/common.yaml b/stable/tar1090/6.0.26/templates/common.yaml similarity index 100% rename from stable/tar1090/6.0.24/templates/common.yaml rename to stable/tar1090/6.0.26/templates/common.yaml diff --git a/stable/tar1090/6.0.24/values.yaml b/stable/tar1090/6.0.26/values.yaml similarity index 100% rename from stable/tar1090/6.0.24/values.yaml rename to stable/tar1090/6.0.26/values.yaml