We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74ede2e commit 042785fCopy full SHA for 042785f
docs/basics/update-methods.md
@@ -218,7 +218,7 @@ the name `foo/bar` was updated to the new tag `1.1`.
218
argocd-image-updater.argoproj.io/git-branch: main:image-updater{{range .Images}}-{{.Name}}-{{.NewTag}}{{end}}
219
```
220
221
-Alternatively, to assure unique branch names you could use the SHA1 representation of the changes:
+Alternatively, to assure unique branch names you could use the SHA256 representation of the changes:
222
223
```yaml
224
argocd-image-updater.argoproj.io/git-branch: main:image-updater-{{.SHA256}}
0 commit comments