feat(get-images-from-files): add support for helm values #29
Reference in New Issue
Block a user
Delete Branch "feat-get-images-from-files-add-helm-values-support"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adding support for images inside of helm value files as per helm convention.
Limitation: Default images the chart may propose are not exposed and therefore not supported, only what's specifically mentioned in the values file.
The changes align with the PR title and description, adding Helmfile values support. The diff includes necessary test cases, updates to CI workflow, and README documentation. The awk script correctly handles repository/tag parsing with indentation logic. No obvious issues detected.
Well, not quite bro.
New commits pushed, approval review dismissed automatically according to repository settings
The PR aligns with the title and description by adding Helmfile values support. The diff includes necessary test cases, documentation updates, and code changes to extract images from Helm values. No obvious issues detected.