Skip to content

Commit a60da09

Browse files
author
Chris Russell
committed
installing helm v3
1 parent df288d6 commit a60da09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,15 @@ jobs:
6161
- kubernetes/install
6262
- minikube/minikube-install:
6363
# https://github.com/kubernetes/minikube/releases
64-
version: v1.10.1
64+
version: v1.15.1
6565
- run:
6666
name: Install dependencies
6767
command: |
6868
sudo apt update || true
6969
# K8s 1.18 requires conntrack
7070
# See: https://github.com/kubernetes/minikube/issues/7179
7171
sudo apt install -y conntrack
72+
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
7273
- run:
7374
name: Create new K8s cluster
7475
command: sudo -E minikube start --vm-driver=none

0 commit comments

Comments
 (0)