cozystack/packages
IvanHunters 6b2425fd25 fix(tenant): add atomic install for etcd HelmRelease
Without atomic: true, Helm install can mark the release as deployed
even if some resources (like DataStore) fail to create. This leads to
silent failures where etcd StatefulSet is running but DataStore CR
is missing, preventing any Kubernetes cluster creation in the tenant.

With atomic: true, Helm will fail the install if any resource fails
to create, triggering proper retry via install.remediation.retries.

Fixes partial resource creation issue described in #2412.

Signed-off-by: IvanHunters <xorokhotnikov@gmail.com>
2026-04-24 23:18:43 +03:00
..
apps fix(tenant): add atomic install for etcd HelmRelease 2026-04-24 23:18:43 +03:00
core Prepare release v1.3.0 2026-04-22 07:28:09 +00:00
extra Prepare release v1.3.0 2026-04-22 07:28:09 +00:00
library [cozy-lib] Add a hexToInt helper 2026-03-19 07:29:50 +03:00
system fix(kamaji): increase memory limits and add startup probe (#2421) 2026-04-24 23:11:53 +03:00
tests/cozy-lib-tests refactor: replace Helm lookup with valuesFrom mechanism 2026-01-05 16:10:55 +01:00