Skip to content

Commit

Permalink
bump minikube and kubernetes versions
Browse files Browse the repository at this point in the history
Signed-off-by: Ruben Vargas <[email protected]>
  • Loading branch information
rubenvp8510 committed May 25, 2021
1 parent 281604e commit 6f98ffe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .ci/start-minikube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ set -x
# socat is needed for port forwarding
sudo apt-get update && sudo apt-get install socat

export MINIKUBE_VERSION=v1.5.2
export KUBERNETES_VERSION=v1.16.2
export MINIKUBE_VERSION=v1.11.0
export KUBERNETES_VERSION=v1.18.9

MINIKUBE=$(which minikube) # it's outside of the regular PATH, so, need the full path when calling with sudo

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/e2e-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ jobs:
- uses: actions/[email protected]
with:
go-version: '1.14.4'
- name: "install pre-requisites"
run: sudo apt-get install -y conntrack
- uses: jpkrohling/[email protected]
with:
minikube-version: v1.5.2
minikube-version: v1.11.0
- uses: jpkrohling/[email protected]
- uses: jpkrohling/[email protected]
with:
Expand Down

0 comments on commit 6f98ffe

Please sign in to comment.