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

Split image registry and repository from Helm chart #491

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

QuantumEnigmaa
Copy link

Currently, the image in sloth's deployment is set to {{ .Values.admissionController.image.repository }}:{{ .Values.admissionController.image.tag }} in the templates.

However, in some cases, one may need to change the registry name without changing the repository itself. This would be especially useful in cases where one has the same repository in multiple registries (GCR, GHCR, Harbor...) and has to use a specific registry for a chart deployed in a specific environment.

This PR's goal is thus to give the possibility to change the image's registry without having to modify the repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant