Skip to content

Commit

Permalink
Update client version & minikube version (#142)
Browse files Browse the repository at this point in the history
* Update client version

* Upgrade minikube

* Update pom.xml
  • Loading branch information
foxish authored and mccheah committed Mar 2, 2017
1 parent 21fb9b7 commit 4f12335
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resource-managers/kubernetes/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<name>Spark Project Kubernetes</name>
<properties>
<sbt.project.name>kubernetes</sbt.project.name>
<kubernetes.client.version>2.0.3</kubernetes.client.version>
<kubernetes.client.version>2.2.1</kubernetes.client.version>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions resource-managers/kubernetes/integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
<goal>wget</goal>
</goals>
<configuration>
<url>https://storage.googleapis.com/minikube/releases/v0.12.2/minikube-linux-amd64</url>
<url>https://storage.googleapis.com/minikube/releases/v0.16.0/minikube-linux-amd64</url>
<outputDirectory>${project.build.directory}/minikube-bin/linux-amd64</outputDirectory>
<outputFileName>minikube</outputFileName>
</configuration>
Expand All @@ -259,7 +259,7 @@
<goal>wget</goal>
</goals>
<configuration>
<url>https://storage.googleapis.com/minikube/releases/v0.12.2/minikube-darwin-amd64</url>
<url>https://storage.googleapis.com/minikube/releases/v0.16.0/minikube-darwin-amd64</url>
<outputDirectory>${project.build.directory}/minikube-bin/darwin-amd64</outputDirectory>
<outputFileName>minikube</outputFileName>
</configuration>
Expand Down

0 comments on commit 4f12335

Please sign in to comment.