cozystack/packages/apps
Timofei Larkin 523d8ea638
[vpc] Give predictable name to subnet configmap (#1590)
## What this PR does

The new VPC feature creates a configmap, containing the list of subnets
under the VPC. However, the configmap has the VPC ID in its name, rather
than the name of the VPC, making it harder to target inside the
dashboard, as the helper functions from Helm (e.g. sha256sum) may not be
available in the dashboard's custom resources. This patch renames the
configmap to use the VPC's name.

### Release note

```release-note
[vpc] Change the subnet configmap name to a human-friendly value
(matching the VPC name), instead of being derived via a sha256sum,
making it easier to reference in the dashboard.
```
2025-11-04 20:27:57 +04: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] Terser checks using with 2025-11-04 18:22:47 +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 revert redis values and static image in the chart 2025-11-04 11:32:18 +03:00
tcp-balancer [dx] JSDoc compatible syntax for values.yaml 2025-10-29 08:57:26 +05:00
tenant [tenant] Allow listing workloads 2025-11-03 11:56:00 +01: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 [vpc] Give predictable name to subnet configmap 2025-11-04 18:54:48 +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