Bumping Openshift Installer version to v0.16.1 41/541/1
authorRicardo Noriega <rnoriega@redhat.com>
Tue, 9 Apr 2019 16:11:50 +0000 (18:11 +0200)
committerRicardo Noriega <rnoriega@redhat.com>
Tue, 9 Apr 2019 16:18:19 +0000 (18:18 +0200)
Change-Id: I12495439b4d982bad7828792f85fc947de6d2d3d
Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
Makefile
cmd/generate.go

index 9904276..c75ffa7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,11 +8,11 @@ INSTALLER_GIT_REPO = github.com/openshift/installer
 RHCOS_VERSION = "maipo"
 
 ifndef INSTALLER_PATH
-override INSTALLER_PATH = https://github.com/openshift/installer/releases/download/v0.14.0/openshift-install-linux-amd64
+override INSTALLER_PATH = https://github.com/openshift/installer/releases/download/v0.16.1/openshift-install-linux-amd64
 endif
 
 ifndef INSTALLER_GIT_TAG
-override INSTALLER_GIT_TAG = "v0.14.0"
+override INSTALLER_GIT_TAG = "v0.16.1"
 endif
 
 ifndef MASTER_MEMORY_MB
index 762be5b..16a818b 100644 (file)
@@ -63,7 +63,7 @@ func init() {
        generateCmd.MarkFlagRequired("base_repository")
        generateCmd.Flags().StringP("base_path", "", "", "Path to the base config and manifests for the blueprint")
        generateCmd.MarkFlagRequired("base_path")
-       generateCmd.Flags().StringP("installer_path", "", "https://github.com/openshift/installer/releases/download/v0.14.0/openshift-install-linux-amd64", "Path where openshift-install binary is stored")
+       generateCmd.Flags().StringP("installer_path", "", "https://github.com/openshift/installer/releases/download/v0.16.1/openshift-install-linux-amd64", "Path where openshift-install binary is stored")
        generateCmd.Flags().StringP("build_path", "", "", "Directory to use as build path. If that not exists, the installer will generate a default directory")
 
        generateCmd.Flags().StringP("secrets_repository", "", "", "Path to repository that contains secrets")