chaijunkin / home-ops

K3s Cluster powered by proxmox
Do What The F*ck You Want To Public License
3 stars 0 forks source link

fix(container): update image ghcr.io/angelnu/cni-plugins ( 1.5.0 → 1.5.1 ) #210

Open renovate[bot] opened 5 months ago

renovate[bot] commented 5 months ago

This PR contains the following updates:

Package Update Change
ghcr.io/angelnu/cni-plugins patch 1.5.0 -> 1.5.1

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: Branch creation - "on saturday" in timezone Asia/Kuala_Lumpur, 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.

github-actions[bot] commented 5 months ago
--- HelmRelease: network/multus DaemonSet: network/multus

+++ HelmRelease: network/multus DaemonSet: network/multus

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

       automountServiceAccountToken: true
       hostNetwork: true
       hostPID: true
       dnsPolicy: ClusterFirstWithHostNet
       enableServiceLinks: true
       initContainers:
-      - image: ghcr.io/angelnu/cni-plugins:1.5.0
+      - image: ghcr.io/angelnu/cni-plugins:1.5.1
         imagePullPolicy: IfNotPresent
         name: cni-installer
         volumeMounts:
         - mountPath: /host/opt/cni/bin
           name: cnibin
       - command:
github-actions[bot] commented 5 months ago
--- kubernetes/apps/network/multus/app Kustomization: flux-system/multus HelmRelease: network/multus

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

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

       version: 5.0.4
   interval: 30m
   values:
     cni:
       image:
         repository: ghcr.io/angelnu/cni-plugins
-        tag: 1.5.0
+        tag: 1.5.1
       paths:
         bin: /opt/cni/bin
         config: /etc/cni/net.d
     hostPaths:
       netns: /var/run/netns
     image: