Skip to content

Commit

Permalink
update kind version and minor kube updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pgvishnuram committed Dec 9, 2022
1 parent 85bca4a commit 9da509a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
jobs:
run_pre_commit:
docker:
- image: quay.io/astronomer/ci-pre-commit:2022-01
- image: quay.io/astronomer/ci-pre-commit:2022-12
steps:
- checkout
- run:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
parameters:
kube_version:
type: string
default: "1.23.4"
default: "1.23.13"
steps:
- functional-test:
image_name: ap-certgenerator
Expand All @@ -80,7 +80,7 @@ workflows:
- functional-test:
matrix:
parameters:
kube_version: ["1.21.14", "1.22.15", "1.23.12", "1.24.6", "1.25.2"]
kube_version: ["1.21.14", "1.22.15", "1.23.13", "1.24.7", "1.25.3"]
requires:
- build
- scan-trivy:
Expand Down
2 changes: 1 addition & 1 deletion tests/functionaltests/test_certgenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

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


Expand Down

0 comments on commit 9da509a

Please sign in to comment.