open-services-group / metrics

Metrics project repository.
Other
0 stars 5 forks source link

Add explicit version constraint on jinja2 #49

Closed chauhankaranraj closed 2 years ago

chauhankaranraj commented 2 years ago

The kubeflow pipeline created using the curretn project image on quay fails due to an issue with newer versions of jinja2. However if jinja2 is constrained to an older version, and an s2i image is created using this set of dependencies, then the same pipeline runs fine. This PR adds that constraint to this upstream repo.

chauhankaranraj commented 2 years ago

/cc @Shreyanand @hemajv

sesheta commented 2 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Shreyanand

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/open-services-group/metrics/blob/main/OWNERS)~~ [Shreyanand] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment