fix(docs): News and readme update (#39219)

**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.
-->
⚒️ 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
- [x] 📜 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
- [x] 📄 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
- [ ] 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:
Alfred Göppel
2025-09-07 14:43:09 +02:00
committed by GitHub
parent eb14bb36d5
commit 7c7a92491b
5 changed files with 95 additions and 119 deletions

View File

@@ -16,7 +16,7 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository.
`helm install mychart oci://oci.trueforge.org/truecharts/CHARTPLACEHOLDER`
For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides)
For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/)
## Chart Specific Guides and information
@@ -30,7 +30,7 @@ To view the chart specific options, please view Values.yaml included in the char
The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/TRAINPLACEHOLDER/CHARTPLACEHOLDER/values.yaml
All our Charts use a shared "common" library chart that contains most of the templating and options.
For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](/common)
For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://truecharts.org/common/)
For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml
@@ -45,6 +45,6 @@ For information about the common chart and all defaults included with it, please
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](/general/sponsor) or contributing back to the project any way you can!
Please consider making a [donation](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_

View File

@@ -0,0 +1,10 @@
---
title: Supported Talos versions
---
| Talos version | Branch | Supported with updates | Accepting Support tickets | Accepting Bug Reports | Notes |
| --------------- | -------- | ---------------------- | ------------------------- | --------------------- | ----- |
| 1.7 and prior | `master` | ❌ | ❌ | ❌ | |
| 1.8 - 1.10 | `master` | ✅ | ✅ | ✅ | |
| 1.11.x | `master` | ✅ | ✅ | ✅ | |

View File

@@ -92,17 +92,18 @@ For all issues not covered by support you can make a thread in an appropriate [D
| Helm version | Branch | Supported with updates | Accepting Support tickets | Accepting Bug Reports | Notes |
| --------------- | -------- | ---------------------- | ------------------------- | --------------------- | ----- |
| 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 |
| 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 |
| 3.18.x | `master` | ✅ | ✅ | ✅ | |
## Supported Kubernetes Versions
| Kube version | Branch | Supported with updates | Accepting Support tickets | Accepting Bug Reports | Notes |
| --------------- | -------- | ---------------------- | ------------------------- | --------------------- | ----- |
| 1.23 and prior | `master` | ❌ | ❌ | ❌ | |
| 1.24 - 1.32 | `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 |
| 1.23 and prior | `master` | ❌ | ❌ | ❌ | |
| 1.24 - 1.33 | `master` | ✅ | ✅ | ✅ | |
| 1.34.x | `master` | ✅ | ✅ | ✅ | |
:::caution[China]

View File

@@ -0,0 +1,48 @@
---
slug: "news/new-oci-link"
title: "Updated OCI Repository Link"
authors: [alfi0812]
date: 2025-09-27
tags:
- "2025"
---
## Move OCI Registry to New Domain and Responds to Bitnami Changes
The OCI repository has been moved from tccr.io to oci.trueforge.org
### New Registry Locations
All images and charts previously hosted on tccr.io are now available under the new domain:
- Images: `oci.trueforge.org/tccr/IMAGE`
- Charts: `helm install mychart oci://oci.trueforge.org/truecharts/CHART`
This change affects only the domain; the registry remains OCI-based as before. Users are encouraged to update their Helm configurations and image references accordingly to avoid interruptions.
## Clustertool Updated for Talos 1.11.0
Were excited to share that we now support Talos 1.11 and Kubernetes 1.34! With the recent update to clustertool, managing and deploying clusters on these versions has never been easier. This ensures smoother operations, up-to-date features, and a more reliable experience for all our users.
## Bitnami Policy Shift
Alongside the domain migration, We want to highlight the recent upstream changes from Bitnami. The popular container provider has moved to a “latest-only” publishing model for free users, meaning older tags will no longer be maintained and soon to be removed.
In addition, Bitnami has removed some images entirely, forcing the deprecation of affected TrueCharts applications such as:
- Solr
- Matomo
## Nextcloud Update 31.0.8
addition, weve fixed Nextcloud image creation and released version 31.0.8 for our charts. This update ensures smoother deployments and improved reliability, so you can run Nextcloud with confidence on your clusters.
## What Users Should Do:
Update all references from tccr.io to oci.trueforge.org and update their charts and clustertool to the latest version.
Expect Bitnami-based charts to stay stable thanks to digest pinning.
Note that applications relying on deprecated Bitnami images are no longer available via TrueCharts.
We emphasize our commitment to stability and transparency, while continuing to adapt to upstream changes.

View File

@@ -341,116 +341,6 @@ const iconClass = "mr-2 group-hover:animate-ping";
/>
</a>
</Card>
<Card title="tuxsudo" icon="pencil">
<a
class="link-no-deco hover:scale-110 inline-flex flex-row items-center gap-1 hover:border-b-4 border-tc-primary transition-all"
href="https://github.com/tuxpizza"
data-astro-prefetch="load"
>
<Icon
class="w-5 h-5 max-md:hidden max-lg:hidden text-[var(--sl-color-gray-2)]"
name="github"
/>
</a>
<a
class="link-no-deco hover:scale-110 inline-flex flex-row items-center gap-1 hover:border-b-4 border-tc-primary transition-all"
href="https://discordapp.com/users/1076961357699756072"
data-astro-prefetch="load"
>
<Icon
class="w-5 h-5 max-md:hidden max-lg:hidden text-[var(--sl-color-gray-2)]"
name="discord"
/>
</a>
</Card>
<Card title="bakayuki" icon="pencil">
<a
class="link-no-deco hover:scale-110 inline-flex flex-row items-center gap-1 hover:border-b-4 border-tc-primary transition-all"
href="https://github.com/baka-yuki"
data-astro-prefetch="load"
>
<Icon
class="w-5 h-5 max-md:hidden max-lg:hidden text-[var(--sl-color-gray-2)]"
name="github"
/>
</a>
<a
class="link-no-deco hover:scale-110 inline-flex flex-row items-center gap-1 hover:border-b-4 border-tc-primary transition-all"
href="https://discordapp.com/users/157716495852371970"
data-astro-prefetch="load"
>
<Icon
class="w-5 h-5 max-md:hidden max-lg:hidden text-[var(--sl-color-gray-2)]"
name="discord"
/>
</a>
</Card>
<Card title="maverickd1" icon="pencil">
<a
class="link-no-deco hover:scale-110 inline-flex flex-row items-center gap-1 hover:border-b-4 border-tc-primary transition-all"
href="https://github.com/MaverickD650"
data-astro-prefetch="load"
>
<Icon
class="w-5 h-5 max-md:hidden max-lg:hidden text-[var(--sl-color-gray-2)]"
name="github"
/>
</a>
<a
class="link-no-deco hover:scale-110 inline-flex flex-row items-center gap-1 hover:border-b-4 border-tc-primary transition-all"
href="https://discordapp.com/users/303464911604809729"
data-astro-prefetch="load"
>
<Icon
class="w-5 h-5 max-md:hidden max-lg:hidden text-[var(--sl-color-gray-2)]"
name="discord"
/>
</a>
</Card>
<Card title="zasx" icon="pencil">
<a
class="link-no-deco hover:scale-110 inline-flex flex-row items-center gap-1 hover:border-b-4 border-tc-primary transition-all"
href="https://github.com/ZasX"
data-astro-prefetch="load"
>
<Icon
class="w-5 h-5 max-md:hidden max-lg:hidden text-[var(--sl-color-gray-2)]"
name="github"
/>
</a>
<a
class="link-no-deco hover:scale-110 inline-flex flex-row items-center gap-1 hover:border-b-4 border-tc-primary transition-all"
href="https://discordapp.com/users/211084331592974338"
data-astro-prefetch="load"
>
<Icon
class="w-5 h-5 max-md:hidden max-lg:hidden text-[var(--sl-color-gray-2)]"
name="discord"
/>
</a>
</Card>
<Card title="nightshaman" icon="pencil">
<a
class="link-no-deco hover:scale-110 inline-flex flex-row items-center gap-1 hover:border-b-4 border-tc-primary transition-all"
href="https://github.com/nightshaman"
data-astro-prefetch="load"
>
<Icon
class="w-5 h-5 max-md:hidden max-lg:hidden text-[var(--sl-color-gray-2)]"
name="github"
/>
</a>
<a
class="link-no-deco hover:scale-110 inline-flex flex-row items-center gap-1 hover:border-b-4 border-tc-primary transition-all"
href="https://discordapp.com/users/530126179928244224"
data-astro-prefetch="load"
>
<Icon
class="w-5 h-5 max-md:hidden max-lg:hidden text-[var(--sl-color-gray-2)]"
name="discord"
/>
</a>
</Card>
</CardGrid>
<div class="text-center">
@@ -572,6 +462,33 @@ const iconClass = "mr-2 group-hover:animate-ping";
<Icon name={iconName} class={iconClass} />
<p>Former Support Lead</p>
</li>
</Card>
<Card title="zasx" icon="pencil">
<a
class="link-no-deco hover:scale-110 inline-flex flex-row items-center gap-1 hover:border-b-4 border-tc-primary transition-all"
href="https://github.com/ZasX"
data-astro-prefetch="load"
>
<Icon
class="w-5 h-5 max-md:hidden max-lg:hidden text-[var(--sl-color-gray-2)]"
name="github"
/>
</a>
<a
class="link-no-deco hover:scale-110 inline-flex flex-row items-center gap-1 hover:border-b-4 border-tc-primary transition-all"
href="https://discordapp.com/users/211084331592974338"
data-astro-prefetch="load"
>
<Icon
class="w-5 h-5 max-md:hidden max-lg:hidden text-[var(--sl-color-gray-2)]"
name="discord"
/>
</a>
<hr>
<li class={listItemClass}>
<Icon name={iconName} class={iconClass} />
<p>Moderator</p>
</li>
</Card>
</CardGrid>