Add rstream operator - #590
Open
uartnet wants to merge 2 commits into
Open
Conversation
uartnet
force-pushed
the
codex/add-rstream-operator
branch
from
August 12, 2026 14:48
d98438f to
ea66c01
Compare
Author
|
Refreshed the submission to use the existing rstream-operator OCI chart v0.5.2. The chart metadata, Helm rendering with the submitted values, deployment script syntax, and ShellCheck validation pass locally. |
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.
BACKGROUND
Add rstream operator as a Kubernetes 1-Click App. The integration installs the existing upstream Helm chart directly from its public OCI package and does not copy or vendor the chart.
Changes
The submitted chart version passes anonymous OCI pull, Helm rendering with the submitted values, shell syntax, and ShellCheck validation. The deployment lifecycle was also tested on a clean local Kubernetes 1.36 cluster using the preceding chart version: deploy completed with the controller Ready, upgrade created a successful second Helm revision, and uninstall removed the release and namespace.
Checklist
Reviewer: @marketplace-eng