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
# Update argo-rollouts-manager to latest release of Argo Rollouts
2
+
3
+
The Go code and script this in this directory will automatically open a pull request to update the argo-rollouts-manager to the latest official argo-rollouts release:
4
+
- Update container image version in `default.go`
5
+
- Update `go.mod` to point to latest module version
6
+
- Update CRDs to latest
7
+
- Update target Rollouts version in `hack/run-upstream-argo-rollouts-e2e-tests.sh`
8
+
- Open Pull Request using 'gh' CLI
9
+
10
+
## Instructions
11
+
12
+
### Prerequisites
13
+
- GitHub CLI (_gh_) installed and on PATH
14
+
- Go installed an on PATH
15
+
-[Operator-sdk v1.28.0](https://github.com/operator-framework/operator-sdk/releases/tag/v1.28.0) installed (as of January 2024), and on PATH
16
+
- You must have your own fork of the [argo-rollouts-manager](https://github.com/argoproj-labs/argo-rollouts-manager) repository (example: `jgwest/argo-rollouts-manager`)
17
+
- Your local SSH key registered (e.g. `~/.ssh/id_rsa.pub`) with GitHub to allow git clone via SSH
0 commit comments