TrueChartsClone/charts/stable/lancache-monolithic/Chart.yaml

30 lines
906 B
YAML
Raw Normal View History

feat(lancache-monolithic): Add lancache-monolithic (#3143) * feat(monolithic): Add monolithic * removed whitespaces for comments * update values.yaml * removed comments * update env variables * update env * update chart.yaml * bump common version to 10.4.4 * update monolithic files * update questions.yaml * rreverted to root user * update chart.yaml * bump common version to 10.4.4 * Upgrade common lib (#3138) * chore(apps): move icons into the apps folder (#3139) * chore(apps): move icons into the apps folder * rename to `icon.png` * replace solr image * remove `docs/` from gitignore * move app specific docs into app folder [skip ci] * fix some links * chore(apps): update image links temporary * chore(deps): update helm chart common to v10.4.3 (#3137) * chore: Auto-update chart README [skip ci] * chore(docs): add markdownlint and cpell config files (and apply some linting) (#3140) * chore(docs): apply some linting * chore(docs): add markdownlint and cpell config files * remove duplicate key * add extension recommendation * update cspell * Bump common lib in postgresql (#3141) * chore: Auto-update chart README [skip ci] * Update README.md.gotmpl * Delete CONFIG.md.gotmpl * Update README.md.gotmpl * fix(ubooquity): make root fs writable (#3142) * chore: Auto-update chart README [skip ci] * bump all the things to rerender images/docs and remove unused config.md files * removed comments * chore: Auto-update chart README [skip ci] * update env variables * update env * update chart.yaml * bump common version to 10.4.4 * update monolithic files * update questions.yaml * rreverted to root user * update chart.yaml * bump common version to 10.4.4 * remove env's that should not be changed * remove dns ports as this image does not need them * Update gui and test rootless * test rootless * root but rofs * rofs false * rename app * Update charts/incubator/lancache-monolithic/questions.yaml Co-authored-by: Michael Schnerring <3743342+schnerring@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: TrueCharts Bot <bot@truecharts.org> Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> Co-authored-by: Stavros kois <s.kois@outlook.com>
2022-07-12 13:20:16 -04:00
apiVersion: v2
appVersion: "latest"
feat(lancache-monolithic) add sidecar lancache-prefill (#12334) **Description** Sidecar to download and install BattleNetPrefill and/or EpicPrefill and/or SteamPrefill and run the prefill on a cron schedule. ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [X] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [X] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ 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 **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ 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._
2023-09-10 04:15:46 -04:00
dependencies:
- name: common
repository: https://library-charts.truecharts.org
chore(deps): update helm general non-major (#14465) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [clickhouse](https://truecharts.org/charts/dependency/clickhouse) ([source](https://togithub.com/truecharts/charts)) | patch | `7.0.22` -> `7.0.24` | | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/library-charts)) | patch | `14.3.3` -> `14.3.5` | | [kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics) ([source](https://togithub.com/truecharts/charts)) | patch | `3.0.35` -> `3.0.36` | | [mariadb](https://truecharts.org/charts/dependency/mariadb) ([source](https://togithub.com/truecharts/charts)) | patch | `9.0.38` -> `9.0.39` | | [node-exporter](https://truecharts.org/charts/dependency/node-exporter) ([source](https://togithub.com/truecharts/charts)) | patch | `3.0.37` -> `3.0.38` | | [redis](https://truecharts.org/charts/dependency/redis) ([source](https://togithub.com/truecharts/charts)) | patch | `8.0.42` -> `8.0.43` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>truecharts/charts (clickhouse)</summary> ### [`v7.0.24`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.24) [Compare Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.23...clickhouse-7.0.24) ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP). ### [`v7.0.23`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.23) [Compare Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.22...clickhouse-7.0.23) ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP). </details> <details> <summary>truecharts/library-charts (common)</summary> ### [`v14.3.5`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.3.5) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-14.3.4...common-14.3.5) Function library for TrueCharts ### [`v14.3.4`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.3.4) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-14.3.3...common-14.3.4) Function library for TrueCharts </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuNTEuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-08 17:23:35 -05:00
version: 14.3.5
feat(lancache-monolithic): Add lancache-monolithic (#3143) * feat(monolithic): Add monolithic * removed whitespaces for comments * update values.yaml * removed comments * update env variables * update env * update chart.yaml * bump common version to 10.4.4 * update monolithic files * update questions.yaml * rreverted to root user * update chart.yaml * bump common version to 10.4.4 * Upgrade common lib (#3138) * chore(apps): move icons into the apps folder (#3139) * chore(apps): move icons into the apps folder * rename to `icon.png` * replace solr image * remove `docs/` from gitignore * move app specific docs into app folder [skip ci] * fix some links * chore(apps): update image links temporary * chore(deps): update helm chart common to v10.4.3 (#3137) * chore: Auto-update chart README [skip ci] * chore(docs): add markdownlint and cpell config files (and apply some linting) (#3140) * chore(docs): apply some linting * chore(docs): add markdownlint and cpell config files * remove duplicate key * add extension recommendation * update cspell * Bump common lib in postgresql (#3141) * chore: Auto-update chart README [skip ci] * Update README.md.gotmpl * Delete CONFIG.md.gotmpl * Update README.md.gotmpl * fix(ubooquity): make root fs writable (#3142) * chore: Auto-update chart README [skip ci] * bump all the things to rerender images/docs and remove unused config.md files * removed comments * chore: Auto-update chart README [skip ci] * update env variables * update env * update chart.yaml * bump common version to 10.4.4 * update monolithic files * update questions.yaml * rreverted to root user * update chart.yaml * bump common version to 10.4.4 * remove env's that should not be changed * remove dns ports as this image does not need them * Update gui and test rootless * test rootless * root but rofs * rofs false * rename app * Update charts/incubator/lancache-monolithic/questions.yaml Co-authored-by: Michael Schnerring <3743342+schnerring@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: TrueCharts Bot <bot@truecharts.org> Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> Co-authored-by: Stavros kois <s.kois@outlook.com>
2022-07-12 13:20:16 -04:00
deprecated: false
feat(lancache-monolithic) add sidecar lancache-prefill (#12334) **Description** Sidecar to download and install BattleNetPrefill and/or EpicPrefill and/or SteamPrefill and run the prefill on a cron schedule. ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [X] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [X] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ 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 **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ 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._
2023-09-10 04:15:46 -04:00
description: A monolithic lancache service capable of caching all CDNs in a single instance.
home: https://truecharts.org/charts/stable/lancache-monolithic
icon: https://truecharts.org/img/hotlink-ok/chart-icons/lancache-monolithic.png
feat(lancache-monolithic): Add lancache-monolithic (#3143) * feat(monolithic): Add monolithic * removed whitespaces for comments * update values.yaml * removed comments * update env variables * update env * update chart.yaml * bump common version to 10.4.4 * update monolithic files * update questions.yaml * rreverted to root user * update chart.yaml * bump common version to 10.4.4 * Upgrade common lib (#3138) * chore(apps): move icons into the apps folder (#3139) * chore(apps): move icons into the apps folder * rename to `icon.png` * replace solr image * remove `docs/` from gitignore * move app specific docs into app folder [skip ci] * fix some links * chore(apps): update image links temporary * chore(deps): update helm chart common to v10.4.3 (#3137) * chore: Auto-update chart README [skip ci] * chore(docs): add markdownlint and cpell config files (and apply some linting) (#3140) * chore(docs): apply some linting * chore(docs): add markdownlint and cpell config files * remove duplicate key * add extension recommendation * update cspell * Bump common lib in postgresql (#3141) * chore: Auto-update chart README [skip ci] * Update README.md.gotmpl * Delete CONFIG.md.gotmpl * Update README.md.gotmpl * fix(ubooquity): make root fs writable (#3142) * chore: Auto-update chart README [skip ci] * bump all the things to rerender images/docs and remove unused config.md files * removed comments * chore: Auto-update chart README [skip ci] * update env variables * update env * update chart.yaml * bump common version to 10.4.4 * update monolithic files * update questions.yaml * rreverted to root user * update chart.yaml * bump common version to 10.4.4 * remove env's that should not be changed * remove dns ports as this image does not need them * Update gui and test rootless * test rootless * root but rofs * rofs false * rename app * Update charts/incubator/lancache-monolithic/questions.yaml Co-authored-by: Michael Schnerring <3743342+schnerring@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: TrueCharts Bot <bot@truecharts.org> Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> Co-authored-by: Stavros kois <s.kois@outlook.com>
2022-07-12 13:20:16 -04:00
keywords:
- monolithic
- lancache
feat(lancache-monolithic) add sidecar lancache-prefill (#12334) **Description** Sidecar to download and install BattleNetPrefill and/or EpicPrefill and/or SteamPrefill and run the prefill on a cron schedule. ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [X] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [X] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ 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 **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ 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._
2023-09-10 04:15:46 -04:00
kubeVersion: ">=1.16.0-0"
feat(lancache-monolithic): Add lancache-monolithic (#3143) * feat(monolithic): Add monolithic * removed whitespaces for comments * update values.yaml * removed comments * update env variables * update env * update chart.yaml * bump common version to 10.4.4 * update monolithic files * update questions.yaml * rreverted to root user * update chart.yaml * bump common version to 10.4.4 * Upgrade common lib (#3138) * chore(apps): move icons into the apps folder (#3139) * chore(apps): move icons into the apps folder * rename to `icon.png` * replace solr image * remove `docs/` from gitignore * move app specific docs into app folder [skip ci] * fix some links * chore(apps): update image links temporary * chore(deps): update helm chart common to v10.4.3 (#3137) * chore: Auto-update chart README [skip ci] * chore(docs): add markdownlint and cpell config files (and apply some linting) (#3140) * chore(docs): apply some linting * chore(docs): add markdownlint and cpell config files * remove duplicate key * add extension recommendation * update cspell * Bump common lib in postgresql (#3141) * chore: Auto-update chart README [skip ci] * Update README.md.gotmpl * Delete CONFIG.md.gotmpl * Update README.md.gotmpl * fix(ubooquity): make root fs writable (#3142) * chore: Auto-update chart README [skip ci] * bump all the things to rerender images/docs and remove unused config.md files * removed comments * chore: Auto-update chart README [skip ci] * update env variables * update env * update chart.yaml * bump common version to 10.4.4 * update monolithic files * update questions.yaml * rreverted to root user * update chart.yaml * bump common version to 10.4.4 * remove env's that should not be changed * remove dns ports as this image does not need them * Update gui and test rootless * test rootless * root but rofs * rofs false * rename app * Update charts/incubator/lancache-monolithic/questions.yaml Co-authored-by: Michael Schnerring <3743342+schnerring@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: TrueCharts Bot <bot@truecharts.org> Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> Co-authored-by: Stavros kois <s.kois@outlook.com>
2022-07-12 13:20:16 -04:00
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
feat(lancache-monolithic) add sidecar lancache-prefill (#12334) **Description** Sidecar to download and install BattleNetPrefill and/or EpicPrefill and/or SteamPrefill and run the prefill on a cron schedule. ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [X] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [X] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ 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 **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ 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._
2023-09-10 04:15:46 -04:00
name: lancache-monolithic
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/lancache-monolithic
- https://github.com/lancachenet/monolithic
type: application
chore(repo) change charts to the upstream images (#14824) **Description** Apps with multiple images (multiple trains here) ⚒️ Fixes # <!--(issue)--> **⚙️ 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?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ 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 opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ 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._
2023-11-18 05:48:35 -05:00
version: 5.1.10
feat(lancache-monolithic): Add lancache-monolithic (#3143) * feat(monolithic): Add monolithic * removed whitespaces for comments * update values.yaml * removed comments * update env variables * update env * update chart.yaml * bump common version to 10.4.4 * update monolithic files * update questions.yaml * rreverted to root user * update chart.yaml * bump common version to 10.4.4 * Upgrade common lib (#3138) * chore(apps): move icons into the apps folder (#3139) * chore(apps): move icons into the apps folder * rename to `icon.png` * replace solr image * remove `docs/` from gitignore * move app specific docs into app folder [skip ci] * fix some links * chore(apps): update image links temporary * chore(deps): update helm chart common to v10.4.3 (#3137) * chore: Auto-update chart README [skip ci] * chore(docs): add markdownlint and cpell config files (and apply some linting) (#3140) * chore(docs): apply some linting * chore(docs): add markdownlint and cpell config files * remove duplicate key * add extension recommendation * update cspell * Bump common lib in postgresql (#3141) * chore: Auto-update chart README [skip ci] * Update README.md.gotmpl * Delete CONFIG.md.gotmpl * Update README.md.gotmpl * fix(ubooquity): make root fs writable (#3142) * chore: Auto-update chart README [skip ci] * bump all the things to rerender images/docs and remove unused config.md files * removed comments * chore: Auto-update chart README [skip ci] * update env variables * update env * update chart.yaml * bump common version to 10.4.4 * update monolithic files * update questions.yaml * rreverted to root user * update chart.yaml * bump common version to 10.4.4 * remove env's that should not be changed * remove dns ports as this image does not need them * Update gui and test rootless * test rootless * root but rofs * rofs false * rename app * Update charts/incubator/lancache-monolithic/questions.yaml Co-authored-by: Michael Schnerring <3743342+schnerring@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: TrueCharts Bot <bot@truecharts.org> Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> Co-authored-by: Stavros kois <s.kois@outlook.com>
2022-07-12 13:20:16 -04:00
annotations:
min_scale_version: "22.12.4"
max_scale_version: "23.10.1"
chore(categories): Fix typo in categories and make them singular (#13693) **Description** While researching how to create a chart for [graylog open](https://graylog.org/products/source-available/), I noticed that there was a typo in the annotation: **truecharts.org/categories**. I fixed all instances of this typo in the repo. In addition, I addressed all other instances of the word category and categories (case insensitive) for all code (shell scripts), comments, markdowns, and filenames. **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 Refactor of current code **🧪 How Has This Been Tested?** I have tested that the syntax is correct in the following files: - .github/scripts/build-catalog.sh - tools/gen-cat.sh - tools/build-release.sh **📃 Notes:** n/a **✔️ 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 - [x] 📄 I have made corresponding changes to the documentation - [x] ⚠️ 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 **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --------- Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros kois <s.kois@outlook.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-28 08:07:52 -04:00
truecharts.org/category: gaming
feat(lancache-monolithic): Add lancache-monolithic (#3143) * feat(monolithic): Add monolithic * removed whitespaces for comments * update values.yaml * removed comments * update env variables * update env * update chart.yaml * bump common version to 10.4.4 * update monolithic files * update questions.yaml * rreverted to root user * update chart.yaml * bump common version to 10.4.4 * Upgrade common lib (#3138) * chore(apps): move icons into the apps folder (#3139) * chore(apps): move icons into the apps folder * rename to `icon.png` * replace solr image * remove `docs/` from gitignore * move app specific docs into app folder [skip ci] * fix some links * chore(apps): update image links temporary * chore(deps): update helm chart common to v10.4.3 (#3137) * chore: Auto-update chart README [skip ci] * chore(docs): add markdownlint and cpell config files (and apply some linting) (#3140) * chore(docs): apply some linting * chore(docs): add markdownlint and cpell config files * remove duplicate key * add extension recommendation * update cspell * Bump common lib in postgresql (#3141) * chore: Auto-update chart README [skip ci] * Update README.md.gotmpl * Delete CONFIG.md.gotmpl * Update README.md.gotmpl * fix(ubooquity): make root fs writable (#3142) * chore: Auto-update chart README [skip ci] * bump all the things to rerender images/docs and remove unused config.md files * removed comments * chore: Auto-update chart README [skip ci] * update env variables * update env * update chart.yaml * bump common version to 10.4.4 * update monolithic files * update questions.yaml * rreverted to root user * update chart.yaml * bump common version to 10.4.4 * remove env's that should not be changed * remove dns ports as this image does not need them * Update gui and test rootless * test rootless * root but rofs * rofs false * rename app * Update charts/incubator/lancache-monolithic/questions.yaml Co-authored-by: Michael Schnerring <3743342+schnerring@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: TrueCharts Bot <bot@truecharts.org> Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> Co-authored-by: Stavros kois <s.kois@outlook.com>
2022-07-12 13:20:16 -04:00
truecharts.org/SCALE-support: "true"