https://github.com/jbouter/argocd-renovate-reproduction
Reproduction repo for ArgoCD and Renovate
https://github.com/jbouter/argocd-renovate-reproduction
Last synced: 4 months ago
JSON representation
Reproduction repo for ArgoCD and Renovate
- Host: GitHub
- URL: https://github.com/jbouter/argocd-renovate-reproduction
- Owner: jbouter
- Created: 2024-09-20T10:15:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-07T17:52:36.000Z (over 1 year ago)
- Last Synced: 2026-02-01T09:51:33.387Z (5 months ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# argocd-renovate-reproduction
First, read the [Renovate minimal reproduction instructions](https://github.com/renovatebot/renovate/blob/main/docs/development/minimal-reproductions.md).
## Current behavior
The Renovate runner seems to match the values files correctly, but the regex doesn't match with the contents of the `values.yaml` and `values.test.yaml` files.
## Expected behavior
Renovate should detect the lines underneath `chart:`, being the `name` of the helm chart, the `repo` where the chart can be found, and the `version` of the currently installed version
## Link to the Renovate issue or Discussion
This issue is discussed [renovate/30683](https://github.com/renovatebot/renovate/discussions/30683)