- 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>
23 lines
526 B
YAML
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 |