feat(app-template): add dependencies (#40101)

**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
To test and deploy charts added some depencies so you can use those with
app-template when needed.

⚒️ 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)
- [ ] 🔃 Refactor of current code
- [ ] 📜 Documentation Changes

**🧪 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 changes to the documentation
- [ ] 🧪 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
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** 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._
This commit is contained in:
Boemeltrein
2025-09-27 22:45:33 +02:00
committed by GitHub
parent e3b2820089
commit db202d7578
2 changed files with 29 additions and 1 deletions

View File

@@ -20,6 +20,27 @@ dependencies:
alias: ""
tags: []
import-values: []
- name: mariadb
version: 17.4.2
repository: oci://tccr.io/truecharts
condition: mariadb.enabled
alias: ""
tags: []
import-values: []
- name: redis
version: 17.8.2
repository: oci://tccr.io/truecharts
condition: redis.enabled
alias: ""
tags: []
import-values: []
- name: mongodb
version: 16.7.2
repository: oci://tccr.io/truecharts
condition: mongodb.enabled
alias: ""
tags: []
import-values: []
deprecated: false
description: Advanced Template to create your own TrueCharts-based Charts
home: https://truecharts.org/charts/premium/app-template
@@ -37,5 +58,5 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/premium/app-template
- https://github.com/trueforge-org/truecharts/tree/master/charts/premium/app-template
type: application
version: 15.8.6
version: 15.9.0

View File

@@ -15,3 +15,10 @@ workload:
type: tcp
startup:
type: tcp
redis:
enabled: false
mariadb:
enabled: false
mongodb:
enabled: false