freeleaps-ops/freeleaps-secret-operator/helm-pkg/secretOperator/Chart.yaml
zhenyus f1f48452a9 chore: remove deprecated Helm chart files for secret operator
- Deleted unused files including Chart.yaml, values.yaml, values.prod.yaml, and various templates related to the secret operator.
- This cleanup is part of the effort to streamline the Helm chart structure and remove obsolete configurations.

Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-08-18 12:42:43 +08:00

18 lines
405 B
YAML

apiVersion: v2
name: freeleaps-secret-operator
description: A Helm chart for Freeleaps Secret Operator
type: application
version: 0.1.0
appVersion: "0.1.0"
keywords:
- kubernetes
- operator
- secrets
maintainers:
- name: Freeleaps Team
email: support@freeleaps.com
annotations:
# This is important for CRD installation
"helm.sh/hook": pre-install,pre-upgrade
"helm.sh/hook-weight": "-5"