cozystack/packages/apps
Timofei Larkin 8b95db06ee [nats] Merge container spec, not podTemplate
## What this PR does

The NATS chart incorrectly used podTemplate+merge instead of
container+merge to add resource requests and limits to the NATS
container in the statefulset, but as a result it just completely wiped
out the default container spec. By moving the overrides under the
container key, the upstream chart now correctly merges the resource
requests, instead of overwriting the container spec.

### Release note

```release-note
[nats] Fix incorrect path to container resources in the NATS chart.
```

Signed-off-by: Timofei Larkin <lllamnyp@gmail.com>
2025-11-03 12:50:24 +03:00
..
bucket [cozystack-api] Implement TenantNamespace, TenantModules, TenantSecret and TenantSecretsTable resources 2025-09-24 18:27:54 +02:00
clickhouse [dx] JSDoc compatible syntax for values.yaml 2025-10-29 08:57:26 +05:00
ferretdb [dx] JSDoc compatible syntax for values.yaml 2025-10-29 08:57:26 +05:00
foundationdb [dx] JSDoc compatible syntax for values.yaml 2025-10-29 08:57:26 +05:00
http-cache [dx] JSDoc compatible syntax for values.yaml 2025-10-29 08:57:26 +05:00
kafka [dx] JSDoc compatible syntax for values.yaml 2025-10-29 08:57:26 +05:00
kubernetes [kubernetes] Use controlPlane.replicas field 2025-10-29 13:36:59 +03:00
mysql [mariadb-operator] Add post-delete job to remove PVCs (#1553) 2025-10-30 23:21:48 +05:00
nats [nats] Merge container spec, not podTemplate 2025-11-03 12:50:24 +03:00
postgres [dx] JSDoc compatible syntax for values.yaml 2025-10-29 08:57:26 +05:00
rabbitmq [dx] JSDoc compatible syntax for values.yaml 2025-10-29 08:57:26 +05:00
redis [dx] JSDoc compatible syntax for values.yaml 2025-10-29 08:57:26 +05:00
tcp-balancer [dx] JSDoc compatible syntax for values.yaml 2025-10-29 08:57:26 +05:00
tenant [apps] tenant: add vpcs to tenant roles 2025-10-31 17:48:36 +03:00
virtual-machine [apps] virtual-machine: add vpc support 2025-10-31 17:48:36 +03:00
vm-disk [dx] JSDoc compatible syntax for values.yaml 2025-10-29 08:57:26 +05:00
vm-instance [apps] vm-instance: add vpc support 2025-10-31 17:48:36 +03:00
vpc [apps] Add VPC app 2025-10-31 17:48:17 +03:00
vpn [dx] JSDoc compatible syntax for values.yaml 2025-10-29 08:57:26 +05:00
Makefile Allign timeouts for HelmReleases 2025-09-24 16:54:17 +02:00
README.md [clickhouse] add clickhouse keeper 2025-08-07 14:07:05 +03:00

How to test packages local

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