Skip to content

Commit

Permalink
Change the env variable for the frr version to 9.1.0
Browse files Browse the repository at this point in the history
Aligning with MetalLB and using 9.1.0

Signed-off-by: Federico Paolinelli <[email protected]>
  • Loading branch information
fedepaol committed Jul 12, 2024
1 parent 1e71cca commit e35efe2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/metallb-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3955,7 +3955,7 @@ spec:
- name: METALLB_BGP_TYPE
value: native
- name: FRR_IMAGE
value: quay.io/frrouting/frr:8.4.2
value: quay.io/frrouting/frr:9.1.0
- name: KUBE_RBAC_PROXY_IMAGE
value: quay.io/brancz/kube-rbac-proxy:v0.11.0
- name: DEPLOY_KUBE_RBAC_PROXIES
Expand Down
4 changes: 2 additions & 2 deletions bundle/manifests/metallb-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ metadata:
categories: Networking
certified: "false"
containerImage: quay.io/metallb/metallb-operator
createdAt: "2024-07-12T05:05:13Z"
createdAt: "2024-07-12T14:57:54Z"
description: An operator for deploying MetalLB on a kubernetes cluster.
operators.operatorframework.io/builder: operator-sdk-v1.34.1
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
Expand Down Expand Up @@ -868,7 +868,7 @@ spec:
- name: METALLB_BGP_TYPE
value: native
- name: FRR_IMAGE
value: quay.io/frrouting/frr:8.4.2
value: quay.io/frrouting/frr:9.1.0
- name: KUBE_RBAC_PROXY_IMAGE
value: quay.io/brancz/kube-rbac-proxy:v0.11.0
- name: DEPLOY_KUBE_RBAC_PROXIES
Expand Down
2 changes: 1 addition & 1 deletion config/manager/env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
- name: METALLB_BGP_TYPE
value: "native"
- name: FRR_IMAGE
value: "quay.io/frrouting/frr:8.4.2"
value: "quay.io/frrouting/frr:9.1.0"
- name: KUBE_RBAC_PROXY_IMAGE
value: "quay.io/brancz/kube-rbac-proxy:v0.11.0"
- name: DEPLOY_KUBE_RBAC_PROXIES
Expand Down

0 comments on commit e35efe2

Please sign in to comment.