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 gitops-operator to latest release of argo-rollouts-manager
2
+
3
+
The Go code and script in this directory will automatically open a pull request to update the gitops-operator to the latest commit of argo-rollouts-manager:
4
+
- Update `go.mod` to point to latest module version
5
+
- Update CRDs to latest
6
+
- Regenerate manifests and bundles
7
+
- (Currently disabled): 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 and on PATH
15
+
- Operator-sdk installed and on PATH
16
+
- You must have your own fork of the [argo-rollouts-manager](https://github.com/argoproj-labs/argo-rollouts-manager) repository in GitHub(e.g. `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