Skip to content

Commit

Permalink
cleanup + feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
dbw7 committed Jan 9, 2025
1 parent b33df73 commit c166449
Show file tree
Hide file tree
Showing 7 changed files with 403 additions and 530 deletions.
2 changes: 1 addition & 1 deletion pkg/image/definition_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func TestParse(t *testing.T) {
require.NoError(t, err)

// - Definition
assert.Equal(t, "1.1", definition.APIVersion)
assert.Equal(t, "1.2", definition.APIVersion)
assert.EqualValues(t, "x86_64", definition.Image.Arch)
assert.Equal(t, "iso", definition.Image.ImageType)

Expand Down
2 changes: 1 addition & 1 deletion pkg/image/testdata/full-valid-example.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: 1.1
apiVersion: 1.2
image:
imageType: iso
arch: x86_64
Expand Down
Loading

0 comments on commit c166449

Please sign in to comment.