mirror of https://git.rancher.io/rke2-charts
parent
afb5d2e0ed
commit
742b41fd45
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v1
|
||||
name: rke2-multus
|
||||
description: Multus CNI enables attaching multiple network interfaces to pods in Kubernetes.
|
||||
version: v3.7.1-build20211119
|
||||
appVersion: v3.7.1
|
||||
version: v3.8-build20211104
|
||||
appVersion: v3.8
|
||||
home: https://github.com/k8snetworkplumbingwg/multus-cni
|
||||
icon: https://raw.githubusercontent.com/k8snetworkplumbingwg/multus-cni/master/doc/images/Multus.png
|
||||
sources:
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
multus:
|
||||
image:
|
||||
repository: rancher/hardened-multus-cni
|
||||
tag: v3.7.1-build20211119
|
||||
tag: v3.8-build20211104
|
||||
|
||||
cniplugins:
|
||||
image:
|
||||
repository: rancher/hardened-cni-plugins
|
||||
tag: v0.9.1-build20211119
|
||||
tag: v1.0.1-build20220223
|
||||
|
||||
# skipcnis is a comma separated list of cni binaries to skip from
|
||||
# installing.
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
url: local
|
||||
packageVersion: 06
|
||||
releaseCandidateVersion: 00
|
||||
packageVersion: 01
|
||||
|
|
Loading…
Reference in New Issue