Skip to content

Commit

Permalink
Bump das-boot to v0.7.5 for unstructured agent handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed Sep 28, 2023
1 parent b5151fc commit e15a175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/fab/assemly.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var (
REF_ZOT_TARGET_IMAGE = cnc.Ref{Repo: "ghcr.io/project-zot", Name: "zot-minimal-linux-amd64"}

// Das Boot
REF_DASBOOT_VERSION = cnc.Ref{Tag: "v0.7.4"}
REF_DASBOOT_VERSION = cnc.Ref{Tag: "v0.7.5"}
REF_DASBOOT_CRDS_CHART = cnc.Ref{Name: "das-boot/charts/das-boot-crds"}
REF_DASBOOT_SEEDER_CHART = cnc.Ref{Name: "das-boot/charts/das-boot-seeder"}
REF_DASBOOT_SEEDER_IMAGE = cnc.Ref{Name: "das-boot/das-boot-seeder"}
Expand Down

0 comments on commit e15a175

Please sign in to comment.