Skip to content

Inherit/imply the default registry for a given Helm values.yaml, if one is present elsewhere? #30614

Discussion options

You must be logged in to vote

It looks like this can be done via packageRules:

module.exports = {
	packageRules: [
		{
			matchFileNames: [
				"values.yaml"
			],
			registryUrls: [
				"registry.k8s.io"
			]
		}
	]
}

I'd be interested to hear if there's an alternate way, but this works if not

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@viceice
Comment options

@viceice
Comment options

Answer selected by jamietanna
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants