Skip to content

Commit

Permalink
chore: update extension filter for xen-guest-agent
Browse files Browse the repository at this point in the history
Renamed from xe-guest-utilities.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Apr 19, 2024
1 parent 3a2612d commit 27e8455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/test/extensions/extension-patch-filter.jq
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"install": {
"extensions": [
{
"image": map(select(. | contains("nvidia") or contains("tailscale") or contains("xe-guest-utilities") | not)) | .[]
"image": map(select(. | contains("nvidia") or contains("tailscale") or contains("xen-guest-agent") | not)) | .[]
}
],
},
Expand Down

0 comments on commit 27e8455

Please sign in to comment.