Skip to content

Commit 7c9c314

Browse files
committed
Fix kubernetes version test
1 parent 12d7257 commit 7c9c314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernikus/node_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ var _ = Describe("The kubernikus controller", func() {
9090
})
9191

9292
It("marks an up-to-date node as not needing an update", func() {
93-
initNode("v1.30.0")
93+
initNode("v1.30.2")
9494
Eventually(func(g Gomega) string {
9595
result := &v1.Node{}
9696
g.Expect(k8sClient.Get(context.Background(), nodeName, result)).To(Succeed())

0 commit comments

Comments
 (0)