Trouble configuring helm chart version upgrade #38494
Replies: 2 comments
-
|
Hi there, This issue or discussion is missing some logs, making it difficult or impossible to help you. Depending on which situation applies follow one, some or all of these instructions. No logs at allIf you haven't posted any log yet, we need you to find and copy/paste the log into the issue template. Finding logs on hosted appSelect me to read instructionsIf you use the Mend Renovate app (GitHub):
Finding logs when self-hostingSelect me to read instructionsRead the Renovate docs, troubleshooting, self-hosted to learn how to find the logs. Formatting your logsSelect me to read instructionsPlease put your logs in a If you feel the logs are too large to paste here, please use a service like GitHub Gist and paste the link here. Good luck, The Renovate team |
Beta Was this translation helpful? Give feedback.
-
|
I also got this error, starting a few days ago:
Turns out SealedSecrets has changed Helm chart repo: bitnami/sealed-secrets#1983 What helped me determine that was that I tried to build the manifests manually and got a similar error. That made me stop focusing on Renovate config as the culprit. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How are you running Renovate?
A Mend.io-hosted app
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
GitHub
Please tell us more about your question or problem
I'm trying to configure Renovate to monitor and create PR based on chart versions provided in Terraform value files.
I'm using CustomManager:Regex to achieve this. But Renovate cannot find the packages.
Here is my Renovate config :
Here is a snippet of my TF_VARS:
here is the error of Renovate in the PR :
Failed to look up helm package argo/argo-cdAm I missing something completely ?
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions