fix(tandoor-recipes): fix homepage widget type (#34619)

**Description**
Fixes the homepage widget type according to
https://gethomepage.dev/widgets/services/tandoor/

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 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?**
I've tested it on my local cluster by manual setting the widget type

**📃 Notes:**

**✔️ Checklist:**

- [ ] ⚖️ 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 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:
Dennis Jung
2025-04-21 18:07:16 +02:00
committed by GitHub
parent e014dc220b
commit bc731980b3
2 changed files with 7 additions and 1 deletions

View File

@@ -37,5 +37,5 @@ sources:
- https://github.com/vabene1111/recipes
- https://hub.docker.com/r/vabene1111/recipes
type: application
version: 18.5.5
version: 18.5.6

View File

@@ -44,6 +44,12 @@ service:
ports:
main:
port: 10029
ingress:
main:
integrations:
homepage:
widget:
type: tandoor
persistence:
media:
enabled: true