Skip to content

Commit 88958ef

Browse files
vbotbuildovichgraham-rp
authored andcommitted
rpk: update console version to v3.4.0
Updates the default console image version from v3.3.2 to v3.4.0. This update was automatically created by the console-enterprise release workflow.
1 parent ceaceec commit 88958ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/go/rpk/pkg/cli/container/common/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import (
3434
var (
3535
tag = "latest"
3636
redpandaImageBase = "redpandadata/redpanda:" + tag
37-
consoleImageBase = "redpandadata/console:v3.3.2"
37+
consoleImageBase = "redpandadata/console:v3.4.0"
3838
)
3939

4040
const (

0 commit comments

Comments
 (0)