Files
GitOps/kargo-projects/orchestration-stack/orch-warehouse.yaml
T
Janis 20d8146e8c feat: add comprehensive documentation and deployment scripts
- Created new documentation files including TROUBLESHOOTING.md, CONFIGURATION.md, and CONTRIBUTING.md.
- Added deployment guide with automated and manual instructions.
- Introduced new YAML configurations for Kubernetes resources and Helm charts.
- Implemented a deployment script for setting up the GitOps infrastructure.
2026-04-16 19:07:08 +02:00

36 lines
737 B
YAML

apiVersion: kargo.akuity.io/v1alpha1
kind: Warehouse
metadata:
name: kargo
spec:
subscriptions:
- chart:
repoURL: oci://ghcr.io/akuity/kargo-charts/kargo
semverConstraint: ^1.8.1
interval: "15m0s"
---
apiVersion: kargo.akuity.io/v1alpha1
kind: Warehouse
metadata:
name: argo-rollouts
spec:
subscriptions:
- chart:
repoURL: https://argoproj.github.io/argo-helm
name: argo-rollouts
semverConstraint: ^2.40.5
interval: "15m0s"
---
apiVersion: kargo.akuity.io/v1alpha1
kind: Warehouse
metadata:
name: cert-manager
spec:
subscriptions:
- chart:
repoURL: https://charts.jetstack.io
name: cert-manager
semverConstraint: ^1.19.1
interval: "15m0s"
---