Replies: 1 comment
|
Hello, But this is not available with argocd image updater:v1.0.2. Consider updating to v1.1.1 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Kind : Question
Description
Hi Team, I am using ArgoCD Image Updater with ApplicationSet + Helm and 'write-back-method:git'
My Repository structure looks like this :
In my ApplicationSet, the Helm Chart is defined as:
For Image Updater, I configured:
Problem
When Image Updater performs a write-back, it creates or modifies:
'helm-chart/environments/dev/values.yaml'
instead of updating:
'environments/dev/values.yaml'
From the behavior, it seems that write-back-target is resolved relative to 'spec.source.path (helm-chart/)' instead of the repository root.
The commit and push succeed but the file path being updated is not the intended one.
According to the documentation, absolute paths (starting with /) should be resolved with respect to the repository root.
However, in my setup they appear to be resolved relative to
.spec.source.path.Questions
Image Updater logs show successful commit and push. However, the modified file path does not match the values file referenced in helm.valueFiles.
Version
argocd:v3.2.0
argocd image updater:v1.0.2
All reactions