From 1da1c49e314c73e6fd1f2ef2940aff983262ec6b Mon Sep 17 00:00:00 2001 From: Rob Ferguson Date: Thu, 23 May 2024 17:29:02 -0500 Subject: [PATCH] fix: use updated k3s (#426) ## Description Testing CI with upgraded k3s ## Related Issue Fixes https://github.com/defenseunicorns/uds-core/issues/253 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Other (security config, docs update, etc) ## Checklist before merging - [ ] Test, docs, adr added or updated as needed - [ ] [Contributor Guide Steps](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)(https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md#submitting-a-pull-request) followed --- tasks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.yaml b/tasks.yaml index 9ff6b4971..58bd078f8 100644 --- a/tasks.yaml +++ b/tasks.yaml @@ -5,7 +5,7 @@ variables: - name: PKG - name: K3D_IMAGE - default: "ghcr.io/defenseunicorns/oss/uds-k3d-k3s:v1.28.7-k3s1" + default: "ghcr.io/defenseunicorns/oss/uds-k3d-k3s:v1.29.4-k3s1" includes: - create: ./tasks/create.yaml