helmfile: OCI chart refs with @sha256: digest are skipped as unsupported-chart-type #45054
Unanswered
ribbybibby
asked this question in
Request Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
How are you running Renovate?
Self-hosted Renovate CLI
Which platform you running Renovate on?
GitHub.com
Which version of Renovate are you using?
44.11.1
Please tell us more about your question or problem
Minimal reproduction: https://github.com/ribbybibby/renovate-helmfile-oci-digest-repro
The
helmfilemanager marks any release whosechart:URL includes an inline@sha256:...digest asunsupported-chart-typeand drops the dep entirely.Example
helmfile.yaml:Renovate extraction:
{ "depName": "ghcr.io/grafana/helm-charts/grafana@sha256:3d75dc31…", "currentValue": "10.5.15", "datasource": "docker", "packageName": "ghcr.io/grafana/helm-charts/grafana@sha256:3d75dc31…", "skipReason": "unsupported-chart-type" }I would expect it to split the digest into
currentDigest, exclude it frompackageNameand propose an update to both theversionand thedigestportion of thechart.Logs (if relevant)
Logs
All reactions