Skip to content

Commit fa5e4f2

Browse files
committed
docs: Update documentation regarding Git write-back
1 parent 0f64255 commit fa5e4f2

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

docs/configuration/applications.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

9697
The `git` write-back method uses Git to permanently store its parameter
9798
overrides along with the Application's resource manifests. This will enable

docs/index.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)