Updated kubernetes and kind versions

This commit is contained in:
bnallapeta
2023-08-10 10:35:39 +05:30
committed by Bharath Nallapeta
parent a99e5383d0
commit 447f2d8437
2 changed files with 4 additions and 4 deletions

View File

@@ -7,8 +7,8 @@ on:
env:
DOCKER_FILE_PATH: Dockerfile
KUBERNETES_VERSION: "1.18.0"
KIND_VERSION: "0.10.0"
KUBERNETES_VERSION: "1.19.0"
KIND_VERSION: "0.17.0"
REGISTRY: ghcr.io
jobs: