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

Possibility to use Git-versioned values with Helm applications #6094

Closed
andrei-dascalu opened this issue Apr 23, 2021 · 2 comments
Closed

Possibility to use Git-versioned values with Helm applications #6094

andrei-dascalu opened this issue Apr 23, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@andrei-dascalu
Copy link

Summary

At the moment it seems like deploying an application from a helm repository can't be combined with a values files taken from a Git repository. It would be good to be able to do so.

Motivation

At the moment a Helm application take off a Helm chart repository can get values either through a versioned Application spec (where values overrides are stored in Git - making it technically a Git application rather than helm) or setup through Argo UI. It would be good to be able to provide a Git repository to independently version the values (and allow write-back from the image updated - which needs a Git repo).

Proposal

Not entirely sure what would be a good approach in order to also play well with the image updater. Perhaps an option to provide a Git repository & path to specify the values file (at the moment you can specify the name of the file but the file itself is read from the Helm repository which are the defaults and any customised values must be provided as overrides).

@andrei-dascalu andrei-dascalu added the enhancement New feature or request label Apr 23, 2021
@chgl
Copy link
Contributor

chgl commented Apr 25, 2021

I think this is a duplicate of #5826

@blakepettersson
Copy link
Member

Resolved with #10432

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

No branches or pull requests

3 participants