Browse Docs
Catalog
Config
Stacks
Operate
Docs

Timoni Redis 8.10.1

A repository document, rendered for the site. View source markdown.

Generated at: 2026-09-04T11:23:58.207Z UTC · source: committed helm-expt evidence for this rendered repository document.

This is the first Timoni source retained in the ConfigHub Workshop Catalog. It exists so a user can compare a typed Timoni module with the Helm Redis configurations already in the Catalog without pretending that the two sources have the same inputs or lifecycle.

What was selected

  • Module version: 8.10.1
  • Immutable module digest: sha256:7f24e8f7e49132c90789464dcf5b82eb137e378c97735eec36efbe0d1caeb872
  • Instance and namespace: redis
  • Values: the module defaults, recorded in selected-values.cue
  • Typed options and defaults: config-schema.cue

What it produced

The local, cluster-free build produced 7 Kubernetes objects: ConfigMap x1, Deployment x2, PersistentVolumeClaim x1, Service x2, ServiceAccount x1. The Redis image is pinned by digest. The default includes an 8 Gi persistent volume claim using the standard StorageClass, one read-only replica, health probes, and hardened pod and container security settings.

Read the exact YAML, object inventory, and generation receipt.

The same seven objects are also available in a public configuration OCI. An anonymous pull reproduced the exact object set. ConfigHub retains those objects in timoni-redis-8-10-1-base and links them into timoni-redis-8-10-1-dev without changing a Kubernetes field. The source and helper records remain on the base instead of being copied into every environment.

Compare local environments

The development values select one read-only replica; the production values select two. The separate local receipt binds both inputs and exact outputs to the same immutable module and Timoni client. Only Deployment redis-replica spec.replicas changes. Development reproduces the historical default YAML byte for byte. The production label is an example selection, not a support or availability guarantee. These new selections have not been published, retained in ConfigHub, admitted or deployed.

Run from the repository root with Timoni 0.33.0; these commands build YAML locally and do not apply it:

timoni -n redis build redis oci://ghcr.io/stefanprodan/modules/redis -v 8.10.1 -d sha256:7f24e8f7e49132c90789464dcf5b82eb137e378c97735eec36efbe0d1caeb872 -f examples/timoni/redis-8-10-1/environments/development.cue --mask-secrets > development.yaml
timoni -n redis build redis oci://ghcr.io/stefanprodan/modules/redis -v 8.10.1 -d sha256:7f24e8f7e49132c90789464dcf5b82eb137e378c97735eec36efbe0d1caeb872 -f examples/timoni/redis-8-10-1/environments/production.cue --mask-secrets > production.yaml

What plain YAML would miss

The source workflow applies the master objects first, waits for the master, and then applies the read-only replica. It can also run a Redis PING Job when tests are enabled. Those steps are not represented by the seven default Kubernetes objects alone. The lifecycle route intent keeps that work beside the objects, and the flattening verdict requires those routes if the objects are retained as literal configuration.

The selected destination must provide the redis namespace, Kubernetes 1.20 or newer, and a standard StorageClass. Route resolution and live execution have not been run for this entry.

Current status

This entry proves immutable source selection, local materialization, public OCI publication and anonymous pull, and exact ConfigHub retention as a base and linked development variant. It does not prove Kubernetes admission, lifecycle execution, workload health, upgrade, rollback, or GitOps delivery. The output labels say 0.0.0-devel; use the recorded source version and digest above as the source identity.

Generated from the committed markdown file examples/timoni/redis-8-10-1/README.md. The source file is the authoritative version.