feat(consolidate): fold the ClickStack operator charts in (6 charts, → observability) - #36
Merged
Merged
Conversation
… (6 charts) Consolidates krateo-platformops/clickstack-operators-chart into this repo so all six observability blueprints ship from one place (this repo is being renamed to `observability`). Adds two composition-wrapper charts (verbatim, unchanged versions): - charts/clickhouse-operator (0.1.0, wraps Altinity clickhouse-operator 0.0.5) - charts/mongodb-operator (0.1.0, wraps the MongoDB community-operator 0.13.0) plus their examples (composition-registration, standalone-operators). The org-reusable release-oci discovers charts/* dynamically and publishes each at its own fixed version, so the two operators keep publishing at 0.1.0 from their new home; vendored upstream subcharts are rebuilt from Chart.lock at release time (gitignored, as with the existing charts). Docs updated from "four charts" to six across the bundle (index/overview/configuration/ usage/api/release/examples/llms.txt/log), integrating the operator content from the retired repo's doc set; core doc file set, frontmatter types and relative links unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LJsLqtryCgWwEt8FnPE1se
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.
Part of consolidating the two ClickStack blueprint repos into one. This folds
krateo-platformops/clickstack-operators-chartinto this repo so all six observability blueprints ship from one place; this repo will then be renamed toobservabilityand clickstack-operators-chart retired.What's added
charts/clickhouse-operator(0.1.0 — wraps Altinity clickhouse-operator 0.0.5)charts/mongodb-operator(0.1.0 — wraps the MongoDB community-operator 0.13.0)examples/composition-registration,examples/standalone-operatorsWhy it's safe
release-ocidiscoverscharts/*dynamically and publishes each chart at its own fixed version — so the two operators keep publishing at 0.1.0 from their new home; the existing four charts are untouched.Chart.lockat release time (gitignored, same as the existing charts). Both operator chartshelm lintclean in the new location.Follow-up (separate steps, after this merges + a release verifies all 6 publish)
clickstack-chart→observability(chart names, installer pins, image refs are all independent of the repo name — verified).clickstack-operators-chart(0 open PRs) once its operators publish from here.🤖 Generated with Claude Code