We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c78885b commit 1f6d638Copy full SHA for 1f6d638
pkg/options/options.go
@@ -30,7 +30,7 @@ const (
30
// ContainerImageRepo is the repo of the default image url
31
ContainerImageRepo = "noobaa-core"
32
// ContainerImageTag is the tag of the default image url
33
- ContainerImageTag = "master-20250911"
+ ContainerImageTag = "master-20251028"
34
// ContainerImageSemverLowerBound is the lower bound for supported image versions
35
ContainerImageSemverLowerBound = "5.0.0"
36
// ContainerImageSemverUpperBound is the upper bound for supported image versions
0 commit comments