Sync collabora/production back into collabora/staging
- Mar 28, 2024
-
-
Sometimes it is necessary to run the service with additional arguments, for example to use opportunistic locking on the database to allow for for maintenance tasks via the CLI. Currently, the Helm Chart is not configured to allow the addition of new arguments. With this modification, it is now possible to add arguments to the aptly-api container from the values file using the `extraArgs` value. Signed-off-by: Pablo Vigo <pvigo@collabora.com>
-
- Mar 21, 2024
-
-
We need to deploy an instance of `aptly` in the `core` cluster, but there is an incompatibility on the CRDs API Group of Traefik. Currently, the Traefik Kubernetes CRDs API Group used in the Core cluster is older than what the latest `aptly helm chart` requires, so a modification of the `aptly Helm Chart` to make it compatible with the current CRD API version is required. The ultimate solution is to upgrade Traefik. However, since this upgrade involves a longer execution time, it has been decided to temporarily modify the Helm Chart to enable faster deployment while planning the upgrade.
fd0f8de4
-