Skip to content

Commit

Permalink
Update metallb to v0.14.8 (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 authored Sep 3, 2024
1 parent d1b4928 commit 8799930
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ images:
- name: metallb-speaker
sourceRepository: https://github.com/metallb/metallb
repository: quay.io/metallb/speaker
tag: "v0.14.3"
tag: "v0.14.8"
- name: metallb-controller
sourceRepository: https://github.com/metallb/metallb
repository: quay.io/metallb/controller
tag: "v0.14.3"
tag: "v0.14.8"
- name: duros-controller
sourceRepository: https://github.com/metal-stack/duros-controller
repository: ghcr.io/metal-stack/duros-controller
Expand All @@ -38,7 +38,7 @@ images:
- name: metallb-health-sidecar
sourceRepository: https://github.com/metal-stack/metallb-health-sidecar
repository: ghcr.io/metal-stack/metallb-health-sidecar
tag: "v0.1.1"
tag: "v0.1.2"
- name: firewall-controller-manager
sourceRepository: https://github.com/metal-stack/firewall-controller-manager
repository: ghcr.io/metal-stack/firewall-controller-manager
Expand Down
5 changes: 5 additions & 0 deletions charts/internal/shoot-control-plane/templates/metallb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ rules:
- pods
verbs:
- list
- get
- apiGroups:
- ""
resources:
Expand Down Expand Up @@ -551,6 +552,10 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
- name: METALLB_POD_NAME
valueFrom:
fieldRef:
fieldPath: metadata.name
- name: METALLB_HOST
valueFrom:
fieldRef:
Expand Down

0 comments on commit 8799930

Please sign in to comment.