docs(profile): update chart count#13
Merged
Merged
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR updates profile/README.md to reflect an increased chart count, changing references from 87 to 89 Helm charts in both the introductory statement and the Project Signals table. ChangesREADME Metric Update
Estimated code review effort: 1 (Trivial) | ~2 minutes PoemA rabbit hopped by, counting charts with delight, ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
This was referenced Jul 7, 2026
mberlofa
added a commit
to helmforgedev/site
that referenced
this pull request
Jul 7, 2026
## Summary - Adds Matomo and ClickHouse chart documentation pages. - Adds catalog, navigation, and playground entries for both charts. - Adds Matomo and ClickHouse icons. - Normalizes existing chart icons that were blocking the HelmForge icon audit. ## Validation - npm run format:check - npm run lint - npm run build - make site-sync-check CHART=matomo - make site-sync-check CHART=clickhouse - make org-check Companion charts PR: helmforgedev/charts#706. Companion profile PR: helmforgedev/.github#13. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added support for two new charts: **ClickHouse** and **Matomo**. * Expanded the playground with setup options for both charts. * Updated navigation so both charts appear in the appropriate categories. * **Documentation** * Added detailed documentation pages for **ClickHouse** and **Matomo**, including installation, configuration examples, troubleshooting, and values references. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
mberlofa
added a commit
to helmforgedev/charts
that referenced
this pull request
Jul 7, 2026
## Summary - Adds a production-ready Matomo chart using the official `docker.io/library/matomo:5.11.2-apache` image. - Adds a production-safe standalone ClickHouse chart using the official `docker.io/clickhouse/clickhouse-server:25.8.28.1` image. - Includes values schemas, README/DESIGN/docs, examples, CI values, helm-unittest coverage, External Secrets, NetworkPolicy, dual-stack, ServiceMonitor where applicable, and operational guardrails. ## Issues Resolves #654. Resolves #705. ## Companion PRs - Site PR: helmforgedev/site#368 - Org profile PR: helmforgedev/.github#13 ## Validation Chart image verification: - `make image-verify IMAGE=docker.io/library/matomo:5.11.2-apache` - `make image-verify IMAGE=docker.io/clickhouse/clickhouse-server:25.8.28.1` Matomo: - `make validate-chart CHART=matomo` -> `matomo: FULLY VALIDATED (18 layers)` - Includes k3d behavioral validation for default, default-values, dual-stack, external-db, external-secrets, gateway-api, ingress, network-policy, and production scenarios. - Kubescape Security Scan: MITRE + NSA + SOC2 score 84.78%, 0 critical failed resources. ClickHouse: - `make validate-chart CHART=clickhouse` -> `clickhouse: FULLY VALIDATED (18 layers)` - Includes k3d behavioral validation for default, auth, default-values, dual-stack, ephemeral, external-secrets, metrics, network-policy, and production scenarios. - Kubescape Security Scan: MITRE + NSA + SOC2 score 89.39%, 0 critical failed resources. Repository gates: - `make preflight` - `make standards-check CHART=matomo` - `make standards-check CHART=clickhouse` - `node scripts/charts/template-standards-check.js --chart matomo` - `node scripts/charts/template-standards-check.js --chart clickhouse` - `make deps-check CHART=matomo` - `make deps-check CHART=clickhouse` - Markdown lint for new chart docs - `make site-sync-check CHART=matomo` - `make site-sync-check CHART=clickhouse` - `make org-check` ## Notes ClickHouse intentionally blocks `replicaCount > 1`; replicated or sharded deployments should use ClickHouse Operator or Altinity operator workflows. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added two new Helm charts: **ClickHouse** and **Matomo**, with standalone defaults, health/connection test hooks, and ready-to-use examples. * Included persistence, optional **ServiceMonitor** metrics, **NetworkPolicy** support, and **External Secrets**-based credential provisioning (plus MySQL/external DB + archiver support for Matomo). * **Documentation** * Added production, observability/metrics, external secrets, and networking guides, plus values schema validation for both charts. * **Tests** * Added Helm/unit rendering tests for metrics, network policies, secrets, PodDisruptionBudget behavior, connection checks, validation failures, and archiver security/behavior. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: MergeCheck <mergecheck@example.invalid>
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.
Summary
Validation
Companion charts PR: helmforgedev/charts#706.
Companion site PR: helmforgedev/site#368.
Summary by CodeRabbit