Skip to content

CI deploy update

Martin Fontanet requested to merge ci-deploy-update into develop

This PR fixes the k8s-deploy stage of the CI pipeline. The new version of the k8s-deploy stage deploys all the Custodian services in parallel using different Helm charts instead of using the global Custodian Helm chart (which does not exist anymore and will be restored in the future).

It also brings the following

  • update the Helm charts to fit the new versions of the PDP and CMS
  • fix the JWT signature method used by the PDP to use ECDSA instead of HMAC

Merge request reports