From 43e985f60d67153fbbadcd12a791fba1e5477985 Mon Sep 17 00:00:00 2001 From: Angel Nunez Mencias Date: Tue, 22 Jun 2021 19:49:49 +0200 Subject: [PATCH] [multus] Set cni version in values.yaml (#1052) Co-authored-by: angelnu --- charts/stable/multus/Chart.yaml | 2 +- charts/stable/multus/README.md | 10 ++++++++-- charts/stable/multus/README_CHANGELOG.md.gotmpl | 6 ++++++ charts/stable/multus/values.yaml | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/charts/stable/multus/Chart.yaml b/charts/stable/multus/Chart.yaml index 290f5d05..bec58590 100644 --- a/charts/stable/multus/Chart.yaml +++ b/charts/stable/multus/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v3.7.1 description: multus CNI allows multiple NICs per pod name: multus -version: 2.0.1 +version: 2.0.2 kubeVersion: ">=1.16.0-0" keywords: - multus diff --git a/charts/stable/multus/README.md b/charts/stable/multus/README.md index af57a2c6..97252328 100644 --- a/charts/stable/multus/README.md +++ b/charts/stable/multus/README.md @@ -1,6 +1,6 @@ # 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 @@ -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.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.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.repository | string | `"ghcr.io/k8snetworkplumbingwg/multus-cni"` | multus installer repostory | | 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). +### [2.0.2] + +#### Changed + +- Correct cni version in values.yaml + ### [2.0.1] #### Changed diff --git a/charts/stable/multus/README_CHANGELOG.md.gotmpl b/charts/stable/multus/README_CHANGELOG.md.gotmpl index 93c1ebe3..4eb18816 100644 --- a/charts/stable/multus/README_CHANGELOG.md.gotmpl +++ b/charts/stable/multus/README_CHANGELOG.md.gotmpl @@ -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). +### [2.0.2] + +#### Changed + +- Correct cni version in values.yaml + ### [2.0.1] #### Changed diff --git a/charts/stable/multus/values.yaml b/charts/stable/multus/values.yaml index 0ce737ca..bbe47076 100644 --- a/charts/stable/multus/values.yaml +++ b/charts/stable/multus/values.yaml @@ -31,5 +31,5 @@ cni: # Change to `/opt/cni/bin` for non k3s bin: /var/lib/rancher/k3s/data/current/bin - # -- CNI interface version - version: "0.3.1" + # -- CNI interface version + version: "0.3.1"