From 42e8138b96ea38cae006eddd1f81621d997a3393 Mon Sep 17 00:00:00 2001 From: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com> Date: Tue, 5 Mar 2024 10:14:05 -0500 Subject: [PATCH] feat(wisemapping): Add Wisemapping (#18744) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Fixed the config and init, but I'll need to test and see if it's all as it should inside the `app.properties` file ⚒️ Fixes #18738 **⚙️ 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 **➕ 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._ --------- Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> --- charts/incubator/wisemapping/.helmignore | 30 ++++++ charts/incubator/wisemapping/CHANGELOG.md | 3 + charts/incubator/wisemapping/Chart.yaml | 39 +++++++ charts/incubator/wisemapping/README.md | 28 +++++ charts/incubator/wisemapping/icon.png | Bin 0 -> 6508 bytes charts/incubator/wisemapping/questions.yaml | 99 ++++++++++++++++++ .../incubator/wisemapping/templates/NOTES.txt | 1 + .../wisemapping/templates/_configmap.tpl | 56 ++++++++++ .../wisemapping/templates/common.yaml | 20 ++++ charts/incubator/wisemapping/values.yaml | 68 ++++++++++++ 10 files changed, 344 insertions(+) create mode 100644 charts/incubator/wisemapping/.helmignore create mode 100644 charts/incubator/wisemapping/CHANGELOG.md create mode 100644 charts/incubator/wisemapping/Chart.yaml create mode 100644 charts/incubator/wisemapping/README.md create mode 100644 charts/incubator/wisemapping/icon.png create mode 100644 charts/incubator/wisemapping/questions.yaml create mode 100644 charts/incubator/wisemapping/templates/NOTES.txt create mode 100644 charts/incubator/wisemapping/templates/_configmap.tpl create mode 100644 charts/incubator/wisemapping/templates/common.yaml create mode 100644 charts/incubator/wisemapping/values.yaml diff --git a/charts/incubator/wisemapping/.helmignore b/charts/incubator/wisemapping/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/charts/incubator/wisemapping/.helmignore @@ -0,0 +1,30 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl +# docs folder +/docs +# icon +icon.png diff --git a/charts/incubator/wisemapping/CHANGELOG.md b/charts/incubator/wisemapping/CHANGELOG.md new file mode 100644 index 00000000000..6afbcc5f802 --- /dev/null +++ b/charts/incubator/wisemapping/CHANGELOG.md @@ -0,0 +1,3 @@ +--- +title: Changelog +--- diff --git a/charts/incubator/wisemapping/Chart.yaml b/charts/incubator/wisemapping/Chart.yaml new file mode 100644 index 00000000000..9887f521146 --- /dev/null +++ b/charts/incubator/wisemapping/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: design + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: incubator +apiVersion: v2 +appVersion: 5.0.13 +dependencies: + - name: common + version: 18.1.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: home-assistant App for TrueNAS SCALE +home: https://truecharts.org/charts/incubator/wisemapping +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wisemapping.png +keywords: + - mapping + - mind-mapping + - collaboration +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: wisemapping +sources: + - https://www.wisemapping.com/ + - https://hub.docker.com/r/wisemapping/wisemapping + - https://github.com/truecharts/charts/tree/master/charts/incubator/wise-mapping + - https://bitbucket.org/wisemapping/wisemapping-open-source/src/develop/ +type: application +version: 0.0.1 diff --git a/charts/incubator/wisemapping/README.md b/charts/incubator/wisemapping/README.md new file mode 100644 index 00000000000..bf04295dc89 --- /dev/null +++ b/charts/incubator/wisemapping/README.md @@ -0,0 +1,28 @@ +--- +title: README +--- + +## General Info + +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/incbuator/wisemapping) + +**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)** + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +_All Rights Reserved - The TrueCharts Project_ diff --git a/charts/incubator/wisemapping/icon.png b/charts/incubator/wisemapping/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..77f8d425ba5b157ef2b709fb542d49bdebf81202 GIT binary patch literal 6508 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 SSdm8n0000