Skip to content

Commit 65ee061

Browse files
author
armab
committed
Temporary pin minikube to v1.2.0 due to regression in v1.3.0
See kubernetes/minikube#5014
1 parent 98c8202 commit 65ee061

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ orbs:
66
kubernetes: circleci/[email protected]
77
# https://circleci.com/orbs/registry/orb/circleci/helm
88
helm: circleci/[email protected]
9+
# https://circleci.com/orbs/registry/orb/ccpgames/minikube
10+
minikube: ccpgames/[email protected]
911

1012
jobs:
1113
# Run Helm Lint checks
@@ -68,11 +70,9 @@ jobs:
6870
steps:
6971
- checkout
7072
- kubernetes/install
71-
- run:
72-
name: Install Minikube
73-
command: |
74-
sudo curl -fLo /usr/local/bin/minikube https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 && sudo chmod +x /usr/local/bin/minikube
75-
minikube version
73+
- minikube/minikube-install:
74+
# Temporary pin minikube to 1.2.0 due to regression in 1.3.0 (https://github.com/kubernetes/minikube/issues/5014)
75+
version: v1.2.0
7676
- run:
7777
name: Create new K8s cluster
7878
command: sudo -E minikube start --vm-driver=none --cpus $(nproc) --memory 4096

0 commit comments

Comments
 (0)