Skip to content

Commit

Permalink
add new k8s versions for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pgvishnuram committed Oct 18, 2022
1 parent 968a4dd commit 4505bbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ workflows:
- functional-test:
matrix:
parameters:
kube_version: ["1.19.16", "1.20.15", "1.21.10", "1.22.7", "1.23.4"]
kube_version: ["1.19.16", "1.20.15", "1.21.14", "1.22.15", "1.23.12","1.24.6","1.25.2"]
requires:
- build
- scan-trivy:
Expand Down
6 changes: 3 additions & 3 deletions tests/functionaltests/test_certgenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
import operator
import time

KUBE_VERSION = os.getenv("KUBE_VERSION", "1.23.4")
KUBE_VERSION = os.getenv("KUBE_VERSION", "1.23.12")
IMAGE = f"kindest/node:v{KUBE_VERSION}"
KIND_VERSION = os.getenv("KIND_VERSION", "v0.14.0")
KUBECTL_VERSION = os.getenv("KUBECTL_VERSION", "v1.23.4")
KIND_VERSION = os.getenv("KIND_VERSION", "v0.16.0")
KUBECTL_VERSION = os.getenv("KUBECTL_VERSION", "v1.23.12")


@fixture(scope="session")
Expand Down

0 comments on commit 4505bbc

Please sign in to comment.