Skip to content

Commit 41822a1

Browse files
rpk: update console version to v3.7.1
Updates the default console image version from v3.7.0 to v3.7.1. This update was automatically created by the console-enterprise release workflow. (cherry picked from commit b0ecf03)
1 parent d348f28 commit 41822a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/go/rpk/pkg/cli/container/containerutil

src/go/rpk/pkg/cli/container/containerutil/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.7.0"
37+
consoleImageBase = "redpandadata/console:v3.7.1"
3838
)
3939

4040
const (

0 commit comments

Comments
 (0)