From 2e5c2040f00224a32347f193f1c50246858aa81f Mon Sep 17 00:00:00 2001 From: Maxence Adnot <contact@maxenceadnot.me> Date: Wed, 29 Jun 2022 18:25:27 +0200 Subject: [PATCH] Update Pyrra to 0.4.2 Pyrra 0.4.1 is crashing at start time and the fixed version is 0.4.2 so we should change the verison used See the issue in Pyrra repository: https://github.com/pyrra-dev/pyrra/issues/324 --- jsonnet/kube-prometheus/versions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonnet/kube-prometheus/versions.json b/jsonnet/kube-prometheus/versions.json index cc6dccd0..735679e7 100644 --- a/jsonnet/kube-prometheus/versions.json +++ b/jsonnet/kube-prometheus/versions.json @@ -9,5 +9,5 @@ "prometheusOperator": "0.57.0", "kubeRbacProxy": "0.12.0", "configmapReload": "0.5.0", - "pyrra": "0.4.1" + "pyrra": "0.4.2" } -- GitLab