The helm documentation for the flink kubernetes op...
# random
n
The helm documentation for the flink kubernetes operator says to do
<https://downloads.apache.org/flink/flink-kubernetes-operator-><VERSION>/
for the url of a
helm repo add
command. This seems to defeat the purpose of adding a more generic repo and being able to install the versioned chart you want using the
--version
command. Is there a repository somewhere that I can use like all other helm chart repositories? Otherwise, developers will have to change out this local configuration every time they want a different chart.
g
We don鈥檛 have a repo that contains different operator versions unfortunately. This is because each version is released independently and is contained in the appropriate release folder.
Technically we could maintain a separate helm repo to collect the supported versions but this would be slightly against the self contained nature of apache source releases.
But it should be doable 馃檪 Could you please open a JIRA ticket for this?