Skip to content

Commit

Permalink
use rock for metallb FRR instead of upstream (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello authored Dec 5, 2024
1 parent bb2be37 commit 45db693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/k8s/pkg/k8sd/features/metallb/chart.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ var (
speakerImageTag = "v0.14.8-ck0"

// frrImageRepo is the image to use for frrouting.
frrImageRepo = "ghcr.io/canonical/k8s-snap/frrouting/frr"
frrImageRepo = "ghcr.io/canonical/frr"

// frrImageTag is the tag to use for frrouting.
frrImageTag = "9.0.2"
frrImageTag = "9.1.0"
)

0 comments on commit 45db693

Please sign in to comment.