UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Resolve "Add Renovate Revert Functionality to renovate-dev.sh"

Merged Matt Vasquez requested to merge 32-add-renovate-revert-functionality into main
Files
2
@@ -5,6 +5,7 @@
2. From within a Local Big Bang Repo (main branch)
3. Run:
***Note: $REGISTRY1_USER and $REGISTRY1_PASSWORD env vars must exist with Iron Bank Creds***
```
./docs/assets/scripts/developer/k3d-dev.sh
@@ -34,17 +35,19 @@ export KUBECONFIG=~/.kube/$(aws sts get-caller-identity --query "Arn" --output t
8. You will then be prompted, "Do you want to delete all existing renovate/ironbank branches?". Select "yes" so Renovate can make new commits to renovations already in progress that were imported from repo1. Select "no" if you want to keep it as is, but Renovate won't be able to make commits, so the MR will be missing.
9. You will then be prompted, "Do you want to trigger the Renovate runner pipeline?". This will trigger the Renovate scheduled pipeline, which in turn will run against all packages in big-bang/**, creating new issues and MRs.
9. You will then be prompted, "Do you want to revert all packages to previous renovate tag?" Select "yes so all packages main branch (excluding BB maintained packages) will be reverted to the previous -bb.0 release. This will allow all packages to have updates for renovate to run against.
10. You will then be prompted, "Do you want to trigger the Renovate runner pipeline?". This will trigger the Renovate scheduled pipeline, which in turn will run against all packages in big-bang/**, creating new issues and MRs.
10. Grab gitlab's root password:
11. Grab gitlab's root password:
```
kubectl get secret -n gitlab gitlab-gitlab-initial-root-password -o json | jq -r ".data.password" | base64 -d
```
11. Login in as root to https://gitlab.dev.bigbang.mil
12. Login in as root to https://gitlab.dev.bigbang.mil
12. Do your dev work. Trigger new renovate pipeline runs from the pipeline schedule.
13. Do your dev work. Trigger new renovate pipeline runs from the pipeline schedule.
## Helpful dev cluster links
Loading