Skip to content

Commit

Permalink
Up test images to 23.2 vs 24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
savnadya committed Nov 12, 2024
1 parent eae8949 commit 136d565
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
9 changes: 1 addition & 8 deletions config/samples/cluster_v1_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Ytsaurus
metadata:
name: minisaurus
spec:
coreImage: ghcr.io/ytsaurus/ytsaurus:stable-23.2.0-relwithdebinfo
coreImage: ghcr.io/ytsaurus/ytsaurus:stable-24.1.0

discovery:
instanceCount: 1
Expand Down Expand Up @@ -56,18 +56,11 @@ spec:
loggers: *loggers
instanceCount: 1
role: default
- serviceType: NodePort
loggers: *loggers
instanceCount: 1
role: control

rpcProxies:
- instanceCount: 1
loggers: *loggers
role: default
- instanceCount: 1
loggers: *loggers
role: heavy

dataNodes:
- instanceCount: 3
Expand Down
6 changes: 3 additions & 3 deletions pkg/testutil/spec_builders.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ const (
RemoteResourceName = "tst-rmt"
// Images should be in sync with TEST_IMAGES variable in Makefile
// todo: come up with a more elegant solution
CoreImageFirst = "ytsaurus/ytsaurus-nightly:dev-23.1-9779e0140ff73f5a786bd5362313ef9a74fcd0de"
CoreImageSecond = "ytsaurus/ytsaurus-nightly:dev-23.1-28ccaedbf353b870bedafb6e881ecf386a0a3779"
CoreImageNextVer = "ytsaurus/ytsaurus-nightly:dev-23.2-9c50056eacfa4fe213798a5b9ee828ae3acb1bca"
CoreImageNextVer = "ytsaurus/ytsaurus:stable-24.1.0"
CoreImageFirst = "ytsaurus/ytsaurus:stable-23.2.0"
CoreImageSecond = "ytsaurus/ytsaurus:stable-23.2.1"
)

var (
Expand Down

0 comments on commit 136d565

Please sign in to comment.