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.4 #1439

Merged
merged 1 commit into from
Nov 25, 2023
Merged

fix(helm): update chart multus to 5.0.4 #1439

merged 1 commit into from
Nov 25, 2023

Conversation

bot-blake[bot]
Copy link
Contributor

@bot-blake bot-blake bot commented Nov 25, 2023

This PR contains the following updates:

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

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.

@bot-blake bot-blake bot requested a review from buroa as a code owner November 25, 2023 11:02
@bot-blake bot-blake bot added renovate/helm type/patch area/kubernetes Changes made in the kubernetes directory labels Nov 25, 2023
@bot-blake
Copy link
Contributor Author

bot-blake bot commented Nov 25, 2023

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

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

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

     spec:
       chart: multus
       sourceRef:
         kind: HelmRepository
         name: angelnu-charts
         namespace: flux-system
-      version: 5.0.3
+      version: 5.0.4
   install:
     remediation:
       retries: 3
   interval: 30m
   maxHistory: 2
   postRenderers:
@@ -38,12 +38,13 @@

       retries: 3
   values:
     cni:
       image:
         repository: ghcr.io/angelnu/cni-plugins
         tag: 1.3.0
+      logLevel: info
       paths:
         bin: /opt/cni/bin
         config: /etc/cni/net.d
     hostPaths:
       netns: /var/run/netns
     image:

@buroa buroa force-pushed the renovate/multus-5.x branch from d3a9484 to 452e92b Compare November 25, 2023 15:59
@bot-blake
Copy link
Contributor Author

bot-blake bot commented Nov 25, 2023

--- kubernetes HelmRelease: networking/multus ConfigMap: networking/multus-config

+++ kubernetes HelmRelease: networking/multus ConfigMap: networking/multus-config

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

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

@buroa buroa merged commit 397c66f into master Nov 25, 2023
4 checks passed
@buroa buroa deleted the renovate/multus-5.x branch November 25, 2023 16:00
buroa pushed a commit that referenced this pull request Nov 25, 2023
Co-authored-by: k8s-renovate <129223303+k8s-renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/helm type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant