diff --git a/charts/images.yaml b/charts/images.yaml index 662b6327..1b47dec9 100644 --- a/charts/images.yaml +++ b/charts/images.yaml @@ -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 @@ -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 diff --git a/charts/internal/shoot-control-plane/templates/metallb.yaml b/charts/internal/shoot-control-plane/templates/metallb.yaml index 29b9e6a2..5efb2c7a 100644 --- a/charts/internal/shoot-control-plane/templates/metallb.yaml +++ b/charts/internal/shoot-control-plane/templates/metallb.yaml @@ -267,6 +267,7 @@ rules: - pods verbs: - list + - get - apiGroups: - "" resources: @@ -551,6 +552,10 @@ spec: valueFrom: fieldRef: fieldPath: spec.nodeName + - name: METALLB_POD_NAME + valueFrom: + fieldRef: + fieldPath: metadata.name - name: METALLB_HOST valueFrom: fieldRef: