Skip to content

Commit

Permalink
Update kind and kindest images
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Jan 28, 2021
1 parent bb4f21f commit 6941800
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ jobs:
id: kind
uses: engineerd/[email protected]
with:
version: v0.9.0
image: kindest/node:v1.19.4
version: v0.10.0
image: kindest/node:v1.20.2

- name: Test
env:
Expand All @@ -159,7 +159,7 @@ jobs:
strategy:
matrix:
k8s: [v1.16.15, v1.17.11, v1.18.8, v1.19.4, v1.20.0]
k8s: [v1.16.15, v1.17.17, v1.18.15, v1.19.7, v1.20.2]

steps:

Expand All @@ -175,7 +175,7 @@ jobs:
id: kind
uses: engineerd/[email protected]
with:
version: v0.9.0
version: v0.10.0
config: test/e2e/kind.yaml
image: kindest/node:${{ matrix.k8s }}

Expand Down
2 changes: 1 addition & 1 deletion TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.44.0-dev.1
v0.44.0-dev.2
2 changes: 1 addition & 1 deletion build/dev-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ echo "[dev-env] building image"
make build image
docker tag "${REGISTRY}/controller:${TAG}" "${DEV_IMAGE}"

export K8S_VERSION=${K8S_VERSION:-v1.19.4@sha256:796d09e217d93bed01ecf8502633e48fd806fe42f9d02fdd468b81cd4e3bd40b}
export K8S_VERSION=${K8S_VERSION:-v1.20.2@sha256:8f7ea6e7642c0da54f04a7ee10431549c0257315b3a634f6ef2fecaaedb19bab}

KIND_CLUSTER_NAME="ingress-nginx-dev"

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/run-chart-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export KUBECONFIG="${KUBECONFIG:-$HOME/.kube/kind-config-$KIND_CLUSTER_NAME}"
if [ "${SKIP_CLUSTER_CREATION:-false}" = "false" ]; then
echo "[dev-env] creating Kubernetes cluster with kind"

export K8S_VERSION=${K8S_VERSION:-v1.19.4@sha256:796d09e217d93bed01ecf8502633e48fd806fe42f9d02fdd468b81cd4e3bd40b}
export K8S_VERSION=${K8S_VERSION:-v1.20.2@sha256:8f7ea6e7642c0da54f04a7ee10431549c0257315b3a634f6ef2fecaaedb19bab}

kind create cluster \
--verbosity=${KIND_LOG_LEVEL} \
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export KUBECONFIG="${KUBECONFIG:-$HOME/.kube/kind-config-$KIND_CLUSTER_NAME}"
if [ "${SKIP_CLUSTER_CREATION:-false}" = "false" ]; then
echo "[dev-env] creating Kubernetes cluster with kind"

export K8S_VERSION=${K8S_VERSION:-v1.19.4@sha256:796d09e217d93bed01ecf8502633e48fd806fe42f9d02fdd468b81cd4e3bd40b}
export K8S_VERSION=${K8S_VERSION:-v1.20.2@sha256:8f7ea6e7642c0da54f04a7ee10431549c0257315b3a634f6ef2fecaaedb19bab}

kind create cluster \
--verbosity=${KIND_LOG_LEVEL} \
Expand Down

0 comments on commit 6941800

Please sign in to comment.