Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to look up helm package helm #32568

Closed
zhizhi10 opened this issue Nov 16, 2024 · 1 comment
Closed

Failed to look up helm package helm #32568

zhizhi10 opened this issue Nov 16, 2024 · 1 comment
Labels
needs-discussion Issue requires a GitHub Discussion first priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others

Comments

@zhizhi10
Copy link

Describe the proposed change(s).

When I set up customManagers to update my helm version, I get the error Failed to look up helm package helm
Below is my json Settings

    "customManagers": [
     {
      "customType": "regex",
      "fileMatch": ["Makefile.variables"],
      "matchStrings": ["kubernetes_version\\s*=\\s*(?<currentValue>\\S+)"],
      "depNameTemplate": "kubernetes",
      "versioningTemplate": "semver-coerced",
      "datasourceTemplate": "custom.kubernetes"
     },
     {
      "customType": "regex",
      "fileMatch": ["Makefile.variables"],
      "matchStrings": ["helm_version\\s*=\\s*(?<currentValue>\\S+)"],
      "depNameTemplate": "helm",
      "versioningTemplate": "semver",
      "datasourceTemplate": "helm"
     }
     ]

Below is get error


         "deps": [
               {
                 "depName": "kubernetes",
                 "currentValue": "1.31.2",
                 "datasource": "custom.kubernetes",
                 "versioning": "semver-coerced",
                 "replaceString": "kubernetes_version = 1.31.2",
                 "updates": [],
                 "packageName": "kubernetes",
                 "warnings": [],
                 "currentVersion": "1.31.2",
                 "fixedVersion": "1.31.2"
               }
             ],
             "matchStrings": ["kubernetes_version\\s*=\\s*(?<currentValue>\\S+)"],
             "depNameTemplate": "kubernetes",
             "datasourceTemplate": "custom.kubernetes",
             "versioningTemplate": "semver",
             "packageFile": "Makefile.variables"
           },
           {
             "deps": [
               {
                 "depName": "helm",
                 "currentValue": "2.16.2",
                 "datasource": "helm",
                 "versioning": "semver",
                 "replaceString": "helm_version = 2.16.2",
                 "updates": [],
                 "packageName": "helm",
                 "warnings": [
                   {"topic": "helm", "message": "Failed to look up helm package helm"}
                 ]
               }
             ],
             "matchStrings": ["helm_version\\s*=\\s*(?<currentValue>\\S+)"],
             "depNameTemplate": "helm",
             "datasourceTemplate": "helm",
             "versioningTemplate": "semver",
             "packageFile": "Makefile.variables"
           },

@zhizhi10 zhizhi10 added needs-discussion Issue requires a GitHub Discussion first priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others labels Nov 16, 2024
Copy link
Contributor

Please create a GitHub Discussion instead of this issue.

Issues in this repository are for creation by Maintainers only - please create a GitHub Discussion instead. If needed, a Renovate maintainer will create an Issue after your Discussion been triaged and confirmed.

This Issue will now be closed and locked. We may later batch-delete this issue. This way we keep Issues actionable, and free of duplicates or wrong bug reports.

Thanks, the Renovate team

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-discussion Issue requires a GitHub Discussion first priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others
Projects
None yet
Development

No branches or pull requests

1 participant