Kong / kong-operator

Kong Operator for Kubernetes and OpenShift
https://konghq.com
Apache License 2.0
58 stars 27 forks source link

process: Unify operator releases with chart releases #50

Closed mflendrich closed 2 years ago

mflendrich commented 3 years ago

Today, operator releases are tightly coupled with chart releases. Maintaining independent versioning schemes, release cadence, copying code over from the charts repo to this repo, writing changelogs - we could avoid this burden by integrating operator release process with chart release process. Possibly we should archive this repository and release the operator directly from the charts repository, as long as the operator is a Helm-based operator.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

mflendrich commented 2 years ago

Won't fix, per helm operator deprecation. We'll handle this differently with the golang operator that's on the roadmap.