File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 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/cdi-operator-1.62 .0.yaml" )
11- cache .refresh ("cr" , "addons/cdi-cr-1.62 .0.yaml" )
10+ cache .refresh ("operator" , "addons/cdi-operator-1.63 .0.yaml" )
11+ cache .refresh ("cr" , "addons/cdi-cr-1.63 .0.yaml" )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ NAMESPACE = "cdi"
1414
1515def deploy (cluster ):
1616 print ("Deploying cdi operator" )
17- path = cache .get ("operator" , "addons/cdi-operator-1.62 .0.yaml" )
17+ path = cache .get ("operator" , "addons/cdi-operator-1.63 .0.yaml" )
1818 kubectl .apply ("--filename" , path , context = cluster )
1919
2020 print ("Waiting until cdi-operator is rolled out" )
@@ -27,7 +27,7 @@ def deploy(cluster):
2727 )
2828
2929 print ("Deploying cdi cr" )
30- path = cache .get ("cr" , "addons/cdi-cr-1.62 .0.yaml" )
30+ path = cache .get ("cr" , "addons/cdi-cr-1.63 .0.yaml" )
3131 kubectl .apply ("--filename" , path , context = cluster )
3232
3333
You can’t perform that action at this time.
0 commit comments