OCI repoURL for Helm charts in ArgoCD gets picked up as docker image updates #33143
Unanswered
p4block
asked this question in
Request Help
Replies: 1 comment 5 replies
-
Could you try to edit the above for more clarity? I'm not sure what you're asking. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How are you running Renovate?
Self-hosted Renovate
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
GitLab
Please tell us more about your question or problem
Bitnami deprecated https artifacts, so we moved to oci endpoints for the chart repos.
We have apps declared as Application custom resources from ArgoCD and those now create a dependency named "repoURL+chart"
Example with
influxdb-release.yaml
Now creates an MR to update
registry-1.docker.io/bitnamicharts/influxdb
and broke our custom rules on auto upgrading (that were targeting just "influxdb")This didn't happen before when
repoURL: "https://charts.bitnami.com/bitnami"
I have some ideas on how to fix it, but wonder what would be the correct solution to work around the problem. I think that some config:recommended rule was being at play but is no longer acting.
Logs (if relevant)
No response
Beta Was this translation helpful? Give feedback.
All reactions