Skip to content

Commit

Permalink
Correct Kubernetes version
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaSchwarze0 committed Mar 18, 2021
1 parent 114ede0 commit 6da9274
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
kubernetes:
# Only v1.18 is currently enabled because of the flakiness in the tests, specifically API calls failing with "etcdserver: request timed out"
#- v1.17.17
- v1.18.15
#- v1.19.7
#- v1.18.15
- v1.19.7
#- v1.20.2
max-parallel: 1
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -74,8 +74,8 @@ jobs:
kubernetes:
# Only v1.18 is currently enabled because of the flakiness in the tests, specifically API calls failing with "etcdserver: request timed out"
#- v1.17.17
- v1.18.15
#- v1.19.7
#- v1.18.15
- v1.19.7
#- v1.20.2
max-parallel: 2
runs-on: ${{ matrix.os }}
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ as [Kaniko](https://github.com/GoogleContainerTools/kaniko),

## Dependencies

| Dependency | Supported versions |
| ----------------------------------------- | -------------------------------------- |
| [Kubernetes](https://kubernetes.io/) | v1.15.\*, v1.16.\*, v1.17.\*, v1.18.\* |
| [Tekton](https://tekton.dev) | v0.21.0 |
| Dependency | Supported versions |
| -------------------------------------| ---------------------------- |
| [Kubernetes](https://kubernetes.io/) | v1.17.\*, v1.18.\*, v1.19.\* |
| [Tekton](https://tekton.dev) | v0.21.0 |

## Build Strategies

Expand Down
2 changes: 1 addition & 1 deletion hack/install-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ kind --version
KIND_CLUSTER_NAME="${KIND_CLUSTER_NAME:-kind}"

# kind cluster version
KIND_CLUSTER_VERSION="${KIND_CLUSTER_VERSION:-v1.18.2}"
KIND_CLUSTER_VERSION="${KIND_CLUSTER_VERSION:-v1.19.7}"

echo "# Creating a new Kubernetes cluster..."
kind create cluster --quiet --name="${KIND_CLUSTER_NAME}" --image="kindest/node:${KIND_CLUSTER_VERSION}" --wait=120s
Expand Down

0 comments on commit 6da9274

Please sign in to comment.