Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(helm): update chart multus ( 5.0.4 β†’ 5.0.7 ) #5383

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 16, 2024

This PR contains the following updates:

Package Update Change
multus (source) patch 5.0.4 -> 5.0.7

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| helm       | multus  | 5.0.4 | 5.0.7 |
@carpenike-bot
Copy link
Contributor

carpenike-bot bot commented Aug 16, 2024

--- kubernetes/cluster-0/apps/network/multus/app Kustomization: flux-system/multus HelmRelease: network/multus

+++ kubernetes/cluster-0/apps/network/multus/app Kustomization: flux-system/multus HelmRelease: network/multus

@@ -13,13 +13,13 @@

       chart: multus
       interval: 30m
       sourceRef:
         kind: HelmRepository
         name: angelnu
         namespace: flux-system
-      version: 5.0.4
+      version: 5.0.7
   interval: 30m
   values:
     cni:
       image:
         repository: ghcr.io/angelnu/cni-plugins
         tag: 1.4.1

@carpenike-bot
Copy link
Contributor

carpenike-bot bot commented Aug 16, 2024

--- HelmRelease: network/multus ConfigMap: network/multus-config

+++ HelmRelease: network/multus ConfigMap: network/multus-config

@@ -8,16 +8,16 @@

     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/name: multus
 data:
   daemon-config.json: |
     {
         "chrootDir": "/hostroot",
-        "confDir": "/opt/cni/bin",
+        "multusConfigFile": "auto",
+        "multusAutoconfigDir": "/etc/cni/net.d",
+        "confDir": "/etc/cni/net.d",
+        "cniConfigDir": "/etc/cni/net.d",
+        "binDir": "/opt/cni/bin",
         "logLevel": "verbose",
-        "socketDir": "/host/run/multus/",
-        "binDir": "/opt/cni/bin",
         "cniVersion": "0.3.1",
-        "cniConfigDir": "/host/etc/cni/net.",
-        "multusConfigFile": "auto",
-        "multusAutoconfigDir": "/host/etc/cni/net.d"
+        "socketDir": "/host/run/multus/"
     }
 

@carpenike-bot
Copy link
Contributor

carpenike-bot bot commented Aug 16, 2024

πŸ¦™ MegaLinter status: βœ… SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
βœ… COPYPASTE jscpd yes no 1.05s
βœ… REPOSITORY git_diff yes no 0.04s
βœ… REPOSITORY secretlint yes no 2.66s
βœ… YAML prettier 1 0 0.36s
βœ… YAML yamllint 1 0 0.29s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants