Skip to content

Commit 0e01bf8

Browse files
authored
chore: bump version to v2.3.1-rc.4 (#4275)
Signed-off-by: chlins <chlins.zhang@gmail.com>
1 parent e169394 commit 0e01bf8

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

.github/workflows/compatibility-e2e.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@ jobs:
3131
include:
3232
- module: manager
3333
image: manager
34-
image-tag: v2.3.1-rc.2
34+
image-tag: v2.3.1-rc.4
3535
chart-name: manager
3636
skip: "Rate Limit | preheat files in cache"
3737
- module: scheduler
3838
image: scheduler
39-
image-tag: v2.3.1-rc.1
39+
image-tag: v2.3.1-rc.4
4040
chart-name: scheduler
4141
skip: "Rate Limit | preheat files in cache"
4242
- module: client
4343
image: client
44-
image-tag: v1.0.6
44+
image-tag: v1.0.12
4545
chart-name: client
4646
skip: "Rate Limit"
4747
- module: seed-client
4848
image: client
49-
image-tag: v1.0.6
49+
image-tag: v1.0.12
5050
chart-name: seed-client
5151
skip: "Rate Limit"
5252

test/testdata/charts/config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ seedClient:
106106
hostPath:
107107
path: /tmp/artifact
108108
config:
109+
host:
110+
schedulerClusterID: 1
109111
dynconfig:
110112
refreshInterval: 5s
111113
scheduler:
@@ -165,6 +167,8 @@ client:
165167
serverAddr: https://ghcr.io
166168
capabilities: ["pull", "resolve"]
167169
config:
170+
host:
171+
schedulerClusterID: 1
168172
dynconfig:
169173
refreshInterval: 1s
170174
scheduler:

0 commit comments

Comments
 (0)