build: upgrade MetalLB to v0.15.2 and use helm upgrade --install#4330
Merged
lacroixthomas merged 1 commit intoagones-dev:mainfrom Nov 10, 2025
Merged
build: upgrade MetalLB to v0.15.2 and use helm upgrade --install#4330lacroixthomas merged 1 commit intoagones-dev:mainfrom
lacroixthomas merged 1 commit intoagones-dev:mainfrom
Conversation
- Update MetalLB version from 0.13.12 to 0.15.2 in kind and minikube makefiles - Change from 'helm install' to 'helm upgrade --install' for better idempotency - This allows the command to work on both fresh installs and upgrades
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades the MetalLB Helm chart version from 0.13.12 to 0.15.2 and switches from helm install to helm upgrade --install for idempotent deployments across both minikube and kind test clusters.
- Upgraded MetalLB Helm chart from version 0.13.12 to 0.15.2
- Changed deployment command from
helm installtohelm upgrade --installfor better idempotency
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| build/includes/minikube.mk | Updated MetalLB installation command for minikube clusters with new version and helm upgrade pattern |
| build/includes/kind.mk | Updated MetalLB installation command for kind clusters with new version and helm upgrade pattern |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Collaborator
|
Build Succeeded 🥳 Build Id: 603206ae-b8ee-4cb3-9d0f-f10d94e96561 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version: |
lacroixthomas
approved these changes
Nov 10, 2025
Collaborator
lacroixthomas
left a comment
There was a problem hiding this comment.
Good idea about the helm upgrade --install !
LGTM !
mnthe
pushed a commit
to mnthe/agones
that referenced
this pull request
Mar 23, 2026
…nes-dev#4330) - Update MetalLB version from 0.13.12 to 0.15.2 in kind and minikube makefiles - Change from 'helm install' to 'helm upgrade --install' for better idempotency - This allows the command to work on both fresh installs and upgrades
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
/kind cleanup
What this PR does / Why we need it:
Which issue(s) this PR fixes:
N/A
Special notes for your reviewer:
N/A