Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: pin k3s image version in k3d github action (zarf-dev#2430)
## Description This PR pins the `k3s` image version used in our `k3d` action to the same version we use for the init package: https://github.com/defenseunicorns/zarf/blob/02389274c61b59385ac339d6d690a148878427f9/packages/distros/k3s/zarf.yaml#L17 This is to workaround the containerd bug that tries to use HTTPS requests to pull images from Zarf's HTTP registry: containerd/containerd#10014 Related CI failures: https://github.com/defenseunicorns/zarf/actions/runs/8621639619/job/23631060696?pr=2315 https://github.com/defenseunicorns/zarf/actions/runs/8619947296/job/23632023109?pr=2429 ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow) followed
- Loading branch information