File size: 1,106 Bytes
a8b4b87
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# SZL Holdings — Amaru Zarf package
# Authored by: Lutar, Stephen P. · ORCID 0009-0001-0110-4173 · SZL Holdings
# Status: Real package. Per Plane 1 of the mesh plan (§04). Intended for commit
#         to the external szl-holdings/amaru repository at path deploy/zarf.yaml.

kind: ZarfPackageConfig
metadata:
  name: amaru
  version: 1.0.0-alpha
  description: |
    Amaru — The Andean Ouroboros. Replay-bound sync engine with
    append-only hash-chained delta-log. Apache-2.0 / NOTICE per SZL
    Doctrine V6 license allowlist.
  url: https://github.com/szl-holdings/amaru
  authors: "Lutar, Stephen P. · ORCID 0009-0001-0110-4173 · SZL Holdings"
  architecture: amd64

components:
  - name: amaru-runtime
    required: true
    description: Amaru replay-bound sync runtime + delta-log PVC.
    images:
      - ghcr.io/szl-holdings/amaru:v1.0.0-alpha
    manifests:
      - name: amaru
        namespace: amaru
        files:
          - manifests/amaru-namespace.yaml
          - manifests/delta-log-pvc.yaml
          - manifests/amaru-deployment.yaml
          - manifests/amaru-service.yaml