feat(helm)!: Update chart multus ( 6.0.4 → 7.0.0 )#2771
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
--- kubernetes/berries/apps/kube-system/multus/app Kustomization: flux-system/cluster-apps-multus HelmRelease: kube-system/multus
+++ kubernetes/berries/apps/kube-system/multus/app Kustomization: flux-system/cluster-apps-multus HelmRelease: kube-system/multus
@@ -13,13 +13,13 @@
chart: multus
interval: 30m
sourceRef:
kind: HelmRepository
name: angelnu-charts
namespace: flux-system
- version: 6.0.4
+ version: 7.0.0
interval: 30m
values:
cni:
image:
repository: ghcr.io/mglants/cni-plugins
tag: 1.5.1 |
--- HelmRelease: kube-system/multus DaemonSet: kube-system/multus-main
+++ HelmRelease: kube-system/multus DaemonSet: kube-system/multus-main
@@ -1,129 +0,0 @@
----
-apiVersion: apps/v1
-kind: DaemonSet
-metadata:
- name: multus-main
- labels:
- app.kubernetes.io/controller: main
- app.kubernetes.io/instance: multus
- app.kubernetes.io/managed-by: Helm
- app.kubernetes.io/name: multus
- namespace: kube-system
-spec:
- revisionHistoryLimit: 3
- selector:
- matchLabels:
- app.kubernetes.io/controller: main
- app.kubernetes.io/name: multus
- app.kubernetes.io/instance: multus
- template:
- metadata:
- annotations:
- checksum/configMaps: a8f91b9c0002d0f14fd3af7a58b42ab21fb014d847191fafe295412e727828a4
- labels:
- app.kubernetes.io/controller: main
- app.kubernetes.io/instance: multus
- app.kubernetes.io/name: multus
- spec:
- enableServiceLinks: false
- serviceAccountName: multus
- automountServiceAccountToken: true
- priorityClassName: system-node-critical
- hostIPC: false
- hostNetwork: true
- hostPID: true
- dnsPolicy: ClusterFirstWithHostNet
- tolerations:
- - key: CriticalAddonsOnly
- operator: Exists
- initContainers:
- - image: ghcr.io/angelnu/cni-plugins:1.9.0
- imagePullPolicy: IfNotPresent
- name: cni-installer
- volumeMounts:
- - mountPath: /host/opt/cni/bin
- name: cnibin
- - command:
- - cp
- - -f
- - /usr/src/multus-cni/bin/multus-shim
- - /host/opt/cni/bin/multus-shim
- image: ghcr.io/k8snetworkplumbingwg/multus-cni:v4.2.3-thick
- imagePullPolicy: IfNotPresent
- name: multus-installer
- resources:
- requests:
- cpu: 10m
- memory: 15Mi
- securityContext:
- privileged: true
- volumeMounts:
- - mountPath: /host/opt/cni/bin
- name: cnibin
- containers:
- - command:
- - /usr/src/multus-cni/bin/multus-daemon
- image: ghcr.io/k8snetworkplumbingwg/multus-cni:v4.2.3-thick
- imagePullPolicy: IfNotPresent
- name: main
- securityContext:
- capabilities:
- add:
- - NET_ADMIN
- drop:
- - ALL
- privileged: true
- readOnlyRootFilesystem: true
- volumeMounts:
- - mountPath: /etc/cni/net.d
- name: cni
- - mountPath: /opt/cni/bin
- name: cnibin
- - mountPath: /etc/cni/net.d/multus.d
- name: config
- - mountPath: /host/run
- name: host-run
- - mountPath: /run/k8s.cni.cncf.io
- name: host-run-k8s-cni-cncf-io
- - mountPath: /run/netns/
- mountPropagation: HostToContainer
- name: host-run-netns
- - mountPath: /var/lib/cni/multus
- name: host-var-lib-cni-multus
- - mountPath: /var/lib/kubelet
- name: host-var-lib-kubelet
- - mountPath: /hostroot
- mountPropagation: HostToContainer
- name: hostroot
- volumes:
- - hostPath:
- path: /etc/cni/net.d
- type: Directory
- name: cni
- - hostPath:
- path: /opt/cni/bin
- type: Directory
- name: cnibin
- - configMap:
- name: multus
- name: config
- - hostPath:
- path: /run
- name: host-run
- - hostPath:
- path: /run/k8s.cni.cncf.io
- name: host-run-k8s-cni-cncf-io
- - hostPath:
- path: /var/run/netns
- name: host-run-netns
- - hostPath:
- path: /var/lib/cni/multus
- name: host-var-lib-cni-multus
- - hostPath:
- path: /var/lib/kubelet
- name: host-var-lib-kubelet
- - hostPath:
- path: /
- type: Directory
- name: hostroot
-
--- HelmRelease: kube-system/multus Job: kube-system/multus-uninstall
+++ HelmRelease: kube-system/multus Job: kube-system/multus-uninstall
@@ -48,13 +48,13 @@
name: cni
- mountPath: /host/opt/cni/bin
name: cnibin
volumes:
- hostPath:
path: /etc/cni/net.d
- type: Directory
+ type: DirectoryOrCreate
name: cni
- hostPath:
path: /opt/cni/bin
- type: Directory
+ type: DirectoryOrCreate
name: cnibin
--- HelmRelease: kube-system/multus DaemonSet: kube-system/multus
+++ HelmRelease: kube-system/multus DaemonSet: kube-system/multus
@@ -0,0 +1,129 @@
+---
+apiVersion: apps/v1
+kind: DaemonSet
+metadata:
+ name: multus
+ labels:
+ app.kubernetes.io/controller: multus
+ app.kubernetes.io/instance: multus
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/name: multus
+ namespace: kube-system
+spec:
+ revisionHistoryLimit: 3
+ selector:
+ matchLabels:
+ app.kubernetes.io/controller: multus
+ app.kubernetes.io/name: multus
+ app.kubernetes.io/instance: multus
+ template:
+ metadata:
+ annotations:
+ checksum/configMaps: a8f91b9c0002d0f14fd3af7a58b42ab21fb014d847191fafe295412e727828a4
+ labels:
+ app.kubernetes.io/controller: multus
+ app.kubernetes.io/instance: multus
+ app.kubernetes.io/name: multus
+ spec:
+ enableServiceLinks: false
+ serviceAccountName: multus
+ automountServiceAccountToken: true
+ priorityClassName: system-node-critical
+ hostIPC: false
+ hostNetwork: true
+ hostPID: true
+ dnsPolicy: ClusterFirstWithHostNet
+ tolerations:
+ - key: CriticalAddonsOnly
+ operator: Exists
+ initContainers:
+ - image: ghcr.io/angelnu/cni-plugins:1.9.1
+ imagePullPolicy: IfNotPresent
+ name: cni-installer
+ volumeMounts:
+ - mountPath: /host/opt/cni/bin
+ name: cnibin
+ - command:
+ - cp
+ - -f
+ - /usr/src/multus-cni/bin/multus-shim
+ - /host/opt/cni/bin/multus-shim
+ image: ghcr.io/k8snetworkplumbingwg/multus-cni:4.2.4-thick
+ imagePullPolicy: IfNotPresent
+ name: multus-installer
+ resources:
+ requests:
+ cpu: 10m
+ memory: 15Mi
+ securityContext:
+ privileged: true
+ volumeMounts:
+ - mountPath: /host/opt/cni/bin
+ name: cnibin
+ containers:
+ - command:
+ - /usr/src/multus-cni/bin/multus-daemon
+ image: ghcr.io/k8snetworkplumbingwg/multus-cni:4.2.4-thick
+ imagePullPolicy: IfNotPresent
+ name: multus
+ securityContext:
+ capabilities:
+ add:
+ - NET_ADMIN
+ drop:
+ - ALL
+ privileged: true
+ readOnlyRootFilesystem: true
+ volumeMounts:
+ - mountPath: /etc/cni/net.d
+ name: cni
+ - mountPath: /opt/cni/bin
+ name: cnibin
+ - mountPath: /etc/cni/net.d/multus.d
+ name: config
+ - mountPath: /host/run
+ name: host-run
+ - mountPath: /run/k8s.cni.cncf.io
+ name: host-run-k8s-cni-cncf-io
+ - mountPath: /run/netns/
+ mountPropagation: HostToContainer
+ name: host-run-netns
+ - mountPath: /var/lib/cni/multus
+ name: host-var-lib-cni-multus
+ - mountPath: /var/lib/kubelet
+ name: host-var-lib-kubelet
+ - mountPath: /hostroot
+ mountPropagation: HostToContainer
+ name: hostroot
+ volumes:
+ - hostPath:
+ path: /etc/cni/net.d
+ type: DirectoryOrCreate
+ name: cni
+ - hostPath:
+ path: /opt/cni/bin
+ type: DirectoryOrCreate
+ name: cnibin
+ - configMap:
+ name: multus
+ name: config
+ - hostPath:
+ path: /run
+ name: host-run
+ - hostPath:
+ path: /run/k8s.cni.cncf.io
+ name: host-run-k8s-cni-cncf-io
+ - hostPath:
+ path: /var/run/netns
+ name: host-run-netns
+ - hostPath:
+ path: /var/lib/cni/multus
+ name: host-var-lib-cni-multus
+ - hostPath:
+ path: /var/lib/kubelet
+ name: host-var-lib-kubelet
+ - hostPath:
+ path: /
+ type: Directory
+ name: hostroot
+ |
renovate
Bot
force-pushed
the
renovate/multus-7.x
branch
2 times, most recently
from
January 23, 2026 19:08
42f2b00 to
b82f745
Compare
renovate
Bot
force-pushed
the
renovate/multus-7.x
branch
from
February 2, 2026 20:42
b82f745 to
ca5292c
Compare
renovate
Bot
force-pushed
the
renovate/multus-7.x
branch
2 times, most recently
from
February 12, 2026 17:16
54abbd5 to
54c3ba6
Compare
renovate
Bot
force-pushed
the
renovate/multus-7.x
branch
from
February 18, 2026 21:37
54c3ba6 to
56343dc
Compare
renovate
Bot
force-pushed
the
renovate/multus-7.x
branch
2 times, most recently
from
March 16, 2026 17:39
4efb7f3 to
3c46f9f
Compare
renovate
Bot
force-pushed
the
renovate/multus-7.x
branch
from
April 29, 2026 11:10
3c46f9f to
e28ecc9
Compare
renovate
Bot
force-pushed
the
renovate/multus-7.x
branch
2 times, most recently
from
May 18, 2026 19:56
d4c6fd5 to
3a55d23
Compare
renovate
Bot
force-pushed
the
renovate/multus-7.x
branch
2 times, most recently
from
June 12, 2026 01:34
1fde338 to
c81bb91
Compare
| datasource | package | from | to | | ---------- | ------- | ----- | ----- | | helm | multus | 6.0.4 | 7.0.0 |
renovate
Bot
force-pushed
the
renovate/multus-7.x
branch
from
June 22, 2026 17:54
c81bb91 to
51982fc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.0.4→7.0.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
angelnu/helm-charts (multus)
v7.0.0Compare Source
Changelog:
Changed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.