chore: update services to latest versions

This commit is contained in:
2025-07-15 13:08:25 +05:00
parent e132857423
commit 4cd61b76f6
5 changed files with 17 additions and 8 deletions

View File

@@ -6,6 +6,7 @@ type MetalLBOptions = {
provider: HelmProvider;
name: string;
namespace: string;
version: string;
};
export class MetalLB extends Construct {