Files
cozystack/packages/apps
Timofei Larkin f1624353ef Hash tenant config and store in configmap
Every tenant now creates a configmap in its __tenant__ namespace with a
sha256 of its values. Tenants (and eventually all other apps), watch the
configmap in their __release__ namespace, by referencing it in the
valuesFrom part of the HelmRelease. `tenant-root` is an exception, since
it is the only tenant where the release namespace is the same as the
tenant namespace. It references a different configmap in its valesFrom,
created and reconciled by the cozystack installer script. Part of #802.

Signed-off-by: Timofei Larkin <lllamnyp@gmail.com>
2025-04-22 18:57:18 +02:00
..
2024-10-10 12:12:25 +02:00
2025-04-03 14:27:23 +00:00
2025-04-03 14:27:23 +00:00
2025-04-11 10:07:16 +00:00
2025-03-20 14:59:47 +03:00
2025-04-03 14:27:23 +00:00
2025-03-13 17:03:00 +03:00
2025-04-03 14:27:23 +00:00
2025-03-13 18:22:40 +03:00
2025-03-13 17:03:00 +03:00
2025-03-20 14:59:47 +03:00
2025-04-10 10:07:43 +02:00
2025-04-10 10:07:43 +02:00
2025-03-20 14:59:47 +03:00

How to test packages local

cd packages/core/installer
make image-cozystack REGISTRY=YOUR_CUSTOM_REGISTRY
make apply
kubectl delete pod dashboard-redis-master-0 -n cozy-dashboard
kubectl delete po -l app=source-controller -n cozy-fluxcd