mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
upgrade test from v2.10.1 (#2279)
This commit is contained in:
parent
2da3ae3f09
commit
f15c5444da
2
.github/workflows/e2e-test-release.yml
vendored
2
.github/workflows/e2e-test-release.yml
vendored
@ -237,7 +237,7 @@ jobs:
|
||||
fail-fast: false
|
||||
max-parallel: 1
|
||||
matrix:
|
||||
fromVersion: ["v2.10.0"]
|
||||
fromVersion: ["v2.10.1"]
|
||||
cloudProvider: ["gcp", "azure", "aws"]
|
||||
name: Run upgrade tests
|
||||
secrets: inherit
|
||||
|
@ -55,8 +55,8 @@ Releases should be performed using [the automated release pipeline](https://gith
|
||||
4. upgrade the dogfooding cluster. Note that `upgrade check --update-config` will not yet show the new image. But you can manually set it in the config:
|
||||
```sh
|
||||
./constellation upgrade check --update-config
|
||||
yq eval -i '.image="v2.10.0"' constellation-conf.yaml
|
||||
./constellation config fetch-measurements --insecure
|
||||
yq eval -i '.image="vX.YY.Z"' constellation-conf.yaml
|
||||
./constellation config fetch-measurements
|
||||
./constellation upgrade apply --yes --debug
|
||||
```
|
||||
Then wait until the node / Kubernetes upgrades are finished by periodically checking:
|
||||
|
Loading…
Reference in New Issue
Block a user