Skip to content

Commit 1f6d638

Browse files
Update core image tag for CI tests
Signed-off-by: Aayush Chouhan <[email protected]>
1 parent c78885b commit 1f6d638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/options/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const (
3030
// ContainerImageRepo is the repo of the default image url
3131
ContainerImageRepo = "noobaa-core"
3232
// ContainerImageTag is the tag of the default image url
33-
ContainerImageTag = "master-20250911"
33+
ContainerImageTag = "master-20251028"
3434
// ContainerImageSemverLowerBound is the lower bound for supported image versions
3535
ContainerImageSemverLowerBound = "5.0.0"
3636
// ContainerImageSemverUpperBound is the upper bound for supported image versions

0 commit comments

Comments
 (0)