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 metallb to 0.14.9 #1152

Merged
merged 1 commit into from
Dec 18, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 18, 2024

This PR contains the following updates:

Package Update Change
metallb (source) patch 0.14.8 -> 0.14.9

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

metallb/metallb (metallb)

v0.14.9

Compare Source


Configuration

📅 Schedule: Branch creation - "after 9am,before 5pm" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

Copy link

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

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

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

     spec:
       chart: metallb
       sourceRef:
         kind: HelmRepository
         name: metallb
         namespace: flux-system
-      version: 0.14.8
+      version: 0.14.9
   install:
     createNamespace: true
     remediation:
       retries: 3
   interval: 15m
   maxHistory: 3

Copy link

--- HelmRelease: networking/metallb ClusterRole: networking/metallb:controller

+++ HelmRelease: networking/metallb ClusterRole: networking/metallb:controller

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

   - create
   - patch
 - apiGroups:
   - admissionregistration.k8s.io
   resources:
   - validatingwebhookconfigurations
-  - mutatingwebhookconfigurations
   resourceNames:
   - metallb-webhook-configuration
   verbs:
   - create
   - delete
   - get
@@ -52,13 +51,12 @@

   - update
   - watch
 - apiGroups:
   - admissionregistration.k8s.io
   resources:
   - validatingwebhookconfigurations
-  - mutatingwebhookconfigurations
   verbs:
   - list
   - watch
 - apiGroups:
   - apiextensions.k8s.io
   resources:
--- HelmRelease: networking/metallb DaemonSet: networking/metallb-speaker

+++ HelmRelease: networking/metallb DaemonSet: networking/metallb-speaker

@@ -60,33 +60,33 @@

         volumeMounts:
         - name: frr-startup
           mountPath: /tmp/frr
         - name: frr-conf
           mountPath: /etc/frr
       - name: cp-reloader
-        image: quay.io/metallb/speaker:v0.14.8
+        image: quay.io/metallb/speaker:v0.14.9
         command:
         - /cp-tool
         - /frr-reloader.sh
         - /etc/frr_reloader/frr-reloader.sh
         volumeMounts:
         - name: reloader
           mountPath: /etc/frr_reloader
       - name: cp-metrics
-        image: quay.io/metallb/speaker:v0.14.8
+        image: quay.io/metallb/speaker:v0.14.9
         command:
         - /cp-tool
         - /frr-metrics
         - /etc/frr_metrics/frr-metrics
         volumeMounts:
         - name: metrics
           mountPath: /etc/frr_metrics
       shareProcessNamespace: true
       containers:
       - name: speaker
-        image: quay.io/metallb/speaker:v0.14.8
+        image: quay.io/metallb/speaker:v0.14.9
         args:
         - --port=7472
         - --log-level=info
         env:
         - name: METALLB_NODE_NAME
           valueFrom:
--- HelmRelease: networking/metallb Deployment: networking/metallb-controller

+++ HelmRelease: networking/metallb Deployment: networking/metallb-controller

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

       securityContext:
         fsGroup: 65534
         runAsNonRoot: true
         runAsUser: 65534
       containers:
       - name: controller
-        image: quay.io/metallb/controller:v0.14.8
+        image: quay.io/metallb/controller:v0.14.9
         args:
         - --port=7472
         - --log-level=info
         - --tls-min-version=VersionTLS12
         env:
         - name: METALLB_ML_SECRET_NAME

@renovate renovate bot merged commit df14c8e into main Dec 18, 2024
4 checks passed
@renovate renovate bot deleted the renovate/metallb-0.x branch December 18, 2024 22:23
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