Niels ten Boom
Niels ten Boom
This small PR removes a line from the docs that threw me off for a couple of hours today. What the docs state here is false unfortunately, therefore this PR...
**Describe the bug** There's a defaultrule that ensures that argo workflows only catches relevant errors ([code](https://github.com/datreeio/datree/blob/8915e9aacfd2f7e614382a7829ad9fccc53457e7/pkg/defaultRules/defaultRules.yaml#L1146-L1187)). It specifically says to set the following expression in the retryPolicy of Argo Workflows:...
**What this PR does / why we need it**: This PR implements two things: - The linting errors will now be aggregated in a list and returned at the end,...
Hey there, we deployed ClearML with agents running on our GPU machines and we love it, works really well! Currently there are only `:latest` images available on docker hub. https://hub.docker.com/r/allegroai/clearml-agent-services/tags...
Hi! This PR adds support to the chart for the new [Tempo metrics generator](https://grafana.com/blog/2022/05/02/new-in-grafana-tempo-1.4-introducing-the-metrics-generator/#:~:text=The%20metrics%20generator%20is%20a,that%20supports%20Prometheus%20remote%20write.) introduced in 1.4 relevant PR: https://github.com/grafana/tempo/pull/1282 relevant issue: https://github.com/grafana/tempo/issues/1303
Small PR that updates yamllint to a version that shows the line & column numbers in the github action. This was really needed for us to prevent having to run...
# Summary It would be nice if values that are set in the `templateDefaults` are also shown in the UI. Take the following example: ```yaml apiVersion: argoproj.io/v1alpha1 kind: Workflow metadata:...
Hey there! We've internally been experiencing issues with the following two issues: https://github.com/actions/runner-container-hooks/issues/103 https://github.com/actions/runner-container-hooks/issues/107 In this PR I attempted to tackle them both by; - Making sure the await from...
Hi there, Great job on this project. However I ran into a minor issue. I installed the project via the helm chart, however I'm seeing an empty page. I checked...