Hi! I'm curious why there is not a single repo URL for the Flink Kubernetes Operator Helm Chart, but multiples ones, one for each version. This forces users to add one repo for each version, like this (directly from the docs):
``` helm repo add flink-operator-repo https://downloads.apache.org/flink/flink-kubernetes-operator- <OPERATOR-VERSION>/ helm install flink-kubernetes-operator flink-operator-repo/flink-kubernetes-operator ``` This is weird and different from what I'm used to where you add the (version-less) repo once and then install whatever version you need from it...