Skip to content

Commit

Permalink
[release/v2.23] Update to quay.io/kubermatic/web-terminal:0.6.2 (#6287)
Browse files Browse the repository at this point in the history
Signed-off-by: Marvin Beckers <[email protected]>
  • Loading branch information
embik authored Oct 16, 2023
1 parent 2aa1360 commit 3602bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/api/pkg/handler/websocket/terminal.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const (
pingMessage = "PING"
pongMessage = "PONG"

webTerminalImage = resources.RegistryQuay + "/kubermatic/web-terminal:0.6.0"
webTerminalImage = resources.RegistryQuay + "/kubermatic/web-terminal:0.6.2"
webTerminalContainerKubeconfigPath = "/etc/kubernetes/kubeconfig/kubeconfig"
)

Expand Down

0 comments on commit 3602bf3

Please sign in to comment.