Skip to content

Helm Chart dependencies from OCI registries are not looked up #23499

Discussion options

You must be logged in to vote

Finally got it working, pasting my config here for reference:

{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": [
    "config:base"
  ],
  "labels": [
    "dependencies"
  ],
  "prConcurrentLimit": 0,
  "hostRules": [
    {
      "hostType": "docker",
      "matchHost": "ghcr.io",
      "username": "<user>",
      "encrypted": {
        "password": "<encrypted for org where github app is running and for org where charts reside>"
      }
    }
  ],
  "regexManagers": [
    {
      "fileMatch": [
        "tasks\/.*\\.y[a]?ml$"
      ],
      "matchStrings": [
        "chart_ref:\\s*oci:\/\/(?<registryUrl>.*)[\/](?<depName>.*)\\s*chart_version:\\s*(?<currentVal…

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
9 replies
@karl-johan-grahn
Comment options

@karl-johan-grahn
Comment options

@karl-johan-grahn
Comment options

@viceice
Comment options

@karl-johan-grahn
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by karl-johan-grahn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants