cozystack/cmd
Andrei Kvapil 2e61810547
refactor: replace Helm lookup with valuesFrom mechanism
Replace Helm lookup functions with FluxCD valuesFrom mechanism for
reading cluster and namespace configuration.

Changes:
- Create Secret cozystack-values in each namespace with values.yaml key
  containing _cluster and _namespace configuration as nested YAML
- Configure HelmReleases to read from this Secret via valuesFrom
  (valuesKey defaults to values.yaml, so it can be omitted)
- Update cozy-lib helpers to access config via .Values._cluster
- Add default values for required _cluster keys to ensure all fields exist
- Update Go code (cozystack-api and helm reconciler) to use new format

This eliminates the need for Helm lookup functions while maintaining
the same configuration interface for charts.

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2026-01-05 16:10:55 +01:00
..
backup-controller [backups] Build and deploy backup controller 2025-12-07 14:36:04 +03:00
backupstrategy-controller [backups] Scaffold a Velero strategy 2025-12-26 10:14:29 +03:00
cozypkg [cozypkg] Add tool for managing Package and PackageSources 2025-12-25 15:47:10 +01:00
cozystack-api [cozystack-api] Implement TenantNamespace, TenantModules, TenantSecret and TenantSecretsTable resources 2025-09-24 18:27:54 +02:00
cozystack-assets-server Replace darkhttpd with cozystack-assets-server (#596) 2025-01-27 13:57:33 +01:00
cozystack-controller refactor: replace Helm lookup with valuesFrom mechanism 2026-01-05 16:10:55 +01:00
cozystack-operator [cozystack-operator] Add Package and PackageSource reconcilers 2025-12-30 11:55:21 +01:00
kubeovn-plunger [kubeovn] Implement the KubeOVN plunger 2025-09-11 02:11:58 +03:00
lineage-controller-webhook [lineage] Separate webhook from cozy controller 2025-10-14 10:50:28 +03:00