chainguard-dev / chainguard-dev/actions
digesta-bot: Support Helm Chart (separate image and tag fields)
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 173
- Forks
- 83
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 11
Description
Lots of helm charts have image: and tag: on separate lines. For example from SPIRE helm chart:
registry: cgr.dev
# -- The repository within the registry
repository: chainguard/bash
# -- Overrides the image tag
tag: latest@....
Would be great if digesta bot handled this layout.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the digesta-bot entry point and its existing Helm chart image parsing. Compare the parser with the separate registry, repository, and tag layout shown in the issue. Done means charts using separate image and tag fields are handled without regressing existing layouts, with the relevant test coverage updated.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, yaml
- Domain
- devops, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100