Skip to content

Commit 8380d72

Browse files
pruthvitdnirs
authored andcommitted
Updated cdi version
Signed-off-by: pruthvitd <[email protected]>
1 parent 9b34d7b commit 8380d72

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/addons/cdi/cache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ import os
77
from drenv import cache
88

99
os.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")

test/addons/cdi/start

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ NAMESPACE = "cdi"
1414

1515
def 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

0 commit comments

Comments
 (0)