in src/manifest.ts [26:37]
name: GetImageName(image),
fullImage: image,
};
});
manifestPaths.forEach((manifestPath: string) => {
core.debug(`Loading manifest ${manifestPath}`);
const contents = fs.readFileSync(manifestPath).toString();
const manifestObjs: any[] = k8s.loadAllYaml(contents);
// swap images
const swapImagesFn = (key: string, value: string) => {