Skip to content

Commit

Permalink
fix: update client version in e2e testing
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi committed Jan 8, 2025
1 parent e5d3ede commit a038511
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compatibility-e2e-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
chart-name: scheduler
- module: client
image: client
image-tag: v0.1.125
image-tag: v0.2.2
chart-name: client
- module: seed-client
image: client
image-tag: v0.1.125
image-tag: v0.2.2
chart-name: seed-client

steps:
Expand Down
4 changes: 2 additions & 2 deletions test/testdata/charts/config-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ seedClient:
scheduler:
announceInterval: 1s
log:
level: info
level: debug
proxy:
prefetch: true
registryMirror:
Expand Down Expand Up @@ -157,7 +157,7 @@ client:
scheduler:
announceInterval: 1s
log:
level: info
level: debug
proxy:
prefetch: false
registryMirror:
Expand Down

0 comments on commit a038511

Please sign in to comment.