[bitnami/multus-cni] Release 1.0.6 (#18560)

* [bitnami/multus-cni] Release 1.0.6 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-08-17 20:00:27 +02:00
committed by GitHub
parent 65ba279392
commit 8e0b66d9c9
4 changed files with 21 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.6.0
digest: sha256:6ce7c85dcb43ad1fc5ff600850f28820ddc2f1a7c8cb25c5ff542fe1f852165a
generated: "2023-07-13T11:25:40.958521486Z"
version: 2.8.0
digest: sha256:0119fce6b509ebf3eaf5218f87f6ec0af64ec7da15f272115673b0716c4b6919
generated: "2023-08-17T17:22:35.972156984Z"

View File

@@ -4,26 +4,29 @@
annotations:
category: Analytics
licenses: Apache-2.0
images: |
- name: multus-cni
image: docker.io/bitnami/multus-cni:4.0.2-debian-11-r77
apiVersion: v2
appVersion: 4.0.2
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
description: Multus is a CNI plugin for Kubernetes clusters. Written in Go, features adding multiple network interfaces to pods.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/multus-cni/img/multus-cni-stack-220x234.png
keywords:
- multus-cni
- cni
- kubernetes
- networking
- multus-cni
- cni
- kubernetes
- networking
maintainers:
- name: VMware, Inc.
url: https://github.com/bitnami/charts
- name: VMware, Inc.
url: https://github.com/bitnami/charts
name: multus-cni
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/multus-cni
version: 1.0.5
- https://github.com/bitnami/charts/tree/main/bitnami/multus-cni
version: 1.0.6

View File

@@ -82,7 +82,7 @@ The command removes all the Kubernetes components associated with the chart and
| --------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | -------------------------- |
| `image.registry` | Multus CNI image registry | `docker.io` |
| `image.repository` | Multus CNI Image name | `bitnami/multus-cni` |
| `image.tag` | Multus CNI Image tag | `4.0.2-debian-11-r57` |
| `image.tag` | Multus CNI Image tag | `4.0.2-debian-11-r77` |
| `image.digest` | Multus CNI image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | Multus CNI image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |

View File

@@ -77,7 +77,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/multus-cni
tag: 4.0.2-debian-11-r57
tag: 4.0.2-debian-11-r77
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'