From: Ricardo Noriega Date: Tue, 9 Apr 2019 16:11:50 +0000 (+0200) Subject: Bumping Openshift Installer version to v0.16.1 X-Git-Tag: akraino_r1~19 X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=b481db24df159ded6b4c02337cb0c856924bc1ee;p=kni%2Finstaller.git Bumping Openshift Installer version to v0.16.1 Change-Id: I12495439b4d982bad7828792f85fc947de6d2d3d Signed-off-by: Ricardo Noriega --- diff --git a/Makefile b/Makefile index 9904276..c75ffa7 100644 --- 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 diff --git a/cmd/generate.go b/cmd/generate.go index 762be5b..16a818b 100644 --- a/cmd/generate.go +++ b/cmd/generate.go @@ -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")