Skip to content

Commit

Permalink
Merge pull request #729 from akrejcir/proxy-fix-0.17
Browse files Browse the repository at this point in the history
[release-v0.17] chore: Update version of vm-console-proxy container.
  • Loading branch information
kubevirt-bot authored Nov 14, 2023
2 parents 361dcf9 + 9c19764 commit 73900bd
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 @@ -100,7 +100,7 @@ spec:
- args: []
command:
- /console
image: quay.io/kubevirt/vm-console-proxy:v0.1.0
image: quay.io/kubevirt/vm-console-proxy:v0.1.1
imagePullPolicy: Always
name: console
ports:
Expand Down
2 changes: 1 addition & 1 deletion internal/operands/vm-console-proxy/reconcile.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ func getVmConsoleProxyNamespace(request *common.Request) string {
}

func getVmConsoleProxyImage() string {
return common.EnvOrDefault("VM_CONSOLE_PROXY_IMAGE", "quay.io/kubevirt/vm-console-proxy:v0.1.0")
return common.EnvOrDefault("VM_CONSOLE_PROXY_IMAGE", "quay.io/kubevirt/vm-console-proxy:v0.1.1")
}

func findResourcesUsingLabels[PtrL interface {
Expand Down

0 comments on commit 73900bd

Please sign in to comment.