Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aurekai

aurekai-helm · v0.8.0-alpha.5

Official Helm chart for Aurekai — CRDs for all Akai resource types, lifecycle hooks, and operator deployment.

CRDs

CRD Kind Short Description
akaipipelineruns.aurekai.io AkaiPipelineRun apr Run any Akai operator as a K8s resource
akaiproofs.aurekai.io AkaiProof apf Cryptographic proof record
akaimodelmemories.aurekai.io AkaiModelMemory amm FPQ+SAE model memory build pipeline
akaireleasegates.aurekai.io AkaiReleaseGate arg Release gate evaluation resource

Helm Hooks

Hook Phase Purpose
pre-install-doctor pre-install, pre-upgrade Run akai doctor --deep before deployment
post-install-proof post-install, post-upgrade Verify manifest + export proof bundle after deployment

Install

helm install aurekai ./charts/aurekai \
  --set akai.image=ghcr.io/aurekai/akai:0.8.0-alpha.5 \
  --namespace aurekai --create-namespace

Example AkaiPipelineRun

apiVersion: aurekai.io/v1alpha1
kind: AkaiPipelineRun
metadata:
  name: brief-run-001
spec:
  operator: "brief generate"
  args: ["--artifact", "art-abc123"]
  proofRequired: true
  timeout: 300

Aurekai integration surface for Helm.

Status: active Type: infra

Core Template Set

  • doctor-deep
  • manifest-verify
  • model-memory-pack
  • sae-audit
  • semantic-cache-bench
  • proof-bundle-export
  • release-gate

Canonical References

About

Helm chart templates and release examples for Aurekai

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages