Skip to content
Snippets Groups Projects

Change traefik API group

Merged Pablo Vigo Mas requested to merge wip/pvigo/change-traefik-api-group into collabora/production
  1. Mar 21, 2024
    • Pablo Vigo Mas's avatar
      Change traefik API group · fd0f8de4
      Pablo Vigo Mas authored and Pablo Vigo Mas's avatar Pablo Vigo Mas committed
      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
Loading