My helm depends on another helm from public repository. I've installed it manually and put the command to documentation. But I'd like to do it automatically.
Is there some way to set such dependencies?
You may take a look on helm chart dependencies with requirements.yaml
And as an example - Kafka helm chart with zookeeper dependency.