feat(k8s): package the operator as a helm chart#343
Merged
Conversation
fpacifici
requested changes
Jul 10, 2026
fpacifici
left a comment
Collaborator
There was a problem hiding this comment.
Please see my comments in line
gi0baro
reviewed
Jul 10, 2026
gi0baro
left a comment
Member
There was a problem hiding this comment.
A few things:
- on the release process, there's already a chart release action (https://github.com/helm/chart-releaser-action), I would use that instead of re-inventing the wheel/process (example usage: https://github.com/gi0baro/tfstater/blob/master/.github/workflows/helm.yml)
- I'd suggest to keep helpers as generic as possible (you can take a look at our internal relay chart for inspiration (https://github.com/getsentry/ops/tree/master/k8s/helm_services/relay/chart)
- I'd go fully-dynamic in the deployment: everything comes from values but securityContext, I'd treat it the same way of everything else
Also, see my individual comments under @fpacifici ones
Add a Kopf-based operator that reconciles StreamingConsumer CRs into Deployments, using the shared consumer_builder logic.
bmcquilkin-sentry
force-pushed
the
bmcquilkin/operator/build
branch
from
July 13, 2026 14:34
62087ab to
4962ad2
Compare
bmcquilkin-sentry
force-pushed
the
bmcquilkin/operator/helm
branch
from
July 13, 2026 14:49
e79219a to
68267a1
Compare
fpacifici
reviewed
Jul 15, 2026
fpacifici
approved these changes
Jul 16, 2026
fpacifici
left a comment
Collaborator
There was a problem hiding this comment.
Please address the comments and explain the server side apply before merging.
Add a Kopf-based operator that reconciles StreamingConsumer CRs into Deployments, using the shared consumer_builder logic.
…ry/streams into bmcquilkin/operator/helm
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
There are 2 total unresolved issues (including 1 from previous review).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit de53f2c. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Packages the operator as a Helm chart which includes the operator image and CRD for consumers.