File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2.1
33# Add additional CircleCI Orbs dependencies
44orbs :
55 # https://circleci.com/orbs/registry/orb/circleci/kubernetes
6- kubernetes : circleci/kubernetes@0.3.0
6+ kubernetes : circleci/kubernetes@0.10.1
77 # Pins Helm to v2.x
88 # TODO: Consider upgrading Helm to v3.0 (https://github.com/StackStorm/stackstorm-ha/issues/98)
99 # https://circleci.com/orbs/registry/orb/circleci/helm
7373 - checkout
7474 - kubernetes/install
7575 - minikube/minikube-install :
76- # TODO: Update Minikube to latest, switch to new K8s version
77- version : v1.3.1
76+ # https://github.com/kubernetes/minikube/releases
77+ version : v1.5.2
7878 - run :
7979 name : Create new K8s cluster
8080 command : sudo -E minikube start --vm-driver=none --cpus $(nproc) --memory 4096
Original file line number Diff line number Diff line change 11dependencies :
22 - name : rabbitmq-ha
3- version : 1.31.0
3+ version : 1.36.4
44 repository : https://kubernetes-charts.storage.googleapis.com/
55 condition : rabbitmq-ha.enabled
66 - name : mongodb-replicaset
You can’t perform that action at this time.
0 commit comments