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 to 5.0.7 #1027

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

Conversation

tinfoild[bot]
Copy link
Contributor

@tinfoild tinfoild bot commented Aug 16, 2024

This PR contains the following updates:

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

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 has been generated by Renovate Bot.

Copy link

cloudflare-workers-and-pages bot commented Aug 16, 2024

Deploying jjgadgets-biohazard with  Cloudflare Pages  Cloudflare Pages

Latest commit: 27a4082
Status: ✅  Deploy successful!
Preview URL: https://2c42725c.jjgadgets-biohazard.pages.dev
Branch Preview URL: https://renovate-multus-5-0-x.jjgadgets-biohazard.pages.dev

View logs

@tinfoild
Copy link
Contributor Author

tinfoild bot commented Aug 16, 2024

--- kube/deploy/core/_networking/multus/app Kustomization: flux-system/1-core-1-networking-multus-app HelmRelease: kube-system/multus

+++ kube/deploy/core/_networking/multus/app Kustomization: flux-system/1-core-1-networking-multus-app HelmRelease: kube-system/multus

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

     spec:
       chart: multus
       sourceRef:
         kind: HelmRepository
         name: multus
         namespace: flux-system
-      version: 5.0.4
+      version: 5.0.7
   driftDetection:
     ignore:
     - paths:
       - /spec/replicas
     mode: warn
   install:

@tinfoild tinfoild bot changed the title fix(helm): update chart multus to 5.0.5 fix(helm): update chart multus to 5.0.6 Aug 16, 2024
@tinfoild
Copy link
Contributor Author

tinfoild bot commented Aug 16, 2024

--- HelmRelease: kube-system/multus ConfigMap: kube-system/multus-config

+++ HelmRelease: kube-system/multus ConfigMap: kube-system/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/"
     }
 

@tinfoild tinfoild bot changed the title fix(helm): update chart multus to 5.0.6 fix(helm): update chart multus to 5.0.7 Aug 16, 2024
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