-
Notifications
You must be signed in to change notification settings - Fork 340
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
Add helm directory to dependabot updates #7657
Comments
according to dependabot/dependabot-core#5738 - it should work with foo:
image:
repository: sql/sql
tag: 1.2.3
registry: docker.io or alternatively: foo:
image:
repository: sql/sql
version: 1.2.3 |
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. |
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. |
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. |
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. |
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. |
## Motivation Closes #7657 ## Implementation information Switch to `directories` and search recursively for any charts. Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
Description
We depend on a few 3rd party images (.e.g: #7656).
Dependabot supports updating versions in helm charts. It would be good to make sure this works for us.
A few things to check:
values.yaml
.The text was updated successfully, but these errors were encountered: