Skip to content

Commit 1774073

Browse files
ellisvalentinerdkarpele
authored andcommitted
chore(docs): update branch name description from SHA1 to SHA256 representation in docs/basics/update-methods.md (argoproj-labs#1125)
Signed-off-by: Ellis Valentiner <ellisvalentiner@users.noreply.github.com>
1 parent 88c3859 commit 1774073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basics/update-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ the name `foo/bar` was updated to the new tag `1.1`.
218218
argocd-image-updater.argoproj.io/git-branch: main:image-updater{{range .Images}}-{{.Name}}-{{.NewTag}}{{end}}
219219
```
220220

221-
Alternatively, to assure unique branch names you could use the SHA1 representation of the changes:
221+
Alternatively, to assure unique branch names you could use the SHA256 representation of the changes:
222222

223223
```yaml
224224
argocd-image-updater.argoproj.io/git-branch: main:image-updater-{{.SHA256}}

0 commit comments

Comments
 (0)