cozystack/packages/apps
Timofei Larkin d65d293fbc [kubernetes] Make worker version configurable
## What this PR does

The kubelet version of tenant k8s clusters is baked into the worker VM
image. Previously, selecting any version of tenant k8s had an impact
only on the controlplane, the workers were fixed at v1.33. This patch
modifies the KubeadmConfigTemplate to attempt to download the
user-selected versions of kubelet and kubeadm and replace the baked-in
versions with those. If failing, the bootstrap continues with the
baked-in versions.

### Release note

```release-note
[kubernetes] Make kubelet versions on tenant k8s clusters' worker nodes
user-configurable.
```

Signed-off-by: Timofei Larkin <lllamnyp@gmail.com>
2025-11-08 15:25:18 +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] Make worker version configurable 2025-11-08 15:25:18 +03:00
mysql [mariadb-operator] Add post-delete job to remove PVCs (#1553) 2025-10-30 23:21:48 +05:00
nats Use dig function to check for existing secret in NATS app template and prevent nil indexing 2025-11-05 18:12:23 -06: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 [virtual-machine] Revert per-vm network policies 2025-11-07 11:36:59 +01:00
virtual-machine [virtual-machine] Revert per-vm network policies 2025-11-07 11:36:59 +01:00
vm-disk [dx] JSDoc compatible syntax for values.yaml 2025-10-29 08:57:26 +05:00
vm-instance [virtual-machine] Revert per-vm network policies 2025-11-07 11:36:59 +01:00
vpc [vpc] Entry per subnet in the subnets configmap (#1600) 2025-11-05 14:38:23 +04: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