The behavior is written down in https://github.com/helm/helm/issues/4482#issuecomment-449513835, but that explanation would be a bit more useful if it was in the command's documentation instead of a closed ticket. I've been sitting here for a while trying to figure out why my new index is created adjacent to the new chart instead of in the index file I specified as an argument to --merge as the document implies. :D
Suggestion:
Switch "merge the generated index into the given index" to "merge the given index into the generated index", and replace the second sentence in the synopsis at https://helm.sh/docs/helm/helm_repo_index/ with a description of what actually happens. :)
The behavior is written down in https://github.com/helm/helm/issues/4482#issuecomment-449513835, but that explanation would be a bit more useful if it was in the command's documentation instead of a closed ticket. I've been sitting here for a while trying to figure out why my new index is created adjacent to the new chart instead of in the index file I specified as an argument to
--merge
as the document implies. :DSuggestion: Switch "merge the generated index into the given index" to "merge the given index into the generated index", and replace the second sentence in the synopsis at https://helm.sh/docs/helm/helm_repo_index/ with a description of what actually happens. :)