26 lines
1.1 KiB
Plaintext
26 lines
1.1 KiB
Plaintext
Agentic OS Helm / manifest pins (update together when bumping).
|
|
Last reviewed: 2026-05-10
|
|
|
|
Git remote (Argo CD source):
|
|
http://192.168.8.248:3000/deepkoluguri/agentic-os.git
|
|
Optional Argo repo Secret (HTTP / insecure): platform/bootstrap/argocd-gitea-repo-secret.example.yaml
|
|
|
|
Argo CD bootstrap (one-time kustomize remote resource):
|
|
argoproj/argo-cd v3.4.1 manifests/install.yaml
|
|
File: platform/bootstrap/initial-argocd/kustomization.yaml
|
|
|
|
Argo CD Applications (Helm charts):
|
|
jetstack/cert-manager v1.20.2 app-cert-manager.yaml
|
|
external-secrets/external-secrets 0.14.4 app-external-secrets.yaml
|
|
cloudnative-pg/cloudnative-pg 0.24.0 app-cnpg-operator.yaml
|
|
temporal/temporal 0.55.0 app-temporal.yaml (1.x chart needs values rewrite before bump)
|
|
prometheus-community/kube-prometheus-stack 84.4.0 app-kube-prometheus.yaml
|
|
|
|
Verify locally (no cluster required):
|
|
pwsh -File scripts/verify-kustomize.ps1
|
|
Optional remote bootstrap check (fetches Argo install.yaml):
|
|
pwsh -File scripts/verify-kustomize.ps1 -IncludeRemoteArgoCD
|
|
|
|
Helm chart diff (requires helm + repos):
|
|
helm template ...
|