mirror of https://github.com/renovatebot/renovate
90 lines
2.2 KiB
Plaintext
90 lines
2.2 KiB
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`modules/manager/helmsman/extract extractPackageFile() extract deps 1`] = `
|
|
{
|
|
"deps": [
|
|
{
|
|
"currentValue": "19.0.3",
|
|
"datasource": "helm",
|
|
"depName": "kube-prometheus",
|
|
"packageName": "kube-prometheus-stack",
|
|
"registryUrls": [
|
|
"https://prometheus-community.github.io/helm-charts",
|
|
],
|
|
},
|
|
{
|
|
"currentValue": "2.6.0",
|
|
"datasource": "helm",
|
|
"depName": "loki",
|
|
"packageName": "loki",
|
|
"registryUrls": [
|
|
"https://grafana.github.io/helm-charts",
|
|
],
|
|
},
|
|
{
|
|
"currentValue": "0.7.7",
|
|
"datasource": "helm",
|
|
"depName": "tempo",
|
|
"packageName": "tempo",
|
|
"registryUrls": [
|
|
"https://grafana.github.io/helm-charts",
|
|
],
|
|
},
|
|
{
|
|
"currentValue": "0.6.0",
|
|
"datasource": "helm",
|
|
"depName": "otlp-collector",
|
|
"packageName": "opentelemetry-collector",
|
|
"registryUrls": [
|
|
"https://open-telemetry.github.io/opentelemetry-helm-charts",
|
|
],
|
|
},
|
|
{
|
|
"currentValue": "0.25.0",
|
|
"datasource": "helm",
|
|
"depName": "strimzi-operator",
|
|
"packageName": "strimzi-kafka-operator",
|
|
"registryUrls": [
|
|
"https://strimzi.io/charts/",
|
|
],
|
|
},
|
|
{
|
|
"currentValue": "6.4.0",
|
|
"datasource": "docker",
|
|
"depName": "podinfo",
|
|
"packageName": "ghcr.io/stefanprodan/charts/podinfo",
|
|
},
|
|
{
|
|
"datasource": "helm",
|
|
"depName": "strimzi-operator-missing-version",
|
|
"skipReason": "unspecified-version",
|
|
},
|
|
{
|
|
"currentValue": "2.6.0",
|
|
"datasource": "helm",
|
|
"depName": "loki-no-registry-ref",
|
|
"packageName": "loki",
|
|
"skipReason": "no-repository",
|
|
},
|
|
{
|
|
"currentValue": "0.7.7",
|
|
"datasource": "helm",
|
|
"depName": "tempo-no-registry-ref",
|
|
"skipReason": "invalid-url",
|
|
},
|
|
{
|
|
"currentValue": "19.0.3",
|
|
"datasource": "helm",
|
|
"depName": "kube-prometheus-no-lookup-name",
|
|
"skipReason": "invalid-name",
|
|
},
|
|
{
|
|
"currentValue": "0.6.0",
|
|
"datasource": "helm",
|
|
"depName": "otlp-collector-no-chart",
|
|
"skipReason": "invalid-url",
|
|
},
|
|
],
|
|
}
|
|
`;
|