Skip to content

chore: update grove template and grove

Boros Gábor requested to merge gabor/update-template into main

Description

This MR updates the groveoverride plugin to workaround a pymongo issues when we need to connect with mongodb+srv:// in the hostname, and update grove submodule.

The tr and awk commands' combination is properly formatting the CA cert from a one-liner string into a multiline format. CA cert format is a multiline format.

Test instructions

  1. Proofread the code
  2. Check that https://gitlab.com/opencraft/ops/grove-stage-digitalocean/-/jobs/2473980927 reaches Running init task: hooks/lms/init

The reason the pipeline did not succeed lies in MySQL 8 incompatibility issues which are currently under investigation. This MR is not dealing with that issue.

Merge request reports