@shepherdjerred/helm-types 1.4.0 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/chart-fetcher.ts +1 -1
package/package.json
CHANGED
package/src/chart-fetcher.ts
CHANGED
|
@@ -65,7 +65,7 @@ async function runCommand(command: string, args: string[]): Promise<string> {
|
|
|
65
65
|
/**
|
|
66
66
|
* Locate the directory `helm pull --untar` created. helm names it after the
|
|
67
67
|
* Chart.yaml `name`, which can differ from the OCI artifact path (e.g.
|
|
68
|
-
* `
|
|
68
|
+
* a chart at `foo/charts/foo` untars to `foo/`), so prefer the version-key fallback
|
|
69
69
|
* but fall back to scanning for the extracted Chart.yaml.
|
|
70
70
|
*/
|
|
71
71
|
async function resolveUntarredChartDir(
|