Merge pull request #510 from bnallapeta/pipelines

Updated kubernetes and kind versions in GitHub Actions
This commit is contained in:
Muneeb Aijaz
2023-08-10 15:53:20 +05:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+2 -2
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:
+2 -2
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"
HELM_REGISTRY_URL: "https://stakater.github.io/stakater-charts"
REGISTRY: ghcr.io