Skip to content

Commit

Permalink
fix: use updated k3s (#426)
Browse files Browse the repository at this point in the history
## Description
Testing CI with upgraded k3s

## Related Issue

Fixes #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
  • Loading branch information
rjferguson21 committed May 23, 2024
1 parent 6367bef commit 1da1c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1da1c49

Please sign in to comment.