Skip to content

Commit

Permalink
chore: update vm-console-proxy manifests to v0.3.2
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
akrejcir authored Oct 31, 2023
1 parent 8913687 commit 2ac98ba
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 @@ -152,7 +152,7 @@ spec:
- args: []
command:
- /console
image: quay.io/kubevirt/vm-console-proxy:v0.3.1
image: quay.io/kubevirt/vm-console-proxy:v0.3.2
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.3.1"
defaultVmConsoleProxyImageTag = "v0.3.2"
defaultVmConsoleProxyImage = "quay.io/kubevirt/vm-console-proxy:" + defaultVmConsoleProxyImageTag
)

0 comments on commit 2ac98ba

Please sign in to comment.