Skip to content

Commit e4e1350

Browse files
committed
fix: update kyverno and zarf version checks to 1.15.2 and v0.61.2 respectively
1 parent eb780a0 commit e4e1350

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/_global/kyverno-specific-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
set -e
44
source dev-container-features-test-lib
5-
check "kyverno with specific version" /bin/bash -c "kyverno version | grep '1.12.6'"
5+
check "kyverno with specific version" /bin/bash -c "kyverno version | grep '1.15.2'"
66

77
reportResults

test/_global/zarf-specific-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
set -e
44
source dev-container-features-test-lib
5-
check "zarf with specific version" /bin/bash -c "zarf version | grep 'v0.41.0'"
5+
check "zarf with specific version" /bin/bash -c "zarf version | grep 'v0.61.2'"
66

77
reportResults

0 commit comments

Comments
 (0)