File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ enough resources:
1791791 . Install the ` virtctl ` tool.
180180
181181 ```
182- curl -L -o virtctl https://github.com/kubevirt/kubevirt/releases/download/v1.5.2 /virtctl-v1.5.2 -linux-amd64
182+ curl -L -o virtctl https://github.com/kubevirt/kubevirt/releases/download/v1.6.0 /virtctl-v1.6.0 -linux-amd64
183183 sudo install virtctl /usr/local/bin
184184 rm virtctl
185185 ```
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ require (
3535 k8s.io/component-base v0.33.3
3636 k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff
3737 k8s.io/utils v0.0.0-20241210054802-24370beab758
38- kubevirt.io/api v1.5.2
38+ kubevirt.io/api v1.6.0
3939 open-cluster-management.io/api v0.15.0
4040 open-cluster-management.io/config-policy-controller v0.15.0
4141 open-cluster-management.io/governance-policy-propagator v0.16.0
Original file line number Diff line number Diff line change @@ -466,8 +466,8 @@ k8s.io/utils v0.0.0-20210802155522-efc7438f0176/go.mod h1:jPW/WVKK9YHAvNhRxK0md/
466466k8s.io/utils v0.0.0-20211116205334-6203023598ed /go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA =
467467k8s.io/utils v0.0.0-20241210054802-24370beab758 h1:sdbE21q2nlQtFh65saZY+rRM6x6aJJI8IUa1AmH/qa0 =
468468k8s.io/utils v0.0.0-20241210054802-24370beab758 /go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0 =
469- kubevirt.io/api v1.5.2 h1:ugul5yJOmvXRIHH0IUwU2FKMnENvGUCqfBKPDZ4chFA =
470- kubevirt.io/api v1.5.2 /go.mod h1:B6OBbPKntPHOOtoxyRk5YKJHekWWOiwZDb2XncitcJ0 =
469+ kubevirt.io/api v1.6.0 h1:ZO3Dh0b24PCdCe76uLD4cRusXKrcarOzt229UFly7PQ =
470+ kubevirt.io/api v1.6.0 /go.mod h1:p66fEy/g79x7VpgUwrkUgOoG2lYs5LQq37WM6JXMwj4 =
471471kubevirt.io/containerized-data-importer-api v1.63.0 h1:+y378kAPIitSHFZCThSx9jr8UxwoArbEF5zRHA3xRMM =
472472kubevirt.io/containerized-data-importer-api v1.63.0 /go.mod h1:VGp35wxpLXU18b7cnEpmcThI3AjcZUSfg/Zfql44U4o =
473473kubevirt.io/controller-lifecycle-operator-sdk/api v0.0.0-20220329064328-f3cc58c6ed90 h1:QMrd0nKP0BGbnxTqakhDZAUhGKxPiPiN5gSDqKUmGGc =
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ environment.
98981 . Install the ` virtctl ` tool
9999
100100 ```
101- curl -L -o virtctl https://github.com/kubevirt/kubevirt/releases/download/v1.5.2 /virtctl-v1.5.2 -linux-amd64
101+ curl -L -o virtctl https://github.com/kubevirt/kubevirt/releases/download/v1.6.0 /virtctl-v1.6.0 -linux-amd64
102102 sudo install virtctl /usr/local/bin
103103 rm virtctl
104104 ```
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ import os
77from drenv import cache
88
99os .chdir (os .path .dirname (__file__ ))
10- cache .refresh ("operator" , "addons/kubevirt-operator-1.5.2 .yaml" )
11- cache .refresh ("cr" , "addons/kubevirt-cr-1.5.2 .yaml" )
10+ cache .refresh ("operator" , "addons/kubevirt-operator-1.6.0 .yaml" )
11+ cache .refresh ("cr" , "addons/kubevirt-cr-1.6.0 .yaml" )
Original file line number Diff line number Diff line change 44# yamllint disable rule:line-length
55---
66resources :
7- - https://github.com/kubevirt/kubevirt/releases/download/v1.5.2 /kubevirt-cr.yaml
7+ - https://github.com/kubevirt/kubevirt/releases/download/v1.6.0 /kubevirt-cr.yaml
88patches :
99 # Incrase certificate duration to avoid certificates renewals while a cluster
1010 # is suspended and resumed.
Original file line number Diff line number Diff line change 44# yamllint disable rule:line-length
55---
66resources :
7- - https://github.com/kubevirt/kubevirt/releases/download/v1.5.2 /kubevirt-operator.yaml
7+ - https://github.com/kubevirt/kubevirt/releases/download/v1.6.0 /kubevirt-operator.yaml
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ NAMESPACE = "kubevirt"
1414
1515def deploy (cluster ):
1616 print ("Deploying kubevirt operator" )
17- path = cache .get ("operator" , "addons/kubevirt-operator-1.5.2 .yaml" )
17+ path = cache .get ("operator" , "addons/kubevirt-operator-1.6.0 .yaml" )
1818 kubectl .apply ("--filename" , path , context = cluster )
1919
2020 print ("Waiting until virt-operator is rolled out" )
@@ -27,7 +27,7 @@ def deploy(cluster):
2727 )
2828
2929 print ("Deploying kubevirt cr" )
30- path = cache .get ("cr" , "addons/kubevirt-cr-1.5.2 .yaml" )
30+ path = cache .get ("cr" , "addons/kubevirt-cr-1.6.0 .yaml" )
3131 kubectl .apply ("--filename" , path , context = cluster )
3232
3333
You can’t perform that action at this time.
0 commit comments