freeleaps-ops/freeleaps-devops-reconciler/helm-pkg/reconciler/Chart.yaml
zhenyus eae6ba99e2 refactor(devsvc): restructure reconciler Helm chart and remove deprecated files
- Deleted Jenkinsfile as CI/CD configuration is now handled differently.
- Updated Chart.yaml to reflect new service name and versioning.
- Enhanced values.yaml and values.alpha.yaml with comprehensive operator configuration and environment settings.
- Removed obsolete templates for deployment, service, ingress, and monitoring.
- Streamlined configuration for RabbitMQ, Jenkins, and ArgoCD integration.

Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-07-31 23:21:24 +08:00

23 lines
526 B
YAML

apiVersion: v2
name: freeleaps-devops-reconciler
description: A Kubernetes operator that automates and orchestrates DevOps workflows
type: application
version: 0.1.0
appVersion: "0.1.0"
home: https://freeleaps.com
sources:
- https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-devops-reconciler
maintainers:
- name: Freeleaps DevOps Team
email: devops@freeleaps.com
keywords:
- kubernetes
- operator
- devops
- jenkins
- argocd
- gitops
- ci-cd
annotations:
category: DevOps
licenses: Apache-2.0