Skip to content

Commit

Permalink
Update e2e kind cluster to user kind 0.8.1 and Kubernetes 1.16.9 (#146)
Browse files Browse the repository at this point in the history
* update kind clusters to 1.16.9

* update kind to 0.8.1
  • Loading branch information
Carlos Tadeu Panato Junior committed Jun 1, 2020
1 parent dc5bf91 commit 8e2d62f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ jobs:

e2e:
environment:
- K8S_VERSION=v1.15.7
- K8S_VERSION=v1.16.9
- IMAGE_NAME=mattermost/mattermost-operator
- IMAGE_TAG=test
- KIND_VERSION=v0.7.0
- KIND_VERSION=v0.8.1
- SDK_VERSION=v0.16.0
machine: true
resource_class: 2xlarge
Expand Down
8 changes: 4 additions & 4 deletions test/kind-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: kindest/node:v1.15.7@sha256:e2df133f80ef633c53c0200114fce2ed5e1f6947477dbc83261a6a921169488d
image: kindest/node:v1.16.9@sha256:7175872357bc85847ec4b1aba46ed1d12fa054c83ac7a8a11f5c268957fd5765
- role: worker
image: kindest/node:v1.15.7@sha256:e2df133f80ef633c53c0200114fce2ed5e1f6947477dbc83261a6a921169488d
image: kindest/node:v1.16.9@sha256:7175872357bc85847ec4b1aba46ed1d12fa054c83ac7a8a11f5c268957fd5765
- role: worker
image: kindest/node:v1.15.7@sha256:e2df133f80ef633c53c0200114fce2ed5e1f6947477dbc83261a6a921169488d
image: kindest/node:v1.16.9@sha256:7175872357bc85847ec4b1aba46ed1d12fa054c83ac7a8a11f5c268957fd5765
- role: worker
image: kindest/node:v1.15.7@sha256:e2df133f80ef633c53c0200114fce2ed5e1f6947477dbc83261a6a921169488d
image: kindest/node:v1.16.9@sha256:7175872357bc85847ec4b1aba46ed1d12fa054c83ac7a8a11f5c268957fd5765

0 comments on commit 8e2d62f

Please sign in to comment.