knative / operator

Combined operator for Knative.
Apache License 2.0
187 stars 99 forks source link

Publishing the helm chart to a repo #1881

Open aqeelat opened 1 month ago

aqeelat commented 1 month ago

Since the operator already packages a helm chart and includes it in the releases, why not also publish it to a helm repo? it could even be a github page.

Why? Because this will allow users to use flux/argocd to target newer versions of the chart based on semver constraints.

kromanow94 commented 1 week ago

Seems like a duplicate of https://github.com/knative/operator/issues/1851