Skip to content

Commit 5d2c3a6

Browse files
committed
build: set helmRepository tag in list-images target
1 parent acb0294 commit 5d2c3a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/tools/fetch-images/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func main() {
9393
if carenVersion != "" {
9494
i.stringValues = []string{
9595
fmt.Sprintf("image.tag=%s", carenVersion),
96-
fmt.Sprintf("helmRepositoryImage.tag=%s", carenVersion),
96+
fmt.Sprintf("helmRepository.images.bundleInitializer.tag=%s", carenVersion),
9797
}
9898
}
9999
images, err := getImagesForChart(i)

0 commit comments

Comments
 (0)