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

DTSPO-12024 - Automate helm dependency updates #94

Closed
wants to merge 3 commits into from

Conversation

endakelly
Copy link
Contributor

JIRA link (if applicable)

https://tools.hmcts.net/jira/browse/DTSPO-12024

Change description

Update renovate.json to enable automated updates of helm dependencies

Does this PR introduce a breaking change? (check one with "x")

[ ] Yes
[x] No

@endakelly endakelly requested a review from a team as a code owner January 20, 2023 13:23
@endakelly endakelly requested review from madjava, a team, louisehuyton and DJ-Khaled and removed request for a team January 20, 2023 13:23
@@ -1,5 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", ":dependencyDashboard"],
"labels": ["dependencies"]
"labels": ["dependencies"],
"commitMessageTopic": "helm chart {{depName}}",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why? this does more than helm?

"labels": ["dependencies"],
"commitMessageTopic": "helm chart {{depName}}",
"helmv3": {
"fileMatch": ["(^|/)Chart\\.yaml$"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should already be the default?

@timja
Copy link
Contributor

timja commented Jan 20, 2023

Also see:
#61

image

@timja
Copy link
Contributor

timja commented Jan 20, 2023

and #90

@endakelly
Copy link
Contributor Author

Ah, didn't realise that already covered it. I was going to test this here and then roll out wider. I will get some info on our repos to make sure there aren't any with chart dependencies that are missing this - should solve my story.

@endakelly endakelly closed this Jan 20, 2023
@endakelly endakelly deleted the DTSPO-12024/helm-dependencies branch January 20, 2023 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants