You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After your GitOps Engine PR has been merged, ArgoCD needs to be updated to pull in the version of the GitOps engine that contains your change. Here are the steps:
12
-
13
-
- Retrieve the SHA hash for your commit. You will use this in the next step.
14
-
- From the `argo-cd` folder, run the following command
15
-
16
-
`go get github.com/argoproj/gitops-engine@<git-commit-sha>`
17
-
18
-
If you get an error message `invalid version: unknown revision` then you got the wrong SHA hash
19
-
20
-
- Run:
21
-
22
-
`go mod tidy`
23
-
24
-
- The following files are changed:
25
-
26
-
-`go.mod`
27
-
-`go.sum`
28
-
29
-
- Create an ArgoCD PR with a `refactor:` type in its title for the two file changes.
30
-
31
-
### Tips:
32
-
33
-
- See https://github.com/argoproj/argo-cd/pull/4434 as an example
34
-
- The PR might require additional, dependent changes in ArgoCD that are directly impacted by the changes made in the engine.
0 commit comments