Skip to content

Commit

Permalink
Merge pull request #1046 from akrejcir/update-vm-proxy
Browse files Browse the repository at this point in the history
Update vm-console-proxy
  • Loading branch information
kubevirt-bot authored Aug 15, 2024
2 parents 0a3cd2e + fce2788 commit b30c062
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/vm-console-proxy-bundle/vm-console-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ spec:
- args: []
command:
- /console
image: quay.io/kubevirt/vm-console-proxy:v0.5.0
image: quay.io/kubevirt/vm-console-proxy:v0.6.1
imagePullPolicy: Always
name: console
ports:
Expand Down
2 changes: 1 addition & 1 deletion internal/operands/vm-console-proxy/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ package vm_console_proxy
// This file is updated by GitHub action defined in .github/workflows/release-vm-console-proxy.yaml

const (
defaultVmConsoleProxyImageTag = "v0.5.0"
defaultVmConsoleProxyImageTag = "v0.6.1"
defaultVmConsoleProxyImage = "quay.io/kubevirt/vm-console-proxy:" + defaultVmConsoleProxyImageTag
)

0 comments on commit b30c062

Please sign in to comment.