fix: kube_prometheus missing new field repo in HelmChartScore

This commit is contained in:
Jean-Gabriel Gill-Couture 2025-05-06 13:57:58 -04:00
parent 4a9b95acad
commit 94f6cc6942

View File

@ -45,5 +45,6 @@ additionalPrometheusRulesMap:
values_yaml: Some(values.to_string()),
create_namespace: true,
install_only: true,
repository: None,
}
}