mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
[multus] Set cni version in values.yaml (#1052)
Co-authored-by: angelnu <git@angelnucom>
This commit is contained in:
parent
cb2c481e17
commit
43e985f60d
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: v3.7.1
|
appVersion: v3.7.1
|
||||||
description: multus CNI allows multiple NICs per pod
|
description: multus CNI allows multiple NICs per pod
|
||||||
name: multus
|
name: multus
|
||||||
version: 2.0.1
|
version: 2.0.2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- multus
|
- multus
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# multus
|
# multus
|
||||||
|
|
||||||
![Version: 2.0.1](https://img.shields.io/badge/Version-2.0.1-informational?style=flat-square) ![AppVersion: v3.7.1](https://img.shields.io/badge/AppVersion-v3.7.1-informational?style=flat-square)
|
![Version: 2.0.2](https://img.shields.io/badge/Version-2.0.2-informational?style=flat-square) ![AppVersion: v3.7.1](https://img.shields.io/badge/AppVersion-v3.7.1-informational?style=flat-square)
|
||||||
|
|
||||||
multus CNI allows multiple NICs per pod
|
multus CNI allows multiple NICs per pod
|
||||||
|
|
||||||
@ -96,7 +96,7 @@ rm -rf /var/lib/rancher/k3s/agent/etc/cni/net.d/*multus*
|
|||||||
| cni.image.tag | string | `"v0.9.1"` | CNI installer tag |
|
| cni.image.tag | string | `"v0.9.1"` | CNI installer tag |
|
||||||
| cni.paths.bin | string | `"/var/lib/rancher/k3s/data/current/bin"` | CNI plugin binaries folder for k3s. Change to `/opt/cni/bin` for non k3s |
|
| cni.paths.bin | string | `"/var/lib/rancher/k3s/data/current/bin"` | CNI plugin binaries folder for k3s. Change to `/opt/cni/bin` for non k3s |
|
||||||
| cni.paths.config | string | `"/var/lib/rancher/k3s/agent/etc/cni/net.d"` | CNI config folder for k3s. Change to `/etc/cni/net.d` for non k3s |
|
| cni.paths.config | string | `"/var/lib/rancher/k3s/agent/etc/cni/net.d"` | CNI config folder for k3s. Change to `/etc/cni/net.d` for non k3s |
|
||||||
| cni.paths.version | string | `"0.3.1"` | CNI interface version |
|
| cni.version | string | `"0.3.1"` | CNI interface version |
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | multus installer pull policy |
|
| image.pullPolicy | string | `"IfNotPresent"` | multus installer pull policy |
|
||||||
| image.repository | string | `"ghcr.io/k8snetworkplumbingwg/multus-cni"` | multus installer repostory |
|
| image.repository | string | `"ghcr.io/k8snetworkplumbingwg/multus-cni"` | multus installer repostory |
|
||||||
| image.tag | string | `"v3.7.1"` | multus installer tag |
|
| image.tag | string | `"v3.7.1"` | multus installer tag |
|
||||||
@ -107,6 +107,12 @@ All notable changes to this application Helm chart will be documented in this fi
|
|||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
### [2.0.2]
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Correct cni version in values.yaml
|
||||||
|
|
||||||
### [2.0.1]
|
### [2.0.1]
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
@ -9,6 +9,12 @@ All notable changes to this application Helm chart will be documented in this fi
|
|||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
### [2.0.2]
|
||||||
|
|
||||||
|
#### Changed
|
||||||
|
|
||||||
|
- Correct cni version in values.yaml
|
||||||
|
|
||||||
### [2.0.1]
|
### [2.0.1]
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
@ -31,5 +31,5 @@ cni:
|
|||||||
# Change to `/opt/cni/bin` for non k3s
|
# Change to `/opt/cni/bin` for non k3s
|
||||||
bin: /var/lib/rancher/k3s/data/current/bin
|
bin: /var/lib/rancher/k3s/data/current/bin
|
||||||
|
|
||||||
# -- CNI interface version
|
# -- CNI interface version
|
||||||
version: "0.3.1"
|
version: "0.3.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user