Skip to content

Bundled Charts ​

The operator drives upstream capability operators by installing their official Helm charts. Every chart is vendored as a standalone .tgz, embedded in the operator binary via go:embed, and installed as its own Helm release — never a subchart dependency. Because the charts are embedded, chart installs need no network access (only the images they reference are pulled from registries).

Chart matrix ​

Operator / workloadChartRelease nameNamespaceShips CRDsInstalled when
External Secretsexternal-secretsexternal-secretsexternal-secretsyesSecretsManagement.backend=eso
Sealed Secretssealed-secretssealed-secretssealed-secretsyesSecretsManagement.backend=sealedSecrets
CloudNativePGcloudnative-pgcloudnative-pgcnpg-systemyesPostgresCluster managed, type=cnpg
cert-managercert-managercert-managercert-manageryesObservability ingress TLS enabled (and as a prerequisite for some operators)
LiteLLM operatorlitellm-operatorlitellm-operatorlitellm-systemyesany Gateway (type: litellm, the default)
Wäg operatorwaeg-operatorwaeg-operatorwaeg-systemyesany Gateway with type: waeg
Langfuse operatorlangfuse-operatorlangfuse-operatorlangfuse-systemyesany Observability (type: langfuse)
Redis operatorredis-operatorredis-operatorredis-systemyesRedisInstance managed
ClickHouse operatorclickhouse-operator-helmclickhouse-operatorclickhouse-systemyesClickHouseCluster managed
MongoDB (MCK)mongodb-kubernetesmongodb-kubernetesmongodb-systemyesMongoCluster managed, type=mck
LibreChat (workload)librechatper-ChatUI (<cr-name>)the ChatUI namespacenoeach ChatUI
Meilisearch (workload)meilisearchper-MeilisearchInstance (<cr-name>)the MeilisearchInstance namespacenoMeilisearchInstance managed
Web search (workload, shared)palenanavique-mcp-palena (shared, ref-counted)navique-mcp-systemyescatalog-mode MCPServer (websearch, licensed)
PII pseudonymizer (guardrail engine, shared)pseudonymizernavique-guardrail-pseudonymizer (shared, ref-counted)navique-guardrail-systemyescatalog-mode Guardrail (pseudonymizer, licensed guardrail)

Two of these are workloads, not operators: librechat and meilisearch get one release per resource in that resource's namespace — they are not singletons and not provenance-shared.

Lazy installation ​

A capability operator chart is installed only when a resource needs it. If every datastore is external or adopt, none of the datastore operators are installed — only the operators the present workloads truly require. See Provenance & Lifecycle.

Versions ​

Each operator build pins specific chart versions. The pinned versions are recorded in the operator's chart manifest and surfaced in resource status for auditability. To move to newer bundled charts for the releases the operator owns, upgrade the operator. Upstream version bumps are driven by Renovate/Dependabot watching the source chart repositories.

Adopting instead of letting the operator install

If you already run any of these operators, the operator adopts your install and never manages its lifecycle. You stay on your version; the operator coexists. See Provenance & Lifecycle.

Upstream custom resource API groups ​

The resources the operator emits live in these upstream groups:

ComponentGroup / kinds
CloudNativePGpostgresql.cnpg.io/v1 — Cluster, Database
External Secretsexternal-secrets.io/v1 — SecretStore, ExternalSecret
Sealed Secretsbitnami.com/v1alpha1 — SealedSecret
LiteLLMlitellm.palena.ai/v1alpha1 — LiteLLMInstance, LiteLLMModel, …
Langfuselangfuse.palena.ai/v1alpha1 — LangfuseInstance, …
Redis (OT-Container-Kit)redis.redis.opstreelabs.in/v1beta2
MongoDB (MCK)MongoDBCommunity

Air-gapped installs ​

The charts are embedded, so no chart pulls are needed. Mirror the images those charts reference into your internal registry and supply image overrides. See Configuration.

Redistribution & licenses ​

The operator binary redistributes these third-party charts; each is OSS (Apache-2.0 / MIT) and permits redistribution. Attribution is kept in the operator's chart attribution file.

Open core under AGPL-3.0. Enterprise components are proprietary and license-gated.