feat(multus-cni): Move multus-cni to stable (#44892)

**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**

- [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
-->

CI

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ 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:
astro-stan
2026-02-14 12:57:52 +00:00
committed by GitHub
parent c9376d909d
commit ecbcf37387
11 changed files with 8 additions and 9 deletions
@@ -7,12 +7,12 @@ annotations:
truecharts.org/max_kubernetes_version: 1.32.0
truecharts.org/min_helm_version: "3.14"
truecharts.org/min_kubernetes_version: 1.24.0
truecharts.org/train: incubator
truecharts.org/train: stable
trueforge.org/category: network
trueforge.org/max_helm_version: "4.1"
trueforge.org/max_kubernetes_version: 1.35.0
trueforge.org/min_helm_version: "3.14"
trueforge.org/train: incubator
trueforge.org/train: stable
apiVersion: v2
appVersion: 4.2.3
dependencies:
@@ -26,7 +26,7 @@ dependencies:
deprecated: false
description: |
A CNI meta-plugin for multi-homed pods in Kubernetes
home: https://trueforge.org/truetech/truecharts/charts/incubator/multus-cni
home: https://trueforge.org/truetech/truecharts/charts/stable/multus-cni
icon: https://trueforge.org/img/hotlink-ok/chart-icons/multus-cni.webp
keywords:
- cni
@@ -41,8 +41,7 @@ sources:
- https://ghcr.io/k8snetworkplumbingwg/multus-cni
- https://ghcr.io/siderolabs/cni
- https://github.com/k8snetworkplumbingwg/multus-cni
- https://github.com/trueforge-org/truecharts/tree/master/charts/incubator/multus-cni
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/multus-cni
- https://hub.docker.com/r/alpine/crane
type: application
version: 0.3.0
version: 1.0.0
@@ -4,7 +4,7 @@ title: README
## General Info
For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/charts/incubator/multus-cni)
For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/charts/stable/multus-cni)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -22,12 +22,12 @@ For more information on how to install TrueCharts Helm charts, checkout the [ins
All our charts have dedicated documentation pages.
The documentation for this chart can be found here:
https://trueforge.org/truecharts/incubator/multus-cni
https://trueforge.org/truecharts/stable/multus-cni
## Configuration Options
To view the chart specific options, please view Values.yaml included in the chart.
The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/incubator/multus-cni/values.yaml
The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/multus-cni/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](https://trueforge.org/truecharts-common/)

Before

Width:  |  Height:  |  Size: 778 B

After

Width:  |  Height:  |  Size: 778 B

Before

Width:  |  Height:  |  Size: 8.0 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB