diff --git a/integration-tests/generator/k8s_versions_matrix.json b/integration-tests/generator/k8s_versions_matrix.json index 270539da2..9ffe0a69a 100644 --- a/integration-tests/generator/k8s_versions_matrix.json +++ b/integration-tests/generator/k8s_versions_matrix.json @@ -1,7 +1,4 @@ [ - { - "k8sVersion": "1.25" - }, { "k8sVersion": "1.26" }, @@ -22,5 +19,8 @@ }, { "k8sVersion": "1.32" + }, + { + "k8sVersion": "1.33" } -] \ No newline at end of file +]