forked from ThalesGroup/gokube
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump to minikube v1.13.0, K8S v1.18.9, helm v3.3.1, helm-image v1.0.2
- Loading branch information
Christophe VILA
committed
Sep 17, 2020
1 parent
54b8fd4
commit 4b2f7df
Showing
3 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ import ( | |
) | ||
|
||
const ( | ||
GOKUBE_VERSION = "1.12.3" | ||
GOKUBE_VERSION = "1.13.0" | ||
) | ||
|
||
var gokubeVersion string | ||
|