--max-package-size
Flag fails to split zarf package, Impacts package integrity
#2326
Labels
bug 🐞
Something isn't working
Environment
Device and OS: Apple Macbook Pro, MacOS Sonoma 14.3.1
App version: 0.32.3
Kubernetes distro being used: k3s
Other:
Steps to reproduce
zarf package create --confirm --max-package-size=4500 --log-level=info
Expected result
Package compiles and separates into equal parts at/below set size limit, package can be inspected and deployed with
zarf package inspect
andzarf package deploy
commands. Package recompiles into single part when said commands are run.Actual Result
Package compiles into inequal parts (one large
part.000
and several smaller parts). Package cannot be inspected or deployed because package integrity check fails. Package does not recompile into singletar.zst
whenzarf package inspect
orzarf package deploy
are ran against it.Visual Proof (screenshots, videos, text, etc)
Severity/Priority
Additional Context
Add any other context or screenshots about the technical debt here.
The text was updated successfully, but these errors were encountered: