We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb0294 commit 5d2c3a6Copy full SHA for 5d2c3a6
hack/tools/fetch-images/main.go
@@ -93,7 +93,7 @@ func main() {
93
if carenVersion != "" {
94
i.stringValues = []string{
95
fmt.Sprintf("image.tag=%s", carenVersion),
96
- fmt.Sprintf("helmRepositoryImage.tag=%s", carenVersion),
+ fmt.Sprintf("helmRepository.images.bundleInitializer.tag=%s", carenVersion),
97
}
98
99
images, err := getImagesForChart(i)
0 commit comments