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 and tag into different values in the helm chart #56

Open
ajchiarello opened this issue Apr 12, 2024 · 0 comments
Open

Split image and tag into different values in the helm chart #56

ajchiarello opened this issue Apr 12, 2024 · 0 comments

Comments

@ajchiarello
Copy link

To make it simpler to use a local image repository for the images in the helm chart, please split the image values into separate image and tag values. For example, where there is currently

controller:
  externalAttacher:
    image: registry.k8s.io/sig-storage/csi-attacher:v4.4.0

there would be

controller:
  externalAttacher:
    image: registry.k8s.io/sig-storage/csi-attacher
    tag: v4.4.0

This would allow the image to be redirected to a different repo without having to override the tag as well.

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

No branches or pull requests

1 participant