Skip to content

Commit

Permalink
Pin metallb version
Browse files Browse the repository at this point in the history
  • Loading branch information
DanG100 committed Feb 11, 2025
1 parent 726b347 commit af7e5a2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions manifests/metallb/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -571,10 +571,10 @@ spec:
type: boolean
enableGracefulRestart:
description: |-
EnableGracefulRestart allows BGP peer to continue to forward data packets along
known routes while the routing protocol information is being restored.
This field is immutable because it requires restart of the BGP session
Supported for FRR mode only.
EnableGracefulRestart allows BGP peer to continue to forward data packets
along known routes while the routing protocol information is being
restored. This field is immutable because it requires restart of the BGP
session. Supported for FRR mode only.
type: boolean
x-kubernetes-validations:
- message: EnableGracefulRestart cannot be changed after creation
Expand Down Expand Up @@ -1707,7 +1707,7 @@ spec:
value: memberlist
- name: METALLB_DEPLOYMENT
value: controller
image: quay.io/metallb/controller:main
image: quay.io/metallb/controller:v0.14.9
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down Expand Up @@ -1804,7 +1804,7 @@ spec:
value: app=metallb,component=speaker
- name: METALLB_ML_SECRET_KEY_PATH
value: /etc/ml_secret_key
image: quay.io/metallb/speaker:main
image: quay.io/metallb/speaker:v0.14.9
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down Expand Up @@ -1994,4 +1994,4 @@ webhooks:
- UPDATE
resources:
- l2advertisements
sideEffects: None
sideEffects: None

0 comments on commit af7e5a2

Please sign in to comment.