From f3d77ccbac1c141f795b46d0a6e9ae4ee03b4adf Mon Sep 17 00:00:00 2001
From: jeffv <jeffrey.victor.1.ctr@us.af.mil>
Date: Mon, 13 Jan 2025 10:16:10 -0500
Subject: [PATCH] updated k3d to 1.31 and metallb to latest

---
 docs/assets/scripts/developer/k3d-dev.sh                 | 2 +-
 docs/assets/scripts/developer/metallb/kustomization.yaml | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/assets/scripts/developer/k3d-dev.sh b/docs/assets/scripts/developer/k3d-dev.sh
index db9db8eb55..528be6b511 100755
--- a/docs/assets/scripts/developer/k3d-dev.sh
+++ b/docs/assets/scripts/developer/k3d-dev.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 K3D_VERSION="5.7.3"
-DEFAULT_K3S_TAG="v1.30.3-k3s1"
+DEFAULT_K3S_TAG="v1.31.4-k3s1"
 
 # get the current script dir
 SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
diff --git a/docs/assets/scripts/developer/metallb/kustomization.yaml b/docs/assets/scripts/developer/metallb/kustomization.yaml
index ad1c7493a3..e21b969350 100644
--- a/docs/assets/scripts/developer/metallb/kustomization.yaml
+++ b/docs/assets/scripts/developer/metallb/kustomization.yaml
@@ -1,13 +1,13 @@
 resources:
-  - https://raw.githubusercontent.com/metallb/metallb/v0.13.12/config/manifests/metallb-native.yaml
+  - https://raw.githubusercontent.com/metallb/metallb/v0.14.9/config/manifests/metallb-native.yaml
 
 images:
   - name: quay.io/metallb/controller
     newName: registry1.dso.mil/ironbank/opensource/metallb/controller
-    newTag: v0.13.12
+    newTag: v0.14.9
   - name: quay.io/metallb/speaker
     newName: registry1.dso.mil/ironbank/opensource/metallb/speaker
-    newTag: v0.13.12
+    newTag: v0.14.9
 
 patches:
   - target:
-- 
GitLab