feat: ship Plinth substrate Helm chart v0.1.0 (walking skeleton)#1
Merged
Conversation
Umbrella chart that bootstraps a minimal Plinth substrate on Kubernetes.
Composes three upstream sub-charts at pinned minor versions:
- cnpg/cloudnative-pg @ 0.28.0 (Postgres operator + Cluster CR)
- cerbos/cerbos @ 0.52.1 (authorisation PDP)
- open-telemetry/opentelemetry-collector @ 0.153.0 (traces/metrics/logs)
The umbrella adds two Plinth-specific templates: a CloudNativePG Cluster
CR (bootstrapped database + owner role) and a `plinth-cerbos-policies`
ConfigMap with a default "items" resource policy mounted into the
Cerbos pod.
Profiles:
- dev (shipped): single node, no HA, low resource floors for
kind/minikube. helm install plinth . -f values/dev.values.yaml
brings up a working substrate.
- staging / prod: stub values files with comments describing the
intended shape; actual values land in subsequent chart versions.
CI: helm dependency build + helm lint + helm template (defaults +
dev profile) + smoke checks asserting the expected kinds (Cluster,
ConfigMap plinth-cerbos-policies, Deployment, CRDs) are rendered.
Roadmap (deferred, called out in README): Vault, Authentik, MinIO,
NATS, Redis, OpenSearch, SigNoz, Wazuh, Falco, Trivy, Kyverno,
Argo CD, Argo Rollouts, Backstage, kube-prometheus-stack. Plus
Talos cluster bootstrap and OCI publish to ghcr.io/plinth-dev/platform.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Walking-skeleton umbrella chart that bootstraps a minimal Plinth substrate on Kubernetes. Composes three upstream sub-charts at pinned minor versions:
cnpg/cloudnative-pg@0.28.0— Postgres operatorcerbos/cerbos@0.52.1— authorisation PDPopen-telemetry/opentelemetry-collector@0.153.0— traces/metrics/logsPlinth-specific glue (umbrella templates):
Profiles
Verified locally
CI
Roadmap (deferred, called out in README)
Vault HA, Authentik, MinIO, NATS, Redis Sentinel, OpenSearch, SigNoz, Wazuh, Falco, Trivy Operator, Kyverno, Argo CD, Argo Rollouts, Backstage, kube-prometheus-stack. Plus Talos cluster bootstrap and OCI publish to `oci://ghcr.io/plinth-dev/platform`.
Test plan
🤖 Generated with Claude Code