feat(manager/helmfile): allow forward slashes in OCI chart names #69406
Annotations
2 errors and 1 warning
Unit tests:
lib/modules/manager/helmfile/extract.spec.ts#L383
expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
@@ -2,10 +2,10 @@
"datasource": "helm",
"deps": Array [
Object {
"currentValue": "1.2.3",
"datasource": "docker",
- "depName": "path/chart",
+ "depName": "chart",
"packageName": "ghcr.io/example/nested/path/chart",
},
],
}
at Object.<anonymous> (lib/modules/manager/helmfile/extract.spec.ts:383:22)
|
Unit tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading