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

values.yaml support in write back target #934

Open
MenD32 opened this issue Nov 12, 2024 · 1 comment
Open

values.yaml support in write back target #934

MenD32 opened this issue Nov 12, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@MenD32
Copy link

MenD32 commented Nov 12, 2024

Is your feature request related to a problem? Please describe.
I want the write back to apply as if it were a helm values file

Describe the solution you'd like
much like argocd-image-updater.argoproj.io/write-back-target: kustomization I'd like to have argocd-image-updater.argoproj.io/write-back-target: helm so that the file that would be created would be in the format of values.yaml

Describe alternatives you've considered
I haven't found any alternative to that

Additional context
None

@MenD32 MenD32 added the enhancement New feature or request label Nov 12, 2024
@chengfang
Copy link
Collaborator

chengfang commented Nov 12, 2024

I think this is already supported. See https://argocd-image-updater.readthedocs.io/en/latest/basics/update-methods/#git-write-back-target

argocd-image-updater.argoproj.io/write-back-method: git  # all git options are supported
argocd-image-updater.argoproj.io/write-back-target: helmvalues

Also see the sample app https://github.com/chengfang/image-updater-examples/tree/main/write-helmvalues

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

2 participants