docs(support-policy): update supported versions (#35600)

**Description**
Update supported versions with notes on latest helm and kubernetes.

⚒️ Fixes  # 
**⚙️ 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
- [X] 📜 Documentation Changes

**🧪 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 changes to the documentation
- [ ] 🧪 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
- [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._

---------

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
kqmaverick
2025-05-28 13:24:39 +02:00
committed by GitHub
co-authored by Kjeld Schouten
parent 0281027e46
commit 44b7d8af62
@@ -89,6 +89,7 @@ For all issues not covered by support you can make a thread in an appropriate [D
| --------------- | -------- | ---------------------- | ------------------------- | --------------------- | ----- |
| 3.13 and prior | `master` | ❌ | ❌ | ❌ | |
| 3.14 - 3.17 | `master` | ✅ | ✅ | ✅ | |
| 3.18.0 | `master` | ❌ | ❌ | ❌ | Bug indentifed on 3.18.0, we cannot support this version. https://github.com/helm/helm/pull/30902 |
## Supported Kubernetes Versions
@@ -96,7 +97,7 @@ For all issues not covered by support you can make a thread in an appropriate [D
| --------------- | -------- | ---------------------- | ------------------------- | --------------------- | ----- |
| 1.23 and prior | `master` | ❌ | ❌ | ❌ | |
| 1.24 - 1.32 | `master` | ✅ | ✅ | ✅ | |
| 1.33.0 | `master` | ✅ | | ✅ | |
| 1.33.0 | `master` | ✅ | | ✅ | Known issue with error "failed to set MOUNT_ATTR_IDMAP". Can be corrected by setting hostUsers to True. https://truecharts.org/common/podoptions/#hostusers |
:::caution[China]