mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-01 11:36:10 -04:00
make release idempotent (#2278)
This commit is contained in:
parent
a671367794
commit
7c9a78fe51
3 changed files with 17 additions and 23 deletions
|
@ -79,11 +79,8 @@ Then wait until the node / Kubernetes upgrades are finished by periodically chec
|
|||
4. Update the `fromVersion` in `e2e-test-release.yml` and `e2e-test-weekly.yaml` to the newly released version. To check the current values, run: `grep "fromVersion: \[.*\]" -R .github`.
|
||||
5. Reset `upgradeRequiresIAMMigration` in `iamupgradeapply.go`.
|
||||
|
||||
## Pipeline cleanup
|
||||
|
||||
When testing changes to the pipeline or when the pipeline fails during a release it might become necessary to clean up the images created by the pipeline.
|
||||
These are the necessary steps.
|
||||
|
||||
## Troubleshooting: Pipeline cleanup
|
||||
No manual steps should be necessary anymore but in case you encounter issues, create a ticket to fix it. These are instructions to do some cleanup steps manually:
|
||||
### General
|
||||
|
||||
Depending on how far the pipeline ran we need to delete:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue