File tree Expand file tree Collapse file tree 2 files changed +3
-20
lines changed Expand file tree Collapse file tree 2 files changed +3
-20
lines changed Original file line number Diff line number Diff line change @@ -90,8 +90,9 @@ This method is the default and requires no further configuration.
9090# ## Using the Git write-back method
9191
9292!!!warning "Compatibility with Argo CD"
93- The Git write-back method requires a feature in Argo CD that is not yet
94- GA and will be released with Argo CD v1.9.
93+ The Git write-back method requires a feature in Argo CD that has been
94+ introduced with Argo CD v2.0. Git write-back will not work with earlier
95+ versions of Argo CD.
9596
9697The `git` write-back method uses Git to permanently store its parameter
9798overrides along with the Application's resource manifests. This will enable
Original file line number Diff line number Diff line change @@ -83,21 +83,3 @@ Otherwise, current known limitations are:
8383 Image Updater is running in (or has access to). It is currently not possible
8484 to fetch those secrets from other clusters.
8585
86- ## A short note about Git and write-back
87-
88- In its current incarnation, Argo CD Image Updater does not write back any of
89- the changes to a Git repo. We are investigating ways to implement this much
90- requested feature, but this will still take some time. We know how important
91- this feature is for the community.
92-
93- However, as Argo CD Image Updater leverages the Argo CD API, consider that the
94- changes that are made by Argo CD Image Updater only affect the Argo CD
95- ` Application ` resource. More precisely, it will update the ` Application `
96- resource's ` Spec ` to modify application parameters. Whenever Argo CD renders
97- the application's resources' manifests, it will take the parameters in the
98- application's spec into the consideration and replace any container image
99- references to the values stored in the ` Application ` spec.
100-
101- As long as your ` Application ` resource does not live in Git (i.e. you have
102- created the application using the Web UI or via ` argocd app create ... ` using
103- the CLI), there will be no benefit what so ever from writing to Git.
You can’t perform that action at this time.
0 commit comments