Skip to content

Commit 52f106a

Browse files
authored
build: set helmRepository tag in list-images target (#968)
**What problem does this PR solve?**: Noticed in the [last release](https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/releases/download/v0.22.0/caren-images.txt) this image tag was set to `v0.0.0-dev`, fixing it to get the release version. **Which issue(s) this PR fixes**: Fixes # **How Has This Been Tested?**: <!-- Please describe the tests that you ran to verify your changes. Provide output from the tests and any manual steps needed to replicate the tests. --> **Special notes for your reviewer**: <!-- Use this to provide any additional information to the reviewers. This may include: - Best way to review the PR. - Where the author wants the most review attention on. - etc. -->
1 parent acb0294 commit 52f106a

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)