From 33d6b02ca0b00cbde0630ecdb94f7a6027008f94 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 17 Nov 2023 19:33:59 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- incubator/wallos/0.0.1/CHANGELOG.md | 8 -------- incubator/wallos/0.0.1/app-changelog.md | 4 ---- incubator/wallos/0.0.2/CHANGELOG.md | 17 +++++++++++++++++ incubator/wallos/{0.0.1 => 0.0.2}/Chart.yaml | 2 +- incubator/wallos/{0.0.1 => 0.0.2}/README.md | 2 +- incubator/wallos/0.0.2/app-changelog.md | 9 +++++++++ .../wallos/{0.0.1 => 0.0.2}/app-readme.md | 0 .../{0.0.1 => 0.0.2}/charts/common-15.0.1.tgz | Bin .../wallos/{0.0.1 => 0.0.2}/ix_values.yaml | 2 +- .../wallos/{0.0.1 => 0.0.2}/questions.yaml | 0 .../{0.0.1 => 0.0.2}/templates/NOTES.txt | 0 .../{0.0.1 => 0.0.2}/templates/common.yaml | 0 incubator/wallos/{0.0.1 => 0.0.2}/values.yaml | 0 13 files changed, 29 insertions(+), 15 deletions(-) delete mode 100644 incubator/wallos/0.0.1/CHANGELOG.md delete mode 100644 incubator/wallos/0.0.1/app-changelog.md create mode 100644 incubator/wallos/0.0.2/CHANGELOG.md rename incubator/wallos/{0.0.1 => 0.0.2}/Chart.yaml (97%) rename incubator/wallos/{0.0.1 => 0.0.2}/README.md (93%) create mode 100644 incubator/wallos/0.0.2/app-changelog.md rename incubator/wallos/{0.0.1 => 0.0.2}/app-readme.md (100%) rename incubator/wallos/{0.0.1 => 0.0.2}/charts/common-15.0.1.tgz (100%) rename incubator/wallos/{0.0.1 => 0.0.2}/ix_values.yaml (85%) rename incubator/wallos/{0.0.1 => 0.0.2}/questions.yaml (100%) rename incubator/wallos/{0.0.1 => 0.0.2}/templates/NOTES.txt (100%) rename incubator/wallos/{0.0.1 => 0.0.2}/templates/common.yaml (100%) rename incubator/wallos/{0.0.1 => 0.0.2}/values.yaml (100%) diff --git a/incubator/wallos/0.0.1/CHANGELOG.md b/incubator/wallos/0.0.1/CHANGELOG.md deleted file mode 100644 index bea0166128..0000000000 --- a/incubator/wallos/0.0.1/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ -**Important:** -*for the complete changelog, please refer to the website* - - - - -## [wallos-0.0.1]wallos-0.0.1 (2023-11-16) - diff --git a/incubator/wallos/0.0.1/app-changelog.md b/incubator/wallos/0.0.1/app-changelog.md deleted file mode 100644 index 2bb4eb6b8a..0000000000 --- a/incubator/wallos/0.0.1/app-changelog.md +++ /dev/null @@ -1,4 +0,0 @@ - - -## [wallos-0.0.1]wallos-0.0.1 (2023-11-16) - diff --git a/incubator/wallos/0.0.2/CHANGELOG.md b/incubator/wallos/0.0.2/CHANGELOG.md new file mode 100644 index 0000000000..789064247a --- /dev/null +++ b/incubator/wallos/0.0.2/CHANGELOG.md @@ -0,0 +1,17 @@ +**Important:** +*for the complete changelog, please refer to the website* + + + + +## [wallos-0.0.2](https://github.com/truecharts/charts/compare/wallos-0.0.1...wallos-0.0.2) (2023-11-17) + +### Fix + +- update container image docker.io/bellamy/wallos to latest ([#14771](https://github.com/truecharts/charts/issues/14771)) + + + + +## [wallos-0.0.1]wallos-0.0.1 (2023-11-16) + diff --git a/incubator/wallos/0.0.1/Chart.yaml b/incubator/wallos/0.0.2/Chart.yaml similarity index 97% rename from incubator/wallos/0.0.1/Chart.yaml rename to incubator/wallos/0.0.2/Chart.yaml index 3fed8eac85..d933971eac 100644 --- a/incubator/wallos/0.0.1/Chart.yaml +++ b/incubator/wallos/0.0.2/Chart.yaml @@ -18,7 +18,7 @@ name: wallos sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/wallos - https://github.com/ellite/Wallos -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/category: media truecharts.org/SCALE-support: "true" diff --git a/incubator/wallos/0.0.1/README.md b/incubator/wallos/0.0.2/README.md similarity index 93% rename from incubator/wallos/0.0.1/README.md rename to incubator/wallos/0.0.2/README.md index e0a9b8fa8d..83229a6026 100644 --- a/incubator/wallos/0.0.1/README.md +++ b/incubator/wallos/0.0.2/README.md @@ -5,7 +5,7 @@ TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. However only installations using the TrueNAS SCALE Apps system are supported. -For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/) +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** diff --git a/incubator/wallos/0.0.2/app-changelog.md b/incubator/wallos/0.0.2/app-changelog.md new file mode 100644 index 0000000000..6dbc4b18a1 --- /dev/null +++ b/incubator/wallos/0.0.2/app-changelog.md @@ -0,0 +1,9 @@ + + +## [wallos-0.0.2](https://github.com/truecharts/charts/compare/wallos-0.0.1...wallos-0.0.2) (2023-11-17) + +### Fix + +- update container image docker.io/bellamy/wallos to latest ([#14771](https://github.com/truecharts/charts/issues/14771)) + + \ No newline at end of file diff --git a/incubator/wallos/0.0.1/app-readme.md b/incubator/wallos/0.0.2/app-readme.md similarity index 100% rename from incubator/wallos/0.0.1/app-readme.md rename to incubator/wallos/0.0.2/app-readme.md diff --git a/incubator/wallos/0.0.1/charts/common-15.0.1.tgz b/incubator/wallos/0.0.2/charts/common-15.0.1.tgz similarity index 100% rename from incubator/wallos/0.0.1/charts/common-15.0.1.tgz rename to incubator/wallos/0.0.2/charts/common-15.0.1.tgz diff --git a/incubator/wallos/0.0.1/ix_values.yaml b/incubator/wallos/0.0.2/ix_values.yaml similarity index 85% rename from incubator/wallos/0.0.1/ix_values.yaml rename to incubator/wallos/0.0.2/ix_values.yaml index cf01cccc45..b181c4b2d2 100644 --- a/incubator/wallos/0.0.1/ix_values.yaml +++ b/incubator/wallos/0.0.2/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: docker.io/bellamy/wallos - tag: latest@sha256:8ca006779f1f25197221c0250c5b1ad607bfb233cf10e03ef9f274f66028d29f + tag: latest@sha256:67c00751b87862c320d33313daf00b2aea6d3c122fab72e3d2f4b64a435b4113 pullPolicy: IfNotPresent securityContext: diff --git a/incubator/wallos/0.0.1/questions.yaml b/incubator/wallos/0.0.2/questions.yaml similarity index 100% rename from incubator/wallos/0.0.1/questions.yaml rename to incubator/wallos/0.0.2/questions.yaml diff --git a/incubator/wallos/0.0.1/templates/NOTES.txt b/incubator/wallos/0.0.2/templates/NOTES.txt similarity index 100% rename from incubator/wallos/0.0.1/templates/NOTES.txt rename to incubator/wallos/0.0.2/templates/NOTES.txt diff --git a/incubator/wallos/0.0.1/templates/common.yaml b/incubator/wallos/0.0.2/templates/common.yaml similarity index 100% rename from incubator/wallos/0.0.1/templates/common.yaml rename to incubator/wallos/0.0.2/templates/common.yaml diff --git a/incubator/wallos/0.0.1/values.yaml b/incubator/wallos/0.0.2/values.yaml similarity index 100% rename from incubator/wallos/0.0.1/values.yaml rename to incubator/wallos/0.0.2/values.yaml