You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prefer tagged source charts during historical inventory bootstrap, and fall back to published charts only when the source path is unavailable in the selected tag.
Refs #1838
Copy file name to clipboardExpand all lines: tools/docs-version-sync/main.go
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ func run(args []string) error {
45
45
qualificationVersion:=flags.String("qualification-version", "", "documentation version for an exact QA-qualified three-stack release set")
46
46
inventoryOutput:=flags.String("generate-stack-inventory", "", "write a resolved stack inventory to this path")
47
47
inventoryConfig:=flags.String("inventory-config", "", "release inventory config path; defaults to the stack checkout")
48
-
usePublishedCharts:=flags.Bool("use-published-charts", false, "render inventory with published charts instead of configured source charts")
48
+
allowUnavailableSourceCharts:=flags.Bool("allow-unavailable-source-charts", false, "use published charts when configured source paths are unavailable in a historical tag")
49
49
stackSourceTag:=flags.String("stack-source-tag", "", "immutable owning stack source tag for inventory generation")
50
50
stackSourceCommit:=flags.String("stack-source-commit", "", "immutable owning stack source commit for inventory generation")
0 commit comments